Skip to content

Commit de7dc10

Browse files
fix(deps): update typescript-eslint monorepo to v8.58.2 (#448)
* fix(deps): update typescript-eslint monorepo to v8.58.2 * chore: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wakamsha <wakamsha@gmail.com>
1 parent 975af80 commit de7dc10

File tree

8 files changed

+117
-112
lines changed

8 files changed

+117
-112
lines changed

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"homepage": "https://github.com/moneyforward/frontend-tools/tree/main/packages/eslint-config#readme",
5050
"dependencies": {
5151
"@next/eslint-plugin-next": "15.5.15",
52-
"@typescript-eslint/eslint-plugin": "8.24.0",
53-
"@typescript-eslint/parser": "8.24.0",
52+
"@typescript-eslint/eslint-plugin": "8.58.2",
53+
"@typescript-eslint/parser": "8.58.2",
5454
"confusing-browser-globals": "1.0.11",
5555
"eslint-import-resolver-typescript": "4.4.4",
5656
"eslint-plugin-import": "2.32.0",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-testing-library": "7.16.2",
6767
"eslint-plugin-unicorn": "56.0.1",
6868
"globals": "17.5.0",
69-
"typescript-eslint": "8.24.0"
69+
"typescript-eslint": "8.58.2"
7070
},
7171
"devDependencies": {
7272
"@frontend-tools/release-config": "workspace:*",

packages/eslint-config/test/eslintrc/next/__snapshots__/snapshot.test.mts.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
288288
"@typescript-eslint/no-unnecessary-type-constraint": [
289289
"error",
290290
],
291+
"@typescript-eslint/no-unnecessary-type-conversion": [
292+
"error",
293+
],
291294
"@typescript-eslint/no-unnecessary-type-parameters": [
292295
"error",
293296
],
@@ -335,6 +338,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
335338
"@typescript-eslint/no-useless-constructor": [
336339
"error",
337340
],
341+
"@typescript-eslint/no-useless-default-assignment": [
342+
"error",
343+
],
338344
"@typescript-eslint/no-wrapper-object-types": [
339345
"error",
340346
],
@@ -2202,7 +2208,7 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
22022208
},
22032209
],
22042210
"no-with": [
2205-
"error",
2211+
"off",
22062212
],
22072213
"object-shorthand": [
22082214
"error",

packages/eslint-config/test/eslintrc/react/__snapshots__/snapshot.test.mts.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
224224
"@typescript-eslint/no-unnecessary-type-constraint": [
225225
"error",
226226
],
227+
"@typescript-eslint/no-unnecessary-type-conversion": [
228+
"error",
229+
],
227230
"@typescript-eslint/no-unnecessary-type-parameters": [
228231
"error",
229232
],
@@ -271,6 +274,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
271274
"@typescript-eslint/no-useless-constructor": [
272275
"error",
273276
],
277+
"@typescript-eslint/no-useless-default-assignment": [
278+
"error",
279+
],
274280
"@typescript-eslint/no-wrapper-object-types": [
275281
"error",
276282
],
@@ -2138,7 +2144,7 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
21382144
},
21392145
],
21402146
"no-with": [
2141-
"error",
2147+
"off",
21422148
],
21432149
"object-shorthand": [
21442150
"error",

packages/eslint-config/test/eslintrc/storybook/__snapshots__/snapshot.test.mts.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
224224
"@typescript-eslint/no-unnecessary-type-constraint": [
225225
"error",
226226
],
227+
"@typescript-eslint/no-unnecessary-type-conversion": [
228+
"error",
229+
],
227230
"@typescript-eslint/no-unnecessary-type-parameters": [
228231
"error",
229232
],
@@ -271,6 +274,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
271274
"@typescript-eslint/no-useless-constructor": [
272275
"error",
273276
],
277+
"@typescript-eslint/no-useless-default-assignment": [
278+
"error",
279+
],
274280
"@typescript-eslint/no-wrapper-object-types": [
275281
"error",
276282
],
@@ -1841,7 +1847,7 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
18411847
},
18421848
],
18431849
"no-with": [
1844-
"error",
1850+
"off",
18451851
],
18461852
"object-shorthand": [
18471853
"error",

packages/eslint-config/test/flat/next/__snapshots__/snapshot.test.mts.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
6969
"undefined": false,
7070
"unescape": false,
7171
},
72-
"parser": "typescript-eslint/parser@8.24.0",
72+
"parser": "typescript-eslint/parser@8.58.2",
7373
"parserOptions": {
7474
"ecmaFeatures": {
7575
"jsx": true,
@@ -92,7 +92,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
9292
"react",
9393
"react-hooks:eslint-plugin-react-hooks@7.0.0",
9494
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
95-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.24.0",
95+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.2",
9696
"@next/next",
9797
"jsdoc",
9898
],
@@ -364,6 +364,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
364364
"@typescript-eslint/no-unnecessary-type-constraint": [
365365
2,
366366
],
367+
"@typescript-eslint/no-unnecessary-type-conversion": [
368+
2,
369+
],
367370
"@typescript-eslint/no-unnecessary-type-parameters": [
368371
2,
369372
],
@@ -411,6 +414,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
411414
"@typescript-eslint/no-useless-constructor": [
412415
2,
413416
],
417+
"@typescript-eslint/no-useless-default-assignment": [
418+
2,
419+
],
414420
"@typescript-eslint/no-wrapper-object-types": [
415421
2,
416422
],
@@ -2415,7 +2421,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
24152421
},
24162422
],
24172423
"no-with": [
2418-
2,
2424+
0,
24192425
],
24202426
"object-shorthand": [
24212427
2,

packages/eslint-config/test/flat/react/__snapshots__/snapshot.test.mts.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
6969
"undefined": false,
7070
"unescape": false,
7171
},
72-
"parser": "typescript-eslint/parser@8.24.0",
72+
"parser": "typescript-eslint/parser@8.58.2",
7373
"parserOptions": {
7474
"ecmaFeatures": {
7575
"jsx": true,
@@ -93,7 +93,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
9393
"react",
9494
"react-hooks:eslint-plugin-react-hooks@7.0.0",
9595
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
96-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.24.0",
96+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.2",
9797
],
9898
"processor": undefined,
9999
"rules": {
@@ -300,6 +300,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
300300
"@typescript-eslint/no-unnecessary-type-constraint": [
301301
2,
302302
],
303+
"@typescript-eslint/no-unnecessary-type-conversion": [
304+
2,
305+
],
303306
"@typescript-eslint/no-unnecessary-type-parameters": [
304307
2,
305308
],
@@ -347,6 +350,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
347350
"@typescript-eslint/no-useless-constructor": [
348351
2,
349352
],
353+
"@typescript-eslint/no-useless-default-assignment": [
354+
2,
355+
],
350356
"@typescript-eslint/no-wrapper-object-types": [
351357
2,
352358
],
@@ -2351,7 +2357,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
23512357
},
23522358
],
23532359
"no-with": [
2354-
2,
2360+
0,
23552361
],
23562362
"object-shorthand": [
23572363
2,

packages/eslint-config/test/flat/storybook/__snapshots__/snapshot.test.mts.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
6969
"undefined": false,
7070
"unescape": false,
7171
},
72-
"parser": "typescript-eslint/parser@8.24.0",
72+
"parser": "typescript-eslint/parser@8.58.2",
7373
"parserOptions": {
7474
"ecmaFeatures": {
7575
"jsx": true,
@@ -92,7 +92,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
9292
"react",
9393
"react-hooks:eslint-plugin-react-hooks@7.0.0",
9494
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
95-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.24.0",
95+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.2",
9696
"storybook",
9797
],
9898
"processor": undefined,
@@ -300,6 +300,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
300300
"@typescript-eslint/no-unnecessary-type-constraint": [
301301
2,
302302
],
303+
"@typescript-eslint/no-unnecessary-type-conversion": [
304+
2,
305+
],
303306
"@typescript-eslint/no-unnecessary-type-parameters": [
304307
2,
305308
],
@@ -347,6 +350,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
347350
"@typescript-eslint/no-useless-constructor": [
348351
2,
349352
],
353+
"@typescript-eslint/no-useless-default-assignment": [
354+
2,
355+
],
350356
"@typescript-eslint/no-wrapper-object-types": [
351357
2,
352358
],
@@ -2054,7 +2060,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
20542060
},
20552061
],
20562062
"no-with": [
2057-
2,
2063+
0,
20582064
],
20592065
"object-shorthand": [
20602066
2,

0 commit comments

Comments
 (0)