Skip to content

Commit 76c53de

Browse files
chore(deps-dev): Bump eslint-plugin-react-hooks from 4.6.2 to 7.1.1
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 7.1.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48b1434 commit 76c53de

2 files changed

Lines changed: 34 additions & 11 deletions

File tree

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react-router-4": "npm:@types/react-router@4.0.25",
6161
"@types/react-router-5": "npm:@types/react-router@5.1.20",
6262
"eslint-plugin-react": "^7.20.5",
63-
"eslint-plugin-react-hooks": "^4.6.0",
63+
"eslint-plugin-react-hooks": "^7.1.1",
6464
"history-4": "npm:history@4.6.0",
6565
"history-5": "npm:history@4.9.0",
6666
"react": "^18.3.1",

yarn.lock

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
json5 "^2.2.1"
16231623
semver "^6.3.0"
16241624

1625-
"@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.17.2", "@babel/core@^7.18.5", "@babel/core@^7.21.0", "@babel/core@^7.22.10", "@babel/core@^7.22.11", "@babel/core@^7.23.3", "@babel/core@^7.23.7", "@babel/core@^7.26.8", "@babel/core@^7.27.1", "@babel/core@^7.27.7", "@babel/core@^7.28.5", "@babel/core@^7.29.6", "@babel/core@^7.3.4":
1625+
"@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.17.2", "@babel/core@^7.18.5", "@babel/core@^7.21.0", "@babel/core@^7.22.10", "@babel/core@^7.22.11", "@babel/core@^7.23.3", "@babel/core@^7.23.7", "@babel/core@^7.24.4", "@babel/core@^7.26.8", "@babel/core@^7.27.1", "@babel/core@^7.27.7", "@babel/core@^7.28.5", "@babel/core@^7.29.6", "@babel/core@^7.3.4":
16261626
version "7.29.7"
16271627
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
16281628
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
@@ -1869,7 +1869,7 @@
18691869
"@babel/template" "^7.29.7"
18701870
"@babel/types" "^7.29.7"
18711871

1872-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.16", "@babel/parser@^7.23.5", "@babel/parser@^7.23.6", "@babel/parser@^7.25.4", "@babel/parser@^7.26.7", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5", "@babel/parser@^7.29.3", "@babel/parser@^7.29.7", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
1872+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.16", "@babel/parser@^7.23.5", "@babel/parser@^7.23.6", "@babel/parser@^7.24.4", "@babel/parser@^7.25.4", "@babel/parser@^7.26.7", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5", "@babel/parser@^7.29.3", "@babel/parser@^7.29.7", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
18731873
version "7.29.7"
18741874
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
18751875
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
@@ -16265,10 +16265,16 @@ eslint-plugin-qunit@8.0.0:
1626516265
eslint-utils "^3.0.0"
1626616266
requireindex "^1.2.0"
1626716267

16268-
eslint-plugin-react-hooks@^4.6.0:
16269-
version "4.6.2"
16270-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
16271-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
16268+
eslint-plugin-react-hooks@^7.1.1:
16269+
version "7.1.1"
16270+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz#e6742cad75d970c0a3f30d7d3fa80a4784f55927"
16271+
integrity sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==
16272+
dependencies:
16273+
"@babel/core" "^7.24.4"
16274+
"@babel/parser" "^7.24.4"
16275+
hermes-parser "^0.25.1"
16276+
zod "^3.25.0 || ^4.0.0"
16277+
zod-validation-error "^3.5.0 || ^4.0.0"
1627216278

1627316279
eslint-plugin-react@^7.20.5, eslint-plugin-react@^7.31.11:
1627416280
version "7.31.11"
@@ -18459,6 +18465,18 @@ heimdalljs@^0.2.0, heimdalljs@^0.2.1, heimdalljs@^0.2.3, heimdalljs@^0.2.5, heim
1845918465
dependencies:
1846018466
rsvp "~3.2.1"
1846118467

18468+
hermes-estree@0.25.1:
18469+
version "0.25.1"
18470+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
18471+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
18472+
18473+
hermes-parser@^0.25.1:
18474+
version "0.25.1"
18475+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
18476+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
18477+
dependencies:
18478+
hermes-estree "0.25.1"
18479+
1846218480
"history-4@npm:history@4.6.0":
1846318481
version "4.6.0"
1846418482
resolved "https://registry.yarnpkg.com/history/-/history-4.6.0.tgz#2e09f7b173333040044c9fede373ad29bc2e2186"
@@ -31276,15 +31294,20 @@ zod-to-json-schema@^3.22.3, zod-to-json-schema@^3.24.1:
3127631294
resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz#5920f020c4d2647edfbb954fa036082b92c9e12d"
3127731295
integrity sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==
3127831296

31297+
"zod-validation-error@^3.5.0 || ^4.0.0":
31298+
version "4.0.2"
31299+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
31300+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
31301+
3127931302
zod@^3.22.4, zod@^3.23.8, zod@^3.24.1, zod@^3.25.32:
3128031303
version "3.25.76"
3128131304
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
3128231305
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
3128331306

31284-
zod@^4.0.0:
31285-
version "4.3.6"
31286-
resolved "https://registry.yarnpkg.com/zod/-/zod-4.3.6.tgz#89c56e0aa7d2b05107d894412227087885ab112a"
31287-
integrity sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==
31307+
"zod@^3.25.0 || ^4.0.0", zod@^4.0.0:
31308+
version "4.4.3"
31309+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.4.3.tgz#b680f172885d18bbebf21a834ea25e55a1bbf356"
31310+
integrity sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==
3128831311

3128931312
zone.js@^0.12.0:
3129031313
version "0.12.0"

0 commit comments

Comments
 (0)