Skip to content

Commit c7f0ffb

Browse files
chore(deps): bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.11.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c37194 commit c7f0ffb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@eslint/js": "^9.15.0",
29-
"@stylistic/eslint-plugin": "^2.10.1",
29+
"@stylistic/eslint-plugin": "^2.11.0",
3030
"@typescript-eslint/parser": "^8.15.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-import-resolver-typescript": "^3.6.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,12 +1698,12 @@
16981698
dependencies:
16991699
"@sinonjs/commons" "^3.0.0"
17001700

1701-
"@stylistic/eslint-plugin@^2.10.1":
1702-
version "2.10.1"
1703-
resolved "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.10.1.tgz#809924752a1a13ebff2b0b6d7884fd61d389a907"
1704-
integrity sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==
1701+
"@stylistic/eslint-plugin@^2.11.0":
1702+
version "2.11.0"
1703+
resolved "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.11.0.tgz#50d0289f36f7201055b7fa1729fdc1d8c46e93fa"
1704+
integrity sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==
17051705
dependencies:
1706-
"@typescript-eslint/utils" "^8.12.2"
1706+
"@typescript-eslint/utils" "^8.13.0"
17071707
eslint-visitor-keys "^4.2.0"
17081708
espree "^10.3.0"
17091709
estraverse "^5.3.0"
@@ -2124,7 +2124,7 @@
21242124
semver "^7.6.0"
21252125
ts-api-utils "^1.3.0"
21262126

2127-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.12.2", "@typescript-eslint/utils@^8.13.0":
2127+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.13.0":
21282128
version "8.15.0"
21292129
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
21302130
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
@@ -10134,9 +10134,9 @@ yallist@^5.0.0:
1013410134
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
1013510135

1013610136
yaml@>=2.2.2, yaml@^1.10.0, yaml@^2.2.2, yaml@^2.5.1:
10137-
version "2.6.0"
10138-
resolved "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz#14059ad9d0b1680d0f04d3a60fe00f3a857303c3"
10139-
integrity sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==
10137+
version "2.6.1"
10138+
resolved "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
10139+
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
1014010140

1014110141
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
1014210142
version "20.2.9"

0 commit comments

Comments
 (0)