Skip to content

Commit 789ee77

Browse files
fix(deps): update dependency eslint-plugin-react-hooks to v7.1.0 (#443)
* fix(deps): update dependency eslint-plugin-react-hooks to v7.1.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 f75c9f6 commit 789ee77

File tree

8 files changed

+7
-25
lines changed

8 files changed

+7
-25
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-n": "17.14.0",
6262
"eslint-plugin-promise": "7.2.1",
6363
"eslint-plugin-react": "7.37.5",
64-
"eslint-plugin-react-hooks": "7.0.1",
64+
"eslint-plugin-react-hooks": "7.1.0",
6565
"eslint-plugin-storybook": "10.3.5",
6666
"eslint-plugin-testing-library": "7.16.2",
6767
"eslint-plugin-unicorn": "56.0.1",

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,9 +2328,6 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
23282328
"radix": [
23292329
"error",
23302330
],
2331-
"react-hooks/component-hook-factories": [
2332-
"error",
2333-
],
23342331
"react-hooks/config": [
23352332
"error",
23362333
],

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2264,9 +2264,6 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
22642264
"radix": [
22652265
"error",
22662266
],
2267-
"react-hooks/component-hook-factories": [
2268-
"error",
2269-
],
22702267
"react-hooks/config": [
22712268
"error",
22722269
],

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,9 +1967,6 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
19671967
"radix": [
19681968
"error",
19691969
],
1970-
"react-hooks/component-hook-factories": [
1971-
"error",
1972-
],
19731970
"react-hooks/config": [
19741971
"error",
19751972
],

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,9 +2542,6 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
25422542
2,
25432543
"always",
25442544
],
2545-
"react-hooks/component-hook-factories": [
2546-
2,
2547-
],
25482545
"react-hooks/config": [
25492546
2,
25502547
],

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,9 +2478,6 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
24782478
2,
24792479
"always",
24802480
],
2481-
"react-hooks/component-hook-factories": [
2482-
2,
2483-
],
24842481
"react-hooks/config": [
24852482
2,
24862483
],

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,9 +2181,6 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
21812181
2,
21822182
"always",
21832183
],
2184-
"react-hooks/component-hook-factories": [
2185-
2,
2186-
],
21872184
"react-hooks/config": [
21882185
2,
21892186
],

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)