Skip to content

Commit 6e454b0

Browse files
chore(deps): bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0 (#5194)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7978d0f commit 6e454b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,12 +1672,12 @@
16721672
dependencies:
16731673
"@sinonjs/commons" "^3.0.0"
16741674

1675-
"@stylistic/eslint-plugin@^2.10.1":
1676-
version "2.10.1"
1677-
resolved "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.10.1.tgz#809924752a1a13ebff2b0b6d7884fd61d389a907"
1678-
integrity sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==
1675+
"@stylistic/eslint-plugin@^2.11.0":
1676+
version "2.11.0"
1677+
resolved "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.11.0.tgz#50d0289f36f7201055b7fa1729fdc1d8c46e93fa"
1678+
integrity sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==
16791679
dependencies:
1680-
"@typescript-eslint/utils" "^8.12.2"
1680+
"@typescript-eslint/utils" "^8.13.0"
16811681
eslint-visitor-keys "^4.2.0"
16821682
espree "^10.3.0"
16831683
estraverse "^5.3.0"
@@ -2098,7 +2098,7 @@
20982098
semver "^7.6.0"
20992099
ts-api-utils "^1.3.0"
21002100

2101-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.12.2", "@typescript-eslint/utils@^8.13.0":
2101+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.13.0":
21022102
version "8.15.0"
21032103
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
21042104
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==

0 commit comments

Comments
 (0)