Skip to content

Commit 3b4213e

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 (#352)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.1.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f75d18 commit 3b4213e

2 files changed

Lines changed: 57 additions & 116 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-config-prettier": "^10.1.8",
4949
"eslint-plugin-prettier": "^5.5.5",
5050
"eslint-plugin-react": "^7.37.5",
51-
"eslint-plugin-react-hooks": "^5.2.0",
51+
"eslint-plugin-react-hooks": "^7.1.1",
5252
"husky": "^9.1.7",
5353
"jest": "^30.2.0",
5454
"jest-environment-jsdom": "^30.2.0",

yarn.lock

Lines changed: 56 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
5454
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
5555

56-
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.5":
57-
version "7.28.5"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
59-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
56+
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.27.4", "@babel/core@^7.28.5":
57+
version "7.29.0"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
59+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
6060
dependencies:
61-
"@babel/code-frame" "^7.27.1"
62-
"@babel/generator" "^7.28.5"
63-
"@babel/helper-compilation-targets" "^7.27.2"
64-
"@babel/helper-module-transforms" "^7.28.3"
65-
"@babel/helpers" "^7.28.4"
66-
"@babel/parser" "^7.28.5"
67-
"@babel/template" "^7.27.2"
68-
"@babel/traverse" "^7.28.5"
69-
"@babel/types" "^7.28.5"
61+
"@babel/code-frame" "^7.29.0"
62+
"@babel/generator" "^7.29.0"
63+
"@babel/helper-compilation-targets" "^7.28.6"
64+
"@babel/helper-module-transforms" "^7.28.6"
65+
"@babel/helpers" "^7.28.6"
66+
"@babel/parser" "^7.29.0"
67+
"@babel/template" "^7.28.6"
68+
"@babel/traverse" "^7.29.0"
69+
"@babel/types" "^7.29.0"
7070
"@jridgewell/remapping" "^2.3.5"
7171
convert-source-map "^2.0.0"
7272
debug "^4.1.0"
@@ -96,17 +96,6 @@
9696
"@jridgewell/trace-mapping" "^0.3.28"
9797
jsesc "^3.0.2"
9898

99-
"@babel/generator@^7.28.3":
100-
version "7.28.3"
101-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
102-
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
103-
dependencies:
104-
"@babel/parser" "^7.28.3"
105-
"@babel/types" "^7.28.2"
106-
"@jridgewell/gen-mapping" "^0.3.12"
107-
"@jridgewell/trace-mapping" "^0.3.28"
108-
jsesc "^3.0.2"
109-
11099
"@babel/generator@^7.28.5":
111100
version "7.28.5"
112101
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
@@ -150,7 +139,7 @@
150139
dependencies:
151140
"@babel/types" "^7.27.3"
152141

153-
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6":
142+
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
154143
version "7.28.6"
155144
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
156145
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
@@ -270,15 +259,6 @@
270259
"@babel/helper-validator-identifier" "^7.27.1"
271260
"@babel/traverse" "^7.27.1"
272261

273-
"@babel/helper-module-transforms@^7.28.3":
274-
version "7.28.3"
275-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
276-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
277-
dependencies:
278-
"@babel/helper-module-imports" "^7.27.1"
279-
"@babel/helper-validator-identifier" "^7.27.1"
280-
"@babel/traverse" "^7.28.3"
281-
282262
"@babel/helper-module-transforms@^7.28.6":
283263
version "7.28.6"
284264
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -379,13 +359,13 @@
379359
"@babel/traverse" "^7.27.1"
380360
"@babel/types" "^7.27.1"
381361

382-
"@babel/helpers@^7.28.4":
383-
version "7.28.4"
384-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
385-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
362+
"@babel/helpers@^7.28.6":
363+
version "7.29.2"
364+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
365+
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
386366
dependencies:
387-
"@babel/template" "^7.27.2"
388-
"@babel/types" "^7.28.4"
367+
"@babel/template" "^7.28.6"
368+
"@babel/types" "^7.29.0"
389369

390370
"@babel/highlight@^7.18.6":
391371
version "7.18.6"
@@ -396,48 +376,10 @@
396376
chalk "^2.0.0"
397377
js-tokens "^4.0.0"
398378

399-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7":
400-
version "7.19.1"
401-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
402-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
403-
404-
"@babel/parser@^7.20.7":
405-
version "7.23.0"
406-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
407-
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
408-
409-
"@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
410-
version "7.28.0"
411-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
412-
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
413-
dependencies:
414-
"@babel/types" "^7.28.0"
415-
416-
"@babel/parser@^7.27.1":
417-
version "7.27.1"
418-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
419-
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
420-
dependencies:
421-
"@babel/types" "^7.27.1"
422-
423-
"@babel/parser@^7.28.3":
424-
version "7.28.3"
425-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
426-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
427-
dependencies:
428-
"@babel/types" "^7.28.2"
429-
430-
"@babel/parser@^7.28.5":
431-
version "7.28.5"
432-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
433-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
434-
dependencies:
435-
"@babel/types" "^7.28.5"
436-
437-
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
438-
version "7.29.0"
439-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
440-
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
379+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.4", "@babel/parser@^7.27.1", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0", "@babel/parser@^7.28.5", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
380+
version "7.29.3"
381+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
382+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
441383
dependencies:
442384
"@babel/types" "^7.29.0"
443385

@@ -1229,19 +1171,6 @@
12291171
debug "^4.3.1"
12301172
globals "^11.1.0"
12311173

1232-
"@babel/traverse@^7.28.3":
1233-
version "7.28.3"
1234-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1235-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1236-
dependencies:
1237-
"@babel/code-frame" "^7.27.1"
1238-
"@babel/generator" "^7.28.3"
1239-
"@babel/helper-globals" "^7.28.0"
1240-
"@babel/parser" "^7.28.3"
1241-
"@babel/template" "^7.27.2"
1242-
"@babel/types" "^7.28.2"
1243-
debug "^4.3.1"
1244-
12451174
"@babel/traverse@^7.28.5":
12461175
version "7.28.5"
12471176
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -1293,22 +1222,6 @@
12931222
"@babel/helper-string-parser" "^7.27.1"
12941223
"@babel/helper-validator-identifier" "^7.27.1"
12951224

1296-
"@babel/types@^7.28.2":
1297-
version "7.28.2"
1298-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1299-
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1300-
dependencies:
1301-
"@babel/helper-string-parser" "^7.27.1"
1302-
"@babel/helper-validator-identifier" "^7.27.1"
1303-
1304-
"@babel/types@^7.28.4":
1305-
version "7.28.4"
1306-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1307-
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1308-
dependencies:
1309-
"@babel/helper-string-parser" "^7.27.1"
1310-
"@babel/helper-validator-identifier" "^7.27.1"
1311-
13121225
"@babel/types@^7.28.5":
13131226
version "7.28.5"
13141227
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -3859,10 +3772,16 @@ eslint-plugin-prettier@^5.5.5:
38593772
prettier-linter-helpers "^1.0.1"
38603773
synckit "^0.11.12"
38613774

3862-
eslint-plugin-react-hooks@^5.2.0:
3863-
version "5.2.0"
3864-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3865-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
3775+
eslint-plugin-react-hooks@^7.1.1:
3776+
version "7.1.1"
3777+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz#e6742cad75d970c0a3f30d7d3fa80a4784f55927"
3778+
integrity sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==
3779+
dependencies:
3780+
"@babel/core" "^7.24.4"
3781+
"@babel/parser" "^7.24.4"
3782+
hermes-parser "^0.25.1"
3783+
zod "^3.25.0 || ^4.0.0"
3784+
zod-validation-error "^3.5.0 || ^4.0.0"
38663785

38673786
eslint-plugin-react@^7.37.5:
38683787
version "7.37.5"
@@ -4564,6 +4483,18 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
45644483
dependencies:
45654484
function-bind "^1.1.2"
45664485

4486+
hermes-estree@0.25.1:
4487+
version "0.25.1"
4488+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
4489+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
4490+
4491+
hermes-parser@^0.25.1:
4492+
version "0.25.1"
4493+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
4494+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
4495+
dependencies:
4496+
hermes-estree "0.25.1"
4497+
45674498
html-encoding-sniffer@^4.0.0:
45684499
version "4.0.0"
45694500
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448"
@@ -7739,3 +7670,13 @@ yocto-queue@^0.1.0:
77397670
version "0.1.0"
77407671
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
77417672
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
7673+
7674+
"zod-validation-error@^3.5.0 || ^4.0.0":
7675+
version "4.0.2"
7676+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
7677+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
7678+
7679+
"zod@^3.25.0 || ^4.0.0":
7680+
version "4.4.1"
7681+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.4.1.tgz#3c9bcf62b846273c7c8056d5b698bbae19db1d8b"
7682+
integrity sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==

0 commit comments

Comments
 (0)