Skip to content

Commit 0be8f80

Browse files
authored
Update eslint-plugin-react-hooks to version 7.0.0
1 parent c8bb0b0 commit 0be8f80

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-jsx-a11y": "6.10.2",
5959
"eslint-plugin-prettier": "5.5.4",
6060
"eslint-plugin-react": "7.37.5",
61-
"eslint-plugin-react-hooks": "4.6.2",
61+
"eslint-plugin-react-hooks": "7.0.0",
6262
"prettier": "3.6.2",
6363
"react": "18.3.1",
6464
"react-dom": "18.3.1",

yarn.lock

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
3838
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
3939

40-
"@babel/core@7.28.4", "@babel/core@^7.7.5":
40+
"@babel/core@7.28.4", "@babel/core@^7.24.4", "@babel/core@^7.7.5":
4141
version "7.28.4"
4242
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
4343
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -229,7 +229,7 @@
229229
"@babel/template" "^7.27.2"
230230
"@babel/types" "^7.28.4"
231231

232-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0":
232+
"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0":
233233
version "7.28.4"
234234
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
235235
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
@@ -2767,10 +2767,16 @@ eslint-plugin-prettier@5.5.4:
27672767
prettier-linter-helpers "^1.0.0"
27682768
synckit "^0.11.7"
27692769

2770-
eslint-plugin-react-hooks@4.6.2:
2771-
version "4.6.2"
2772-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2773-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
2770+
eslint-plugin-react-hooks@7.0.0:
2771+
version "7.0.0"
2772+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz#a255a1db826ea42b0e37f160430e4bd0b4b659f9"
2773+
integrity sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==
2774+
dependencies:
2775+
"@babel/core" "^7.24.4"
2776+
"@babel/parser" "^7.24.4"
2777+
hermes-parser "^0.25.1"
2778+
zod "^3.22.4 || ^4.0.0"
2779+
zod-validation-error "^3.0.3 || ^4.0.0"
27742780

27752781
eslint-plugin-react@7.37.5:
27762782
version "7.37.5"
@@ -3506,6 +3512,18 @@ hasown@^2.0.2:
35063512
dependencies:
35073513
function-bind "^1.1.2"
35083514

3515+
hermes-estree@0.25.1:
3516+
version "0.25.1"
3517+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3518+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3519+
3520+
hermes-parser@^0.25.1:
3521+
version "0.25.1"
3522+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3523+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3524+
dependencies:
3525+
hermes-estree "0.25.1"
3526+
35093527
hpack.js@^2.1.6:
35103528
version "2.1.6"
35113529
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -6668,6 +6686,16 @@ yocto-queue@^1.0.0:
66686686
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
66696687
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
66706688

6689+
"zod-validation-error@^3.0.3 || ^4.0.0":
6690+
version "4.0.2"
6691+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
6692+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
6693+
6694+
"zod@^3.22.4 || ^4.0.0":
6695+
version "4.1.12"
6696+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
6697+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==
6698+
66716699
zwitch@^1.0.0:
66726700
version "1.0.5"
66736701
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)