Skip to content

chore(deps-dev): bump @stylistic/eslint-plugin from 2.11.0 to 4.1.0 #1041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@commitlint/config-conventional": "^19.7.1",
"@react-hookz/eslint-formatter-gha": "^3.0.4",
"@semantic-release/exec": "^7.0.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin": "^4.1.0",
"@types/node": "^22.13.8",
"@typescript-eslint/utils": "^8.25.0",
"eslint": "^9.21.0",
Expand Down
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ __metadata:
"@eslint/js": "npm:^9.21.0"
"@react-hookz/eslint-formatter-gha": "npm:^3.0.4"
"@semantic-release/exec": "npm:^7.0.3"
"@stylistic/eslint-plugin": "npm:^2.11.0"
"@stylistic/eslint-plugin": "npm:^4.1.0"
"@types/node": "npm:^22.13.8"
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
"@typescript-eslint/parser": "npm:^8.25.0"
Expand Down Expand Up @@ -1158,7 +1158,7 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^2.11.0, @stylistic/eslint-plugin@npm:^2.6.1":
"@stylistic/eslint-plugin@npm:^2.6.1":
version: 2.11.0
resolution: "@stylistic/eslint-plugin@npm:2.11.0"
dependencies:
Expand All @@ -1173,6 +1173,21 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^4.1.0":
version: 4.1.0
resolution: "@stylistic/eslint-plugin@npm:4.1.0"
dependencies:
"@typescript-eslint/utils": "npm:^8.23.0"
eslint-visitor-keys: "npm:^4.2.0"
espree: "npm:^10.3.0"
estraverse: "npm:^5.3.0"
picomatch: "npm:^4.0.2"
peerDependencies:
eslint: ">=9.0.0"
checksum: 10c0/edf1c14243017ca6b524bec0c3969be45b81e20498a98714290cdb24c3f2c111ad600b352ac254e41f081af2c84ee1895e0dbc63f96e71d96481f3e552e69ea9
languageName: node
linkType: hard

"@tufjs/canonical-json@npm:2.0.0":
version: 2.0.0
resolution: "@tufjs/canonical-json@npm:2.0.0"
Expand Down Expand Up @@ -1548,7 +1563,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.25.0, @typescript-eslint/utils@npm:^8.21.0, @typescript-eslint/utils@npm:^8.25.0":
"@typescript-eslint/utils@npm:8.25.0, @typescript-eslint/utils@npm:^8.21.0, @typescript-eslint/utils@npm:^8.23.0, @typescript-eslint/utils@npm:^8.25.0":
version: 8.25.0
resolution: "@typescript-eslint/utils@npm:8.25.0"
dependencies:
Expand Down
Loading