Skip to content

Commit 2345f47

Browse files
chore(deps): bump eslint-plugin-react-hooks in /frontend
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.0.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/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62f55e5 commit 2345f47

2 files changed

Lines changed: 77 additions & 46 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@vitest/eslint-plugin": "^1.4.2",
4444
"eslint": "^9.39.1",
4545
"eslint-plugin-react": "^7.37.5",
46-
"eslint-plugin-react-hooks": "5.2.0",
46+
"eslint-plugin-react-hooks": "7.0.1",
4747
"eslint-plugin-react-refresh": "^0.4.24",
4848
"eslint-plugin-storybook": "^9.1.15",
4949
"globals": "^16.5.0",

frontend/yarn.lock

Lines changed: 76 additions & 45 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.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
5454
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
5555

56-
"@babel/core@^7.18.9", "@babel/core@^7.23.5", "@babel/core@^7.28.4":
57-
version "7.28.4"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
59-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
56+
"@babel/core@^7.18.9", "@babel/core@^7.23.5", "@babel/core@^7.24.4", "@babel/core@^7.28.4":
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==
6060
dependencies:
6161
"@babel/code-frame" "^7.27.1"
62-
"@babel/generator" "^7.28.3"
62+
"@babel/generator" "^7.28.5"
6363
"@babel/helper-compilation-targets" "^7.27.2"
6464
"@babel/helper-module-transforms" "^7.28.3"
6565
"@babel/helpers" "^7.28.4"
66-
"@babel/parser" "^7.28.4"
66+
"@babel/parser" "^7.28.5"
6767
"@babel/template" "^7.27.2"
68-
"@babel/traverse" "^7.28.4"
69-
"@babel/types" "^7.28.4"
68+
"@babel/traverse" "^7.28.5"
69+
"@babel/types" "^7.28.5"
7070
"@jridgewell/remapping" "^2.3.5"
7171
convert-source-map "^2.0.0"
7272
debug "^4.1.0"
@@ -107,6 +107,17 @@
107107
"@jridgewell/trace-mapping" "^0.3.28"
108108
jsesc "^3.0.2"
109109

110+
"@babel/generator@^7.28.5":
111+
version "7.28.5"
112+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
113+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
114+
dependencies:
115+
"@babel/parser" "^7.28.5"
116+
"@babel/types" "^7.28.5"
117+
"@jridgewell/gen-mapping" "^0.3.12"
118+
"@jridgewell/trace-mapping" "^0.3.28"
119+
jsesc "^3.0.2"
120+
110121
"@babel/helper-compilation-targets@^7.27.2":
111122
version "7.27.2"
112123
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
@@ -173,6 +184,11 @@
173184
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
174185
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
175186

187+
"@babel/helper-validator-identifier@^7.28.5":
188+
version "7.28.5"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
190+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
191+
176192
"@babel/helper-validator-option@^7.27.1":
177193
version "7.27.1"
178194
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -186,33 +202,12 @@
186202
"@babel/template" "^7.27.2"
187203
"@babel/types" "^7.28.4"
188204

189-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.2":
190-
version "7.26.2"
191-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
192-
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
205+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.25.9", "@babel/parser@^7.26.2", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5", "@babel/parser@^7.28.3", "@babel/parser@^7.28.5":
206+
version "7.28.5"
207+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
208+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
193209
dependencies:
194-
"@babel/types" "^7.26.0"
195-
196-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
197-
version "7.27.5"
198-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
199-
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
200-
dependencies:
201-
"@babel/types" "^7.27.3"
202-
203-
"@babel/parser@^7.28.3":
204-
version "7.28.3"
205-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
206-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
207-
dependencies:
208-
"@babel/types" "^7.28.2"
209-
210-
"@babel/parser@^7.28.4":
211-
version "7.28.4"
212-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
213-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
214-
dependencies:
215-
"@babel/types" "^7.28.4"
210+
"@babel/types" "^7.28.5"
216211

217212
"@babel/plugin-transform-react-jsx-self@^7.27.1":
218213
version "7.27.1"
@@ -292,17 +287,17 @@
292287
"@babel/types" "^7.28.2"
293288
debug "^4.3.1"
294289

295-
"@babel/traverse@^7.28.4":
296-
version "7.28.4"
297-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
298-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
290+
"@babel/traverse@^7.28.5":
291+
version "7.28.5"
292+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
293+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
299294
dependencies:
300295
"@babel/code-frame" "^7.27.1"
301-
"@babel/generator" "^7.28.3"
296+
"@babel/generator" "^7.28.5"
302297
"@babel/helper-globals" "^7.28.0"
303-
"@babel/parser" "^7.28.4"
298+
"@babel/parser" "^7.28.5"
304299
"@babel/template" "^7.27.2"
305-
"@babel/types" "^7.28.4"
300+
"@babel/types" "^7.28.5"
306301
debug "^4.3.1"
307302

308303
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0":
@@ -337,6 +332,14 @@
337332
"@babel/helper-string-parser" "^7.27.1"
338333
"@babel/helper-validator-identifier" "^7.27.1"
339334

335+
"@babel/types@^7.28.5":
336+
version "7.28.5"
337+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
338+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
339+
dependencies:
340+
"@babel/helper-string-parser" "^7.27.1"
341+
"@babel/helper-validator-identifier" "^7.28.5"
342+
340343
"@chromatic-com/storybook@^4.1.2":
341344
version "4.1.2"
342345
resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-4.1.2.tgz#d9e6d5a552e125f40c78ac494706f0bd5c2147a2"
@@ -2949,10 +2952,16 @@ escape-string-regexp@^4.0.0:
29492952
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29502953
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29512954

2952-
eslint-plugin-react-hooks@5.2.0:
2953-
version "5.2.0"
2954-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
2955-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
2955+
eslint-plugin-react-hooks@7.0.1:
2956+
version "7.0.1"
2957+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
2958+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
2959+
dependencies:
2960+
"@babel/core" "^7.24.4"
2961+
"@babel/parser" "^7.24.4"
2962+
hermes-parser "^0.25.1"
2963+
zod "^3.25.0 || ^4.0.0"
2964+
zod-validation-error "^3.5.0 || ^4.0.0"
29562965

29572966
eslint-plugin-react-refresh@^0.4.24:
29582967
version "0.4.24"
@@ -3515,6 +3524,18 @@ headers-polyfill@^4.0.2:
35153524
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-4.0.3.tgz#922a0155de30ecc1f785bcf04be77844ca95ad07"
35163525
integrity sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==
35173526

3527+
hermes-estree@0.25.1:
3528+
version "0.25.1"
3529+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3530+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3531+
3532+
hermes-parser@^0.25.1:
3533+
version "0.25.1"
3534+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3535+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3536+
dependencies:
3537+
hermes-estree "0.25.1"
3538+
35183539
hoist-non-react-statics@^3.3.1:
35193540
version "3.3.2"
35203541
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
@@ -5955,6 +5976,16 @@ yoctocolors-cjs@^2.1.2:
59555976
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz#f4b905a840a37506813a7acaa28febe97767a242"
59565977
integrity sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==
59575978

5979+
"zod-validation-error@^3.5.0 || ^4.0.0":
5980+
version "4.0.2"
5981+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
5982+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
5983+
5984+
"zod@^3.25.0 || ^4.0.0":
5985+
version "4.1.12"
5986+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
5987+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==
5988+
59585989
zustand@^4.4.0:
59595990
version "4.5.5"
59605991
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.5.tgz#f8c713041543715ec81a2adda0610e1dc82d4ad1"

0 commit comments

Comments
 (0)