Skip to content

Commit c638eb9

Browse files
fix(deps): update dependency eslint-plugin-import to v2.32.0 (#430)
* fix(deps): update dependency eslint-plugin-import to v2.32.0 * chore: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wakamsha <wakamsha@gmail.com>
1 parent 55a9452 commit c638eb9

File tree

10 files changed

+153
-155
lines changed

10 files changed

+153
-155
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/parser": "8.24.0",
5454
"confusing-browser-globals": "1.0.11",
5555
"eslint-import-resolver-typescript": "4.4.4",
56-
"eslint-plugin-import": "2.31.0",
56+
"eslint-plugin-import": "2.32.0",
5757
"eslint-plugin-jest": "29.15.2",
5858
"eslint-plugin-jest-dom": "5.5.0",
5959
"eslint-plugin-jsdoc": "62.9.0",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
740740
],
741741
],
742742
"named": false,
743+
"sortTypesGroup": false,
743744
"warnOnUnassignedImports": false,
744745
},
745746
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ exports[`should match ESLint configuration snapshot: node 1`] = `
334334
],
335335
],
336336
"named": false,
337+
"sortTypesGroup": false,
337338
"warnOnUnassignedImports": false,
338339
},
339340
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
677677
],
678678
],
679679
"named": false,
680+
"sortTypesGroup": false,
680681
"warnOnUnassignedImports": false,
681682
},
682683
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
677677
],
678678
],
679679
"named": false,
680+
"sortTypesGroup": false,
680681
"warnOnUnassignedImports": false,
681682
},
682683
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
871871
],
872872
],
873873
"named": false,
874+
"sortTypesGroup": false,
874875
"warnOnUnassignedImports": false,
875876
},
876877
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
865865
],
866866
],
867867
"named": false,
868+
"sortTypesGroup": false,
868869
"warnOnUnassignedImports": false,
869870
},
870871
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
808808
],
809809
],
810810
"named": false,
811+
"sortTypesGroup": false,
811812
"warnOnUnassignedImports": false,
812813
},
813814
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
808808
],
809809
],
810810
"named": false,
811+
"sortTypesGroup": false,
811812
"warnOnUnassignedImports": false,
812813
},
813814
],

0 commit comments

Comments
 (0)