Skip to content

Commit 719d2da

Browse files
authored
feat(eslint-config): Update typescript-eslint deps (#366)
1 parent 7a07e88 commit 719d2da

File tree

8 files changed

+150
-76
lines changed

8 files changed

+150
-76
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.0.3",
52-
"@typescript-eslint/eslint-plugin": "^8.16.0",
53-
"@typescript-eslint/parser": "^8.16.0",
52+
"@typescript-eslint/eslint-plugin": "^8.24.0",
53+
"@typescript-eslint/parser": "^8.24.0",
5454
"confusing-browser-globals": "^1.0.11",
5555
"eslint-import-resolver-typescript": "^3.6.3",
5656
"eslint-plugin-import": "^2.31.0",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-testing-library": "^7.0.0",
6767
"eslint-plugin-unicorn": "^56.0.1",
6868
"globals": "^15.11.0",
69-
"typescript-eslint": "^8.16.0"
69+
"typescript-eslint": "^8.24.0"
7070
},
7171
"devDependencies": {
7272
"@frontend-tools/release-config": "workspace:*",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
217217
"checksVoidReturn": false,
218218
},
219219
],
220+
"@typescript-eslint/no-misused-spread": [
221+
2,
222+
],
220223
"@typescript-eslint/no-mixed-enums": [
221224
2,
222225
],

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
154154
"checksVoidReturn": false,
155155
},
156156
],
157+
"@typescript-eslint/no-misused-spread": [
158+
2,
159+
],
157160
"@typescript-eslint/no-mixed-enums": [
158161
2,
159162
],

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
154154
"checksVoidReturn": false,
155155
},
156156
],
157+
"@typescript-eslint/no-misused-spread": [
158+
2,
159+
],
157160
"@typescript-eslint/no-mixed-enums": [
158161
2,
159162
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
6969
"parser": {
7070
"meta": {
7171
"name": "typescript-eslint/parser",
72-
"version": "8.16.0",
72+
"version": "8.24.0",
7373
},
7474
"parseForESLint": [Function],
7575
},
@@ -303,6 +303,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
303303
"checksVoidReturn": false,
304304
},
305305
],
306+
"@typescript-eslint/no-misused-spread": [
307+
2,
308+
],
306309
"@typescript-eslint/no-mixed-enums": [
307310
2,
308311
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
6969
"parser": {
7070
"meta": {
7171
"name": "typescript-eslint/parser",
72-
"version": "8.16.0",
72+
"version": "8.24.0",
7373
},
7474
"parseForESLint": [Function],
7575
},
@@ -240,6 +240,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
240240
"checksVoidReturn": false,
241241
},
242242
],
243+
"@typescript-eslint/no-misused-spread": [
244+
2,
245+
],
243246
"@typescript-eslint/no-mixed-enums": [
244247
2,
245248
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
6969
"parser": {
7070
"meta": {
7171
"name": "typescript-eslint/parser",
72-
"version": "8.16.0",
72+
"version": "8.24.0",
7373
},
7474
"parseForESLint": [Function],
7575
},
@@ -240,6 +240,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
240240
"checksVoidReturn": false,
241241
},
242242
],
243+
"@typescript-eslint/no-misused-spread": [
244+
2,
245+
],
243246
"@typescript-eslint/no-mixed-enums": [
244247
2,
245248
],

0 commit comments

Comments
 (0)