Skip to content

Commit 06ed293

Browse files
build(deps-dev): bump eslint-plugin-react-hooks in /cmd/mdl/webapp
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] <[email protected]>
1 parent bb50b6e commit 06ed293

File tree

2 files changed

+42
-21
lines changed

2 files changed

+42
-21
lines changed

cmd/mdl/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"css-loader": "^7.1.2",
3434
"eslint": "^9.39.1",
3535
"eslint-plugin-react": "^7.37.5",
36-
"eslint-plugin-react-hooks": "^5.2.0",
36+
"eslint-plugin-react-hooks": "^7.0.1",
3737
"html-loader": "^5.1.0",
3838
"html-webpack-plugin": "^5.6.4",
3939
"react-refresh": "^0.18.0",

cmd/mdl/webapp/yarn.lock

Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
1717
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
1818

19-
"@babel/core@^7.28.4":
20-
version "7.28.4"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
22-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
19+
"@babel/core@^7.24.4", "@babel/core@^7.28.4":
20+
version "7.28.5"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
22+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
2323
dependencies:
2424
"@babel/code-frame" "^7.27.1"
25-
"@babel/generator" "^7.28.3"
25+
"@babel/generator" "^7.28.5"
2626
"@babel/helper-compilation-targets" "^7.27.2"
2727
"@babel/helper-module-transforms" "^7.28.3"
2828
"@babel/helpers" "^7.28.4"
29-
"@babel/parser" "^7.28.4"
29+
"@babel/parser" "^7.28.5"
3030
"@babel/template" "^7.27.2"
31-
"@babel/traverse" "^7.28.4"
32-
"@babel/types" "^7.28.4"
31+
"@babel/traverse" "^7.28.5"
32+
"@babel/types" "^7.28.5"
3333
"@jridgewell/remapping" "^2.3.5"
3434
convert-source-map "^2.0.0"
3535
debug "^4.1.0"
@@ -228,14 +228,7 @@
228228
"@babel/template" "^7.27.2"
229229
"@babel/types" "^7.28.4"
230230

231-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
232-
version "7.28.4"
233-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
234-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
235-
dependencies:
236-
"@babel/types" "^7.28.4"
237-
238-
"@babel/parser@^7.28.5":
231+
"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5":
239232
version "7.28.5"
240233
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
241234
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -2501,10 +2494,16 @@ escape-string-regexp@^4.0.0:
25012494
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
25022495
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
25032496

2504-
eslint-plugin-react-hooks@^5.2.0:
2505-
version "5.2.0"
2506-
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz"
2507-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
2497+
eslint-plugin-react-hooks@^7.0.1:
2498+
version "7.0.1"
2499+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
2500+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
2501+
dependencies:
2502+
"@babel/core" "^7.24.4"
2503+
"@babel/parser" "^7.24.4"
2504+
hermes-parser "^0.25.1"
2505+
zod "^3.25.0 || ^4.0.0"
2506+
zod-validation-error "^3.5.0 || ^4.0.0"
25082507

25092508
eslint-plugin-react@^7.37.5:
25102509
version "7.37.5"
@@ -2997,6 +2996,18 @@ he@^1.2.0:
29972996
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
29982997
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
29992998

2999+
3000+
version "0.25.1"
3001+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3002+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3003+
3004+
hermes-parser@^0.25.1:
3005+
version "0.25.1"
3006+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3007+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3008+
dependencies:
3009+
hermes-estree "0.25.1"
3010+
30003011
hpack.js@^2.1.6:
30013012
version "2.1.6"
30023013
resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz"
@@ -5294,3 +5305,13 @@ yocto-queue@^0.1.0:
52945305
version "0.1.0"
52955306
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
52965307
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
5308+
5309+
"zod-validation-error@^3.5.0 || ^4.0.0":
5310+
version "4.0.2"
5311+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
5312+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
5313+
5314+
"zod@^3.25.0 || ^4.0.0":
5315+
version "4.1.12"
5316+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
5317+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==

0 commit comments

Comments
 (0)