Skip to content

Commit d205c26

Browse files
authored
Update eslint-plugin-react-hooks to version 6.0.0
1 parent 34d3363 commit d205c26

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
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.2.6",
6060
"eslint-plugin-react": "7.37.5",
61-
"eslint-plugin-react-hooks": "4.6.2",
61+
"eslint-plugin-react-hooks": "6.0.0",
6262
"prettier": "3.5.3",
6363
"react": "18.3.1",
6464
"react-dom": "18.3.1",

yarn.lock

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
4646
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
4747

48-
"@babel/[email protected]", "@babel/core@^7.7.5":
48+
"@babel/[email protected]", "@babel/core@^7.24.4", "@babel/core@^7.7.5":
4949
version "7.27.1"
5050
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
5151
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
@@ -232,7 +232,7 @@
232232
"@babel/template" "^7.27.1"
233233
"@babel/types" "^7.27.1"
234234

235-
"@babel/parser@^7.27.1", "@babel/parser@^7.7.0":
235+
"@babel/parser@^7.24.4", "@babel/parser@^7.27.1", "@babel/parser@^7.7.0":
236236
version "7.27.1"
237237
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
238238
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
@@ -585,7 +585,7 @@
585585
dependencies:
586586
"@babel/helper-plugin-utils" "^7.27.1"
587587

588-
"@babel/plugin-transform-private-methods@^7.27.1":
588+
"@babel/plugin-transform-private-methods@^7.24.4", "@babel/plugin-transform-private-methods@^7.27.1":
589589
version "7.27.1"
590590
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af"
591591
integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==
@@ -2743,10 +2743,17 @@ [email protected]:
27432743
prettier-linter-helpers "^1.0.0"
27442744
synckit "^0.11.0"
27452745

2746-
2747-
version "4.6.2"
2748-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2749-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
2746+
2747+
version "6.0.0"
2748+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.0.0.tgz#8677408c9a21251a776ce6da6369e072080a87fb"
2749+
integrity sha512-NyC3yIC9fazLitYiN8eHykV5wLp/SMuUZMh+sdPSHIeN4ReXIc7if40jtGjDplAgVL/4OkN1d9gneWe9lFZgag==
2750+
dependencies:
2751+
"@babel/core" "^7.24.4"
2752+
"@babel/parser" "^7.24.4"
2753+
"@babel/plugin-transform-private-methods" "^7.24.4"
2754+
hermes-parser "^0.25.1"
2755+
zod "^3.22.4"
2756+
zod-validation-error "^3.0.3"
27502757

27512758
27522759
version "7.37.5"
@@ -3487,6 +3494,18 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
34873494
dependencies:
34883495
function-bind "^1.1.2"
34893496

3497+
3498+
version "0.25.1"
3499+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3500+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3501+
3502+
hermes-parser@^0.25.1:
3503+
version "0.25.1"
3504+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3505+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3506+
dependencies:
3507+
hermes-estree "0.25.1"
3508+
34903509
hpack.js@^2.1.6:
34913510
version "2.1.6"
34923511
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -6612,6 +6631,16 @@ yocto-queue@^1.0.0:
66126631
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
66136632
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
66146633

6634+
zod-validation-error@^3.0.3:
6635+
version "3.4.0"
6636+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.4.0.tgz#3a8a1f55c65579822d7faa190b51336c61bee2a6"
6637+
integrity sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==
6638+
6639+
zod@^3.22.4:
6640+
version "3.24.4"
6641+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.4.tgz#e2e2cca5faaa012d76e527d0d36622e0a90c315f"
6642+
integrity sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==
6643+
66156644
zwitch@^1.0.0:
66166645
version "1.0.5"
66176646
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)