Skip to content

Commit afe689a

Browse files
chore(deps-dev): bump @stylistic/eslint-plugin from 2.11.0 to 4.0.1
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.11.0 to 4.0.1. - [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/v4.0.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be0db8a commit afe689a

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@commitlint/config-conventional": "^19.7.1",
6464
"@react-hookz/eslint-formatter-gha": "^3.0.4",
6565
"@semantic-release/exec": "^7.0.3",
66-
"@stylistic/eslint-plugin": "^2.11.0",
66+
"@stylistic/eslint-plugin": "^4.0.1",
6767
"@types/node": "^22.13.5",
6868
"@typescript-eslint/utils": "^8.24.1",
6969
"eslint": "^9.21.0",

yarn.lock

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ __metadata:
907907
"@eslint/js": "npm:^9.21.0"
908908
"@react-hookz/eslint-formatter-gha": "npm:^3.0.4"
909909
"@semantic-release/exec": "npm:^7.0.3"
910-
"@stylistic/eslint-plugin": "npm:^2.11.0"
910+
"@stylistic/eslint-plugin": "npm:^4.0.1"
911911
"@types/node": "npm:^22.13.5"
912912
"@typescript-eslint/eslint-plugin": "npm:^8.24.1"
913913
"@typescript-eslint/parser": "npm:^8.25.0"
@@ -1158,7 +1158,7 @@ __metadata:
11581158
languageName: node
11591159
linkType: hard
11601160

1161-
"@stylistic/eslint-plugin@npm:^2.11.0, @stylistic/eslint-plugin@npm:^2.6.1":
1161+
"@stylistic/eslint-plugin@npm:^2.6.1":
11621162
version: 2.11.0
11631163
resolution: "@stylistic/eslint-plugin@npm:2.11.0"
11641164
dependencies:
@@ -1173,6 +1173,21 @@ __metadata:
11731173
languageName: node
11741174
linkType: hard
11751175

1176+
"@stylistic/eslint-plugin@npm:^4.0.1":
1177+
version: 4.0.1
1178+
resolution: "@stylistic/eslint-plugin@npm:4.0.1"
1179+
dependencies:
1180+
"@typescript-eslint/utils": "npm:^8.23.0"
1181+
eslint-visitor-keys: "npm:^4.2.0"
1182+
espree: "npm:^10.3.0"
1183+
estraverse: "npm:^5.3.0"
1184+
picomatch: "npm:^4.0.2"
1185+
peerDependencies:
1186+
eslint: ">=9.0.0"
1187+
checksum: 10c0/a1a875eaa43a494ce34d490f93f1e61e1b1dfb4d6fafaef54f1ad6db768a8758714e1e826946bd0e8d403af13d0d63820a50f089383f868199a44cd57bddc137
1188+
languageName: node
1189+
linkType: hard
1190+
11761191
"@tufjs/canonical-json@npm:2.0.0":
11771192
version: 2.0.0
11781193
resolution: "@tufjs/canonical-json@npm:2.0.0"
@@ -1598,6 +1613,21 @@ __metadata:
15981613
languageName: node
15991614
linkType: hard
16001615

1616+
"@typescript-eslint/utils@npm:^8.23.0":
1617+
version: 8.25.0
1618+
resolution: "@typescript-eslint/utils@npm:8.25.0"
1619+
dependencies:
1620+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1621+
"@typescript-eslint/scope-manager": "npm:8.25.0"
1622+
"@typescript-eslint/types": "npm:8.25.0"
1623+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
1624+
peerDependencies:
1625+
eslint: ^8.57.0 || ^9.0.0
1626+
typescript: ">=4.8.4 <5.8.0"
1627+
checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f
1628+
languageName: node
1629+
linkType: hard
1630+
16011631
"@typescript-eslint/visitor-keys@npm:8.16.0":
16021632
version: 8.16.0
16031633
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"

0 commit comments

Comments
 (0)