Skip to content

Commit 857a619

Browse files
renovate[bot]Lukas742
authored andcommitted
chore(deps): update dependency eslint-plugin-react-hooks to v7
# Conflicts: # examples/react-router-ts/package-lock.json # examples/react-router-ts/package.json # examples/vite-ts/package-lock.json # examples/vite-ts/package.json # package.json # patterns/navigation-layout/package-lock.json # patterns/navigation-layout/package.json # templates/vite-ts/package-lock.json # templates/vite-ts/package.json # yarn.lock
1 parent ff48795 commit 857a619

File tree

10 files changed

+115
-26
lines changed

10 files changed

+115
-26
lines changed

examples/react-router-ts/package-lock.json

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

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "6.1.1",
35+
"eslint-plugin-react-hooks": "7.0.0",
3636
"globals": "16.5.0",
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.46.2",

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "5.1.0",
3131
"cypress": "15.5.0",
3232
"eslint": "9.39.0",
33-
"eslint-plugin-react-hooks": "6.1.1",
33+
"eslint-plugin-react-hooks": "7.0.0",
3434
"eslint-plugin-react-refresh": "0.4.24",
3535
"globals": "16.5.0",
3636
"typescript-eslint": "8.46.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-no-only-tests": "3.3.0",
8282
"eslint-plugin-prettier": "5.5.4",
8383
"eslint-plugin-react": "7.37.5",
84-
"eslint-plugin-react-hooks": "6.1.1",
84+
"eslint-plugin-react-hooks": "7.0.0",
8585
"eslint-plugin-storybook": "9.1.16",
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",

patterns/navigation-layout/package-lock.json

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

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "19.2.2",
2424
"@vitejs/plugin-react": "5.1.0",
2525
"eslint": "9.39.0",
26-
"eslint-plugin-react-hooks": "6.1.1",
26+
"eslint-plugin-react-hooks": "7.0.0",
2727
"eslint-plugin-react-refresh": "0.4.24",
2828
"globals": "16.5.0",
2929
"typescript": "5.8.3",

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ui5/webcomponents-cypress-commands": "2.15.3",
2828
"cypress": "15.5.0",
2929
"eslint": "9.39.0",
30-
"eslint-plugin-react-hooks": "6.1.1",
30+
"eslint-plugin-react-hooks": "7.0.0",
3131
"eslint-plugin-react-refresh": "0.4.24",
3232
"globals": "16.5.0",
3333
"typescript": "5.8.3",

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10104,17 +10104,18 @@ __metadata:
1010410104
languageName: node
1010510105
linkType: hard
1010610106

10107-
"eslint-plugin-react-hooks@npm:6.1.1":
10108-
version: 6.1.1
10109-
resolution: "eslint-plugin-react-hooks@npm:6.1.1"
10107+
"eslint-plugin-react-hooks@npm:7.0.0":
10108+
version: 7.0.0
10109+
resolution: "eslint-plugin-react-hooks@npm:7.0.0"
1011010110
dependencies:
1011110111
"@babel/core": "npm:^7.24.4"
1011210112
"@babel/parser": "npm:^7.24.4"
10113+
hermes-parser: "npm:^0.25.1"
1011310114
zod: "npm:^3.22.4 || ^4.0.0"
1011410115
zod-validation-error: "npm:^3.0.3 || ^4.0.0"
1011510116
peerDependencies:
1011610117
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
10117-
checksum: 10c0/579be053bc89c995a6c03996f9ee3f6bac88946b4b1c8b891b42f981e7c05a9c5de46324bbd2a33199855c0a602820c0e3eeb7f840730301b77a9ba3dc7a0ae2
10118+
checksum: 10c0/911c9efdd9b102ce2eabac247dff8c217ecb8d6972aaf3b7eecfb1cfc293d4d902766355993ff7a37a33c0abde3e76971f43bc1c8ff36d6c123310e5680d0423
1011810119
languageName: node
1011910120
linkType: hard
1012010121

@@ -11936,6 +11937,22 @@ __metadata:
1193611937
languageName: node
1193711938
linkType: hard
1193811939

11940+
"hermes-estree@npm:0.25.1":
11941+
version: 0.25.1
11942+
resolution: "hermes-estree@npm:0.25.1"
11943+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
11944+
languageName: node
11945+
linkType: hard
11946+
11947+
"hermes-parser@npm:^0.25.1":
11948+
version: 0.25.1
11949+
resolution: "hermes-parser@npm:0.25.1"
11950+
dependencies:
11951+
hermes-estree: "npm:0.25.1"
11952+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
11953+
languageName: node
11954+
linkType: hard
11955+
1193911956
"highlight.js@npm:^11.6.0":
1194011957
version: 11.10.0
1194111958
resolution: "highlight.js@npm:11.10.0"
@@ -20919,7 +20936,7 @@ __metadata:
2091920936
eslint-plugin-no-only-tests: "npm:3.3.0"
2092020937
eslint-plugin-prettier: "npm:5.5.4"
2092120938
eslint-plugin-react: "npm:7.37.5"
20922-
eslint-plugin-react-hooks: "npm:6.1.1"
20939+
eslint-plugin-react-hooks: "npm:7.0.0"
2092320940
eslint-plugin-storybook: "npm:9.1.16"
2092420941
glob: "npm:11.0.3"
2092520942
globals: "npm:16.4.0"

0 commit comments

Comments
 (0)