Skip to content

Commit 61c66bd

Browse files
authored
Update eslint-plugin-react-hooks to version 7.0.0
1 parent 6bdeb0d commit 61c66bd

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.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
3838
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
3939

40-
"@babel/core@7.28.5", "@babel/core@^7.7.5":
40+
"@babel/core@7.28.5", "@babel/core@^7.24.4", "@babel/core@^7.7.5":
4141
version "7.28.5"
4242
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
4343
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -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.5", "@babel/parser@^7.7.0":
232+
"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5", "@babel/parser@^7.7.0":
233233
version "7.28.5"
234234
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
235235
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -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"
@@ -3505,6 +3511,18 @@ hasown@^2.0.2:
35053511
dependencies:
35063512
function-bind "^1.1.2"
35073513

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

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

0 commit comments

Comments
 (0)