Skip to content

Commit 7bd7c24

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7 (#5467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a0d230 commit 7bd7c24

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

playground/javascript/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react-dom": "19.2.1",
2323
"@vitejs/plugin-react-swc": "4.1.0",
2424
"eslint": "9.37.0",
25-
"eslint-plugin-react-hooks": "6.1.1",
25+
"eslint-plugin-react-hooks": "7.0.0",
2626
"eslint-plugin-react-refresh": "0.4.23",
2727
"globals": "16.4.0",
2828
"typescript": "5.9.3",

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,17 +4295,18 @@ __metadata:
42954295
languageName: node
42964296
linkType: hard
42974297

4298-
"eslint-plugin-react-hooks@npm:6.1.1":
4299-
version: 6.1.1
4300-
resolution: "eslint-plugin-react-hooks@npm:6.1.1"
4298+
"eslint-plugin-react-hooks@npm:7.0.0":
4299+
version: 7.0.0
4300+
resolution: "eslint-plugin-react-hooks@npm:7.0.0"
43014301
dependencies:
43024302
"@babel/core": "npm:^7.24.4"
43034303
"@babel/parser": "npm:^7.24.4"
4304+
hermes-parser: "npm:^0.25.1"
43044305
zod: "npm:^3.22.4 || ^4.0.0"
43054306
zod-validation-error: "npm:^3.0.3 || ^4.0.0"
43064307
peerDependencies:
43074308
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
4308-
checksum: 10/dcd74dbff0f18ba5aa1d36f0e414628f99c25f14e5bd7ce8205d719dd488adca7530d15ea429ffbc94b09ab6d499160a2e3d2a9a9d9a72f9d517c79e6b472ba6
4309+
checksum: 10/756ad90ec6390bafa8037f86ab72d98af55c25e13b69e15bdac634724c8af7a87eb6993b643665e930d67635d52c8aa55b0e7a1d47e3c4e42a3b66950b2069fb
43094310
languageName: node
43104311
linkType: hard
43114312

@@ -5310,6 +5311,22 @@ __metadata:
53105311
languageName: node
53115312
linkType: hard
53125313

5314+
"hermes-estree@npm:0.25.1":
5315+
version: 0.25.1
5316+
resolution: "hermes-estree@npm:0.25.1"
5317+
checksum: 10/7b1eca98b264a25632064cffa5771360d30cf452e77db1e191f9913ee45cf78c292b2dbca707e92fb71b0870abb97e94b506a5ab80abd96ba237fee169b601fe
5318+
languageName: node
5319+
linkType: hard
5320+
5321+
"hermes-parser@npm:^0.25.1":
5322+
version: 0.25.1
5323+
resolution: "hermes-parser@npm:0.25.1"
5324+
dependencies:
5325+
hermes-estree: "npm:0.25.1"
5326+
checksum: 10/805efc05691420f236654349872c70731121791fa54de521c7ee51059eae34f84dd19f22ee846741dcb60372f8fb5335719b96b4ecb010d2aed7d872f2eff9cc
5327+
languageName: node
5328+
linkType: hard
5329+
53135330
"hogan.js@npm:^3.0.2":
53145331
version: 3.0.2
53155332
resolution: "hogan.js@npm:3.0.2"
@@ -5763,7 +5780,7 @@ __metadata:
57635780
"@vitejs/plugin-react-swc": "npm:4.1.0"
57645781
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
57655782
eslint: "npm:9.37.0"
5766-
eslint-plugin-react-hooks: "npm:6.1.1"
5783+
eslint-plugin-react-hooks: "npm:7.0.0"
57675784
eslint-plugin-react-refresh: "npm:0.4.23"
57685785
globals: "npm:16.4.0"
57695786
instantsearch.css: "npm:^8.5.1"

0 commit comments

Comments
 (0)