Skip to content
Open
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.8.0",
"@react-hookz/eslint-formatter-gha": "^3.0.4",
"@semantic-release/exec": "^7.0.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.13.17",
"@typescript-eslint/utils": "^8.29.0",
"eslint": "^9.23.0",
Expand Down
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ __metadata:
"@eslint/js": "npm:^9.23.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.2.0"
"@types/node": "npm:^22.13.17"
"@typescript-eslint/eslint-plugin": "npm:^8.29.0"
"@typescript-eslint/parser": "npm:^8.29.0"
Expand Down Expand Up @@ -1176,7 +1176,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 @@ -1191,6 +1191,21 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^4.2.0":
version: 4.2.0
resolution: "@stylistic/eslint-plugin@npm:4.2.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/d9b2b08635dc4a98ceb59b3768e58e31ecd65f3e727ca8ed2e3538027d9d3d649d43d62631688cda9087f39b3893950b2a11557ccae11cf55b783b20d3f19e4e
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 @@ -1557,7 +1572,7 @@ __metadata:
languageName: node
linkType: hard

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