Skip to content

Commit 76d4c34

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7
1 parent 8fbfc0a commit 76d4c34

File tree

2 files changed

+125
-8
lines changed

2 files changed

+125
-8
lines changed

packages/eslint-config-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-jsx-a11y": "6.10.2",
3838
"eslint-plugin-prettier": "5.5.4",
3939
"eslint-plugin-react": "7.37.5",
40-
"eslint-plugin-react-hooks": "5.2.0",
40+
"eslint-plugin-react-hooks": "7.0.1",
4141
"globals": "15.15.0",
4242
"prettier": "3.6.2"
4343
},

yarn.lock

Lines changed: 124 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,29 @@ __metadata:
9696
languageName: node
9797
linkType: hard
9898

99+
"@babel/core@npm:^7.24.4":
100+
version: 7.28.5
101+
resolution: "@babel/core@npm:7.28.5"
102+
dependencies:
103+
"@babel/code-frame": "npm:^7.27.1"
104+
"@babel/generator": "npm:^7.28.5"
105+
"@babel/helper-compilation-targets": "npm:^7.27.2"
106+
"@babel/helper-module-transforms": "npm:^7.28.3"
107+
"@babel/helpers": "npm:^7.28.4"
108+
"@babel/parser": "npm:^7.28.5"
109+
"@babel/template": "npm:^7.27.2"
110+
"@babel/traverse": "npm:^7.28.5"
111+
"@babel/types": "npm:^7.28.5"
112+
"@jridgewell/remapping": "npm:^2.3.5"
113+
convert-source-map: "npm:^2.0.0"
114+
debug: "npm:^4.1.0"
115+
gensync: "npm:^1.0.0-beta.2"
116+
json5: "npm:^2.2.3"
117+
semver: "npm:^6.3.1"
118+
checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72
119+
languageName: node
120+
linkType: hard
121+
99122
"@babel/eslint-parser@npm:7.28.4":
100123
version: 7.28.4
101124
resolution: "@babel/eslint-parser@npm:7.28.4"
@@ -135,6 +158,19 @@ __metadata:
135158
languageName: node
136159
linkType: hard
137160

161+
"@babel/generator@npm:^7.28.5":
162+
version: 7.28.5
163+
resolution: "@babel/generator@npm:7.28.5"
164+
dependencies:
165+
"@babel/parser": "npm:^7.28.5"
166+
"@babel/types": "npm:^7.28.5"
167+
"@jridgewell/gen-mapping": "npm:^0.3.12"
168+
"@jridgewell/trace-mapping": "npm:^0.3.28"
169+
jsesc: "npm:^3.0.2"
170+
checksum: 10c0/9f219fe1d5431b6919f1a5c60db8d5d34fe546c0d8f5a8511b32f847569234ffc8032beb9e7404649a143f54e15224ecb53a3d11b6bb85c3203e573d91fca752
171+
languageName: node
172+
linkType: hard
173+
138174
"@babel/helper-compilation-targets@npm:^7.25.7":
139175
version: 7.25.7
140176
resolution: "@babel/helper-compilation-targets@npm:7.25.7"
@@ -260,6 +296,13 @@ __metadata:
260296
languageName: node
261297
linkType: hard
262298

299+
"@babel/helper-validator-identifier@npm:^7.28.5":
300+
version: 7.28.5
301+
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
302+
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
303+
languageName: node
304+
linkType: hard
305+
263306
"@babel/helper-validator-option@npm:^7.25.7":
264307
version: 7.25.7
265308
resolution: "@babel/helper-validator-option@npm:7.25.7"
@@ -317,6 +360,17 @@ __metadata:
317360
languageName: node
318361
linkType: hard
319362

363+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
364+
version: 7.28.5
365+
resolution: "@babel/parser@npm:7.28.5"
366+
dependencies:
367+
"@babel/types": "npm:^7.28.5"
368+
bin:
369+
parser: ./bin/babel-parser.js
370+
checksum: 10c0/5bbe48bf2c79594ac02b490a41ffde7ef5aa22a9a88ad6bcc78432a6ba8a9d638d531d868bd1f104633f1f6bba9905746e15185b8276a3756c42b765d131b1ef
371+
languageName: node
372+
linkType: hard
373+
320374
"@babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3, @babel/parser@npm:^7.28.4":
321375
version: 7.28.4
322376
resolution: "@babel/parser@npm:7.28.4"
@@ -567,6 +621,21 @@ __metadata:
567621
languageName: node
568622
linkType: hard
569623

624+
"@babel/traverse@npm:^7.28.5":
625+
version: 7.28.5
626+
resolution: "@babel/traverse@npm:7.28.5"
627+
dependencies:
628+
"@babel/code-frame": "npm:^7.27.1"
629+
"@babel/generator": "npm:^7.28.5"
630+
"@babel/helper-globals": "npm:^7.28.0"
631+
"@babel/parser": "npm:^7.28.5"
632+
"@babel/template": "npm:^7.27.2"
633+
"@babel/types": "npm:^7.28.5"
634+
debug: "npm:^4.3.1"
635+
checksum: 10c0/f6c4a595993ae2b73f2d4cd9c062f2e232174d293edd4abe1d715bd6281da8d99e47c65857e8d0917d9384c65972f4acdebc6749a7c40a8fcc38b3c7fb3e706f
636+
languageName: node
637+
linkType: hard
638+
570639
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.7, @babel/types@npm:^7.25.8, @babel/types@npm:^7.3.3":
571640
version: 7.25.8
572641
resolution: "@babel/types@npm:7.25.8"
@@ -588,6 +657,16 @@ __metadata:
588657
languageName: node
589658
linkType: hard
590659

660+
"@babel/types@npm:^7.28.5":
661+
version: 7.28.5
662+
resolution: "@babel/types@npm:7.28.5"
663+
dependencies:
664+
"@babel/helper-string-parser": "npm:^7.27.1"
665+
"@babel/helper-validator-identifier": "npm:^7.28.5"
666+
checksum: 10c0/a5a483d2100befbf125793640dec26b90b95fd233a94c19573325898a5ce1e52cdfa96e495c7dcc31b5eca5b66ce3e6d4a0f5a4a62daec271455959f208ab08a
667+
languageName: node
668+
linkType: hard
669+
591670
"@bcoe/v8-coverage@npm:^0.2.3":
592671
version: 0.2.3
593672
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -3394,12 +3473,12 @@ __metadata:
33943473

33953474
"eslint-config-algolia@file:../eslint-config-algolia::locator=test%40workspace%3Apackages%2Ftest":
33963475
version: 23.2.1
3397-
resolution: "eslint-config-algolia@file:../eslint-config-algolia#../eslint-config-algolia::hash=69dc48&locator=test%40workspace%3Apackages%2Ftest"
3476+
resolution: "eslint-config-algolia@file:../eslint-config-algolia#../eslint-config-algolia::hash=0a27c7&locator=test%40workspace%3Apackages%2Ftest"
33983477
peerDependencies:
33993478
"@stylistic/eslint-plugin": ^2.6.4
34003479
eslint: ^5.16.0 || ^6.8.0 || ^7.2.0 || ^8.0.0 || ^9.0.0
34013480
prettier: ^3.0.0
3402-
checksum: 10c0/7ea275e158b416f2a519b3c8549ebbf5779a43ef6a9a44a53c76ee60fc4d9cc3211f15c8fece3772da3ee4bab0cf543beae1d16d0553b378f78853eb0ccb6e23
3481+
checksum: 10c0/4d129e2676f02060ea465099e7bdfb9314e576fe72f7c5987fe84f256fc254033e922d06baf2b925c7f2cb4a65e7d8fecc91700895de2c415d08dba23c003c29
34033482
languageName: node
34043483
linkType: hard
34053484

@@ -3420,7 +3499,7 @@ __metadata:
34203499
eslint-plugin-jsx-a11y: "npm:6.10.2"
34213500
eslint-plugin-prettier: "npm:5.5.4"
34223501
eslint-plugin-react: "npm:7.37.5"
3423-
eslint-plugin-react-hooks: "npm:5.2.0"
3502+
eslint-plugin-react-hooks: "npm:7.0.1"
34243503
globals: "npm:15.15.0"
34253504
prettier: "npm:3.6.2"
34263505
peerDependencies:
@@ -3576,12 +3655,18 @@ __metadata:
35763655
languageName: node
35773656
linkType: hard
35783657

3579-
"eslint-plugin-react-hooks@npm:5.2.0":
3580-
version: 5.2.0
3581-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
3658+
"eslint-plugin-react-hooks@npm:7.0.1":
3659+
version: 7.0.1
3660+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
3661+
dependencies:
3662+
"@babel/core": "npm:^7.24.4"
3663+
"@babel/parser": "npm:^7.24.4"
3664+
hermes-parser: "npm:^0.25.1"
3665+
zod: "npm:^3.25.0 || ^4.0.0"
3666+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
35823667
peerDependencies:
35833668
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
3584-
checksum: 10c0/1c8d50fa5984c6dea32470651807d2922cc3934cf3425e78f84a24c2dfd972e7f019bee84aefb27e0cf2c13fea0ac1d4473267727408feeb1c56333ca1489385
3669+
checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
35853670
languageName: node
35863671
linkType: hard
35873672

@@ -4509,6 +4594,22 @@ __metadata:
45094594
languageName: node
45104595
linkType: hard
45114596

4597+
"hermes-estree@npm:0.25.1":
4598+
version: 0.25.1
4599+
resolution: "hermes-estree@npm:0.25.1"
4600+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
4601+
languageName: node
4602+
linkType: hard
4603+
4604+
"hermes-parser@npm:^0.25.1":
4605+
version: 0.25.1
4606+
resolution: "hermes-parser@npm:0.25.1"
4607+
dependencies:
4608+
hermes-estree: "npm:0.25.1"
4609+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
4610+
languageName: node
4611+
linkType: hard
4612+
45124613
"hosted-git-info@npm:^7.0.0":
45134614
version: 7.0.2
45144615
resolution: "hosted-git-info@npm:7.0.2"
@@ -8478,6 +8579,22 @@ __metadata:
84788579
languageName: node
84798580
linkType: hard
84808581

8582+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
8583+
version: 4.0.2
8584+
resolution: "zod-validation-error@npm:4.0.2"
8585+
peerDependencies:
8586+
zod: ^3.25.0 || ^4.0.0
8587+
checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b
8588+
languageName: node
8589+
linkType: hard
8590+
8591+
"zod@npm:^3.25.0 || ^4.0.0":
8592+
version: 4.1.12
8593+
resolution: "zod@npm:4.1.12"
8594+
checksum: 10c0/b64c1feb19e99d77075261eaf613e0b2be4dfcd3551eff65ad8b4f2a079b61e379854d066f7d447491fcf193f45babd8095551a9d47973d30b46b6d8e2c46774
8595+
languageName: node
8596+
linkType: hard
8597+
84818598
"zwitch@npm:^1.0.0":
84828599
version: 1.0.5
84838600
resolution: "zwitch@npm:1.0.5"

0 commit comments

Comments
 (0)