Skip to content

Commit 133b4f9

Browse files
chore(deps): update dependency @stylistic/eslint-plugin to v2.9.0
1 parent c664d31 commit 133b4f9

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
3636
"@openapitools/openapi-generator-cli": "2.13.13",
3737
"@redocly/cli": "1.25.5",
38-
"@stylistic/eslint-plugin": "2.8.0",
38+
"@stylistic/eslint-plugin": "2.9.0",
3939
"@typescript-eslint/eslint-plugin": "8.8.0",
4040
"@typescript-eslint/parser": "8.8.0",
4141
"@vitest/eslint-plugin": "1.1.6",

yarn.lock

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ __metadata:
9494
"@eslint-community/eslint-plugin-eslint-comments": "npm:4.4.0"
9595
"@openapitools/openapi-generator-cli": "npm:2.13.13"
9696
"@redocly/cli": "npm:1.25.5"
97-
"@stylistic/eslint-plugin": "npm:2.8.0"
97+
"@stylistic/eslint-plugin": "npm:2.9.0"
9898
"@typescript-eslint/eslint-plugin": "npm:8.8.0"
9999
"@typescript-eslint/parser": "npm:8.8.0"
100100
"@vitest/eslint-plugin": "npm:1.1.6"
@@ -1938,18 +1938,18 @@ __metadata:
19381938
languageName: node
19391939
linkType: hard
19401940

1941-
"@stylistic/eslint-plugin@npm:2.8.0":
1942-
version: 2.8.0
1943-
resolution: "@stylistic/eslint-plugin@npm:2.8.0"
1941+
"@stylistic/eslint-plugin@npm:2.9.0":
1942+
version: 2.9.0
1943+
resolution: "@stylistic/eslint-plugin@npm:2.9.0"
19441944
dependencies:
1945-
"@typescript-eslint/utils": "npm:^8.4.0"
1946-
eslint-visitor-keys: "npm:^4.0.0"
1947-
espree: "npm:^10.1.0"
1945+
"@typescript-eslint/utils": "npm:^8.8.0"
1946+
eslint-visitor-keys: "npm:^4.1.0"
1947+
espree: "npm:^10.2.0"
19481948
estraverse: "npm:^5.3.0"
19491949
picomatch: "npm:^4.0.2"
19501950
peerDependencies:
19511951
eslint: ">=8.40.0"
1952-
checksum: 10/f28fb30f78fba601ae0a91957ae39b405f56a7d535da9c19a99ac28b80cf9fb915fe0c3cf5dd58e2c4ccae50c264d15459df33aa403891cce73eb609866b97c6
1952+
checksum: 10/fc4e9b91507df8ca40258033854000bda829d54701896cf3398f5bdbf063f26b0e43795dbedc76b2902d1387dc92d8d39eac8644761bb692f98dcf4b8067aca8
19531953
languageName: node
19541954
linkType: hard
19551955

@@ -2335,7 +2335,7 @@ __metadata:
23352335
languageName: node
23362336
linkType: hard
23372337

2338-
"@typescript-eslint/utils@npm:8.8.0":
2338+
"@typescript-eslint/utils@npm:8.8.0, @typescript-eslint/utils@npm:^8.8.0":
23392339
version: 8.8.0
23402340
resolution: "@typescript-eslint/utils@npm:8.8.0"
23412341
dependencies:
@@ -2363,7 +2363,7 @@ __metadata:
23632363
languageName: node
23642364
linkType: hard
23652365

2366-
"@typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
2366+
"@typescript-eslint/utils@npm:^8.1.0":
23672367
version: 8.6.0
23682368
resolution: "@typescript-eslint/utils@npm:8.6.0"
23692369
dependencies:
@@ -4540,6 +4540,13 @@ __metadata:
45404540
languageName: node
45414541
linkType: hard
45424542

4543+
"eslint-visitor-keys@npm:^4.1.0":
4544+
version: 4.1.0
4545+
resolution: "eslint-visitor-keys@npm:4.1.0"
4546+
checksum: 10/3fb5bd1b2f36db89d0ac57ddd66d36ccd3b1e3cddb2a55a0f9f6f1c85268cfcc1cc32e7eda4990e3423107a120dd254fb6cb52d6154cf81d344d8c3fa671f7c2
4547+
languageName: node
4548+
linkType: hard
4549+
45434550
"eslint-vitest-rule-tester@npm:0.6.1":
45444551
version: 0.6.1
45454552
resolution: "eslint-vitest-rule-tester@npm:0.6.1"
@@ -4613,6 +4620,17 @@ __metadata:
46134620
languageName: node
46144621
linkType: hard
46154622

4623+
"espree@npm:^10.2.0":
4624+
version: 10.2.0
4625+
resolution: "espree@npm:10.2.0"
4626+
dependencies:
4627+
acorn: "npm:^8.12.0"
4628+
acorn-jsx: "npm:^5.3.2"
4629+
eslint-visitor-keys: "npm:^4.1.0"
4630+
checksum: 10/365076a963ca84244c1e2d36e4f812362d21cfa7e7df10d67f7b82b759467796df81184721d153c4e235d9ef5eb5b4d044167dd66be3be00f53a21a515b1bfb1
4631+
languageName: node
4632+
linkType: hard
4633+
46164634
"espree@npm:^9.6.0, espree@npm:^9.6.1":
46174635
version: 9.6.1
46184636
resolution: "espree@npm:9.6.1"

0 commit comments

Comments
 (0)