Skip to content

Commit 6a7a856

Browse files
chore(deps): update dependency @stylistic/eslint-plugin to v4
1 parent bc8280d commit 6a7a856

File tree

2 files changed

+9
-78
lines changed

2 files changed

+9
-78
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-node-resolve": "16.0.1",
4242
"@rollup/plugin-replace": "6.0.2",
4343
"@rollup/plugin-terser": "0.4.4",
44-
"@stylistic/eslint-plugin": "2.13.0",
44+
"@stylistic/eslint-plugin": "4.2.0",
4545
"@testing-library/dom": "10.4.0",
4646
"@types/react": "^18.0.0",
4747
"@types/react-dom": "^18.0.0",

yarn.lock

Lines changed: 8 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@ __metadata:
24512451
"@rollup/plugin-node-resolve": "npm:16.0.1"
24522452
"@rollup/plugin-replace": "npm:6.0.2"
24532453
"@rollup/plugin-terser": "npm:0.4.4"
2454-
"@stylistic/eslint-plugin": "npm:2.13.0"
2454+
"@stylistic/eslint-plugin": "npm:4.2.0"
24552455
"@testing-library/dom": "npm:10.4.0"
24562456
"@types/react": "npm:^18.0.0"
24572457
"@types/react-dom": "npm:^18.0.0"
@@ -5114,18 +5114,18 @@ __metadata:
51145114
languageName: node
51155115
linkType: hard
51165116

5117-
"@stylistic/eslint-plugin@npm:2.13.0":
5118-
version: 2.13.0
5119-
resolution: "@stylistic/eslint-plugin@npm:2.13.0"
5117+
"@stylistic/eslint-plugin@npm:4.2.0":
5118+
version: 4.2.0
5119+
resolution: "@stylistic/eslint-plugin@npm:4.2.0"
51205120
dependencies:
5121-
"@typescript-eslint/utils": "npm:^8.13.0"
5121+
"@typescript-eslint/utils": "npm:^8.23.0"
51225122
eslint-visitor-keys: "npm:^4.2.0"
51235123
espree: "npm:^10.3.0"
51245124
estraverse: "npm:^5.3.0"
51255125
picomatch: "npm:^4.0.2"
51265126
peerDependencies:
5127-
eslint: ">=8.40.0"
5128-
checksum: 10c0/8a2bf15b4a29399d4a55f65385e380f30ba5ab029005f5ff119b71456d4df301d5b4bb30c635904d69dc19c50a337c7b2d991cd86092a94fe202655725659576
5127+
eslint: ">=9.0.0"
5128+
checksum: 10c0/d9b2b08635dc4a98ceb59b3768e58e31ecd65f3e727ca8ed2e3538027d9d3d649d43d62631688cda9087f39b3893950b2a11557ccae11cf55b783b20d3f19e4e
51295129
languageName: node
51305130
linkType: hard
51315131

@@ -6049,16 +6049,6 @@ __metadata:
60496049
languageName: node
60506050
linkType: hard
60516051

6052-
"@typescript-eslint/scope-manager@npm:8.20.0":
6053-
version: 8.20.0
6054-
resolution: "@typescript-eslint/scope-manager@npm:8.20.0"
6055-
dependencies:
6056-
"@typescript-eslint/types": "npm:8.20.0"
6057-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
6058-
checksum: 10c0/a8074768d06c863169294116624a45c19377ff0b8635ad5fa4ae673b43cf704d1b9b79384ceef0ff0abb78b107d345cd90fe5572354daf6ad773fe462ee71e6a
6059-
languageName: node
6060-
linkType: hard
6061-
60626052
"@typescript-eslint/scope-manager@npm:8.28.0":
60636053
version: 8.28.0
60646054
resolution: "@typescript-eslint/scope-manager@npm:8.28.0"
@@ -6084,38 +6074,13 @@ __metadata:
60846074
languageName: node
60856075
linkType: hard
60866076

6087-
"@typescript-eslint/types@npm:8.20.0":
6088-
version: 8.20.0
6089-
resolution: "@typescript-eslint/types@npm:8.20.0"
6090-
checksum: 10c0/21292d4ca089897015d2bf5ab99909a7b362902f63f4ba10696676823b50d00c7b4cd093b4b43fba01d12bc3feca3852d2c28528c06d8e45446b7477887dbee7
6091-
languageName: node
6092-
linkType: hard
6093-
60946077
"@typescript-eslint/types@npm:8.28.0":
60956078
version: 8.28.0
60966079
resolution: "@typescript-eslint/types@npm:8.28.0"
60976080
checksum: 10c0/1f95895e20dac1cf063dc93c99142fd1871e53be816bcbbee93f22a05e6b2a82ca83c20ce3a551f65555910aa0956443a23268edbb004369d0d5cb282d13c377
60986081
languageName: node
60996082
linkType: hard
61006083

6101-
"@typescript-eslint/typescript-estree@npm:8.20.0":
6102-
version: 8.20.0
6103-
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
6104-
dependencies:
6105-
"@typescript-eslint/types": "npm:8.20.0"
6106-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
6107-
debug: "npm:^4.3.4"
6108-
fast-glob: "npm:^3.3.2"
6109-
is-glob: "npm:^4.0.3"
6110-
minimatch: "npm:^9.0.4"
6111-
semver: "npm:^7.6.0"
6112-
ts-api-utils: "npm:^2.0.0"
6113-
peerDependencies:
6114-
typescript: ">=4.8.4 <5.8.0"
6115-
checksum: 10c0/54a2c1da7d1c5f7e865b941e8a3c98eb4b5f56ed8741664a84065173bde9602cdb8866b0984b26816d6af885c1528311c11e7286e869ed424483b74366514cbd
6116-
languageName: node
6117-
linkType: hard
6118-
61196084
"@typescript-eslint/typescript-estree@npm:8.28.0":
61206085
version: 8.28.0
61216086
resolution: "@typescript-eslint/typescript-estree@npm:8.28.0"
@@ -6134,7 +6099,7 @@ __metadata:
61346099
languageName: node
61356100
linkType: hard
61366101

6137-
"@typescript-eslint/utils@npm:8.28.0":
6102+
"@typescript-eslint/utils@npm:8.28.0, @typescript-eslint/utils@npm:^8.23.0":
61386103
version: 8.28.0
61396104
resolution: "@typescript-eslint/utils@npm:8.28.0"
61406105
dependencies:
@@ -6149,31 +6114,6 @@ __metadata:
61496114
languageName: node
61506115
linkType: hard
61516116

6152-
"@typescript-eslint/utils@npm:^8.13.0":
6153-
version: 8.20.0
6154-
resolution: "@typescript-eslint/utils@npm:8.20.0"
6155-
dependencies:
6156-
"@eslint-community/eslint-utils": "npm:^4.4.0"
6157-
"@typescript-eslint/scope-manager": "npm:8.20.0"
6158-
"@typescript-eslint/types": "npm:8.20.0"
6159-
"@typescript-eslint/typescript-estree": "npm:8.20.0"
6160-
peerDependencies:
6161-
eslint: ^8.57.0 || ^9.0.0
6162-
typescript: ">=4.8.4 <5.8.0"
6163-
checksum: 10c0/dd36c3b22a2adde1e1462aed0c8b4720f61859b4ebb0c3ef935a786a6b1cb0ec21eb0689f5a8debe8db26d97ebb979bab68d6f8fe7b0098e6200a485cfe2991b
6164-
languageName: node
6165-
linkType: hard
6166-
6167-
"@typescript-eslint/visitor-keys@npm:8.20.0":
6168-
version: 8.20.0
6169-
resolution: "@typescript-eslint/visitor-keys@npm:8.20.0"
6170-
dependencies:
6171-
"@typescript-eslint/types": "npm:8.20.0"
6172-
eslint-visitor-keys: "npm:^4.2.0"
6173-
checksum: 10c0/e95d8b2685e8beb6637bf2e9d06e4177a400d3a2b142ba749944690f969ee3186b750082fd9bf34ada82acf1c5dd5970201dfd97619029c8ecca85fb4b50dbd8
6174-
languageName: node
6175-
linkType: hard
6176-
61776117
"@typescript-eslint/visitor-keys@npm:8.28.0":
61786118
version: 8.28.0
61796119
resolution: "@typescript-eslint/visitor-keys@npm:8.28.0"
@@ -23013,15 +22953,6 @@ __metadata:
2301322953
languageName: node
2301422954
linkType: hard
2301522955

23016-
"ts-api-utils@npm:^2.0.0":
23017-
version: 2.0.0
23018-
resolution: "ts-api-utils@npm:2.0.0"
23019-
peerDependencies:
23020-
typescript: ">=4.8.4"
23021-
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
23022-
languageName: node
23023-
linkType: hard
23024-
2302522956
"ts-api-utils@npm:^2.0.1":
2302622957
version: 2.0.1
2302722958
resolution: "ts-api-utils@npm:2.0.1"

0 commit comments

Comments
 (0)