Skip to content

Commit 04adf7d

Browse files
chore(deps): update dependency @stylistic/eslint-plugin to v2.9.0 (#3903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: shortcuts <[email protected]>
1 parent edee540 commit 04adf7d

File tree

3 files changed

+36
-18
lines changed

3 files changed

+36
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
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",
41-
"@vitest/eslint-plugin": "1.0.1",
41+
"@vitest/eslint-plugin": "1.1.4",
4242
"eslint": "8.57.1",
4343
"eslint-config-algolia": "23.1.7",
4444
"eslint-config-prettier": "9.1.0",

scripts/__tests__/common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('config', () => {
6060
it('throws if the field is not found', () => {
6161
expect(() => {
6262
getClientsConfigField('javascript', 'foofoo');
63-
}).toThrowErrorMatchingInlineSnapshot(`[Error: Unable to find 'foofoo' for 'javascript']`);
63+
}).toThrowErrorMatchingInlineSnapshot("[Error: Unable to find 'foofoo' for 'javascript']");
6464
});
6565

6666
it('find the field if it exists', () => {

yarn.lock

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ __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"
100-
"@vitest/eslint-plugin": "npm:1.0.1"
100+
"@vitest/eslint-plugin": "npm:1.1.4"
101101
eslint: "npm:8.57.1"
102102
eslint-config-algolia: "npm:23.1.7"
103103
eslint-config-prettier: "npm:9.1.0"
@@ -1937,18 +1937,18 @@ __metadata:
19371937
languageName: node
19381938
linkType: hard
19391939

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

@@ -2298,7 +2298,7 @@ __metadata:
22982298
languageName: node
22992299
linkType: hard
23002300

2301-
"@typescript-eslint/utils@npm:8.8.0":
2301+
"@typescript-eslint/utils@npm:8.8.0, @typescript-eslint/utils@npm:^8.8.0":
23022302
version: 8.8.0
23032303
resolution: "@typescript-eslint/utils@npm:8.8.0"
23042304
dependencies:
@@ -2312,7 +2312,7 @@ __metadata:
23122312
languageName: node
23132313
linkType: hard
23142314

2315-
"@typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
2315+
"@typescript-eslint/utils@npm:^8.1.0":
23162316
version: 8.6.0
23172317
resolution: "@typescript-eslint/utils@npm:8.6.0"
23182318
dependencies:
@@ -2353,9 +2353,9 @@ __metadata:
23532353
languageName: node
23542354
linkType: hard
23552355

2356-
"@vitest/eslint-plugin@npm:1.0.1":
2357-
version: 1.0.1
2358-
resolution: "@vitest/eslint-plugin@npm:1.0.1"
2356+
"@vitest/eslint-plugin@npm:1.1.4":
2357+
version: 1.1.4
2358+
resolution: "@vitest/eslint-plugin@npm:1.1.4"
23592359
peerDependencies:
23602360
"@typescript-eslint/utils": ">= 8.0"
23612361
eslint: ">= 8.57.0"
@@ -2368,7 +2368,7 @@ __metadata:
23682368
optional: true
23692369
vitest:
23702370
optional: true
2371-
checksum: 10/81fccf1dcf772f12d404b95baab8c418e4f9c19c13b3e9a8f74b1a193a28e275b01dbaf3dda40c3f4722112c2623e896eb0f93a3ea47bd12e34b4a5aae720635
2371+
checksum: 10/becfa0d0c67c06f19f77e409e067e38499e4ceb0c19a4e3a928c727a95372c3918056edddf11632d0e20773d0aa9ea27b68ff8692daf22f115f4e065812be09c
23722372
languageName: node
23732373
linkType: hard
23742374

@@ -4450,6 +4450,13 @@ __metadata:
44504450
languageName: node
44514451
linkType: hard
44524452

4453+
"eslint-visitor-keys@npm:^4.1.0":
4454+
version: 4.1.0
4455+
resolution: "eslint-visitor-keys@npm:4.1.0"
4456+
checksum: 10/3fb5bd1b2f36db89d0ac57ddd66d36ccd3b1e3cddb2a55a0f9f6f1c85268cfcc1cc32e7eda4990e3423107a120dd254fb6cb52d6154cf81d344d8c3fa671f7c2
4457+
languageName: node
4458+
linkType: hard
4459+
44534460
"eslint-vitest-rule-tester@npm:0.6.1":
44544461
version: 0.6.1
44554462
resolution: "eslint-vitest-rule-tester@npm:0.6.1"
@@ -4523,6 +4530,17 @@ __metadata:
45234530
languageName: node
45244531
linkType: hard
45254532

4533+
"espree@npm:^10.2.0":
4534+
version: 10.2.0
4535+
resolution: "espree@npm:10.2.0"
4536+
dependencies:
4537+
acorn: "npm:^8.12.0"
4538+
acorn-jsx: "npm:^5.3.2"
4539+
eslint-visitor-keys: "npm:^4.1.0"
4540+
checksum: 10/365076a963ca84244c1e2d36e4f812362d21cfa7e7df10d67f7b82b759467796df81184721d153c4e235d9ef5eb5b4d044167dd66be3be00f53a21a515b1bfb1
4541+
languageName: node
4542+
linkType: hard
4543+
45264544
"espree@npm:^9.6.0, espree@npm:^9.6.1":
45274545
version: 9.6.1
45284546
resolution: "espree@npm:9.6.1"

0 commit comments

Comments
 (0)