Skip to content

Commit 1de3327

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 7.0.0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 7.0.0. - [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.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acfc2c2 commit 1de3327

File tree

2 files changed

+47
-9
lines changed

2 files changed

+47
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-no-unsanitized": "4.0.2",
108108
"eslint-plugin-prettier": "4.2.1",
109109
"eslint-plugin-react": "7.37.5",
110-
"eslint-plugin-react-hooks": "4.6.2",
110+
"eslint-plugin-react-hooks": "7.0.0",
111111
"eslint-plugin-security": "^3.0.1",
112112
"eslint-plugin-simple-import-sort": "12.1.1",
113113
"eslint-plugin-testing-library": "6.5.0",

yarn.lock

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ __metadata:
3737
languageName: node
3838
linkType: hard
3939

40-
"@babel/core@npm:7.28.5":
40+
"@babel/core@npm:7.28.5, @babel/core@npm:^7.24.4":
4141
version: 7.28.5
4242
resolution: "@babel/core@npm:7.28.5"
4343
dependencies:
@@ -328,7 +328,7 @@ __metadata:
328328
languageName: node
329329
linkType: hard
330330

331-
"@babel/parser@npm:^7.28.5":
331+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
332332
version: 7.28.5
333333
resolution: "@babel/parser@npm:7.28.5"
334334
dependencies:
@@ -7926,12 +7926,18 @@ __metadata:
79267926
languageName: node
79277927
linkType: hard
79287928

7929-
"eslint-plugin-react-hooks@npm:4.6.2":
7930-
version: 4.6.2
7931-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
7929+
"eslint-plugin-react-hooks@npm:7.0.0":
7930+
version: 7.0.0
7931+
resolution: "eslint-plugin-react-hooks@npm:7.0.0"
7932+
dependencies:
7933+
"@babel/core": ^7.24.4
7934+
"@babel/parser": ^7.24.4
7935+
hermes-parser: ^0.25.1
7936+
zod: ^3.22.4 || ^4.0.0
7937+
zod-validation-error: ^3.0.3 || ^4.0.0
79327938
peerDependencies:
7933-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
7934-
checksum: 395c433610f59577cfcf3f2e42bcb130436c8a0b3777ac64f441d88c5275f4fcfc89094cedab270f2822daf29af1079151a7a6579a8e9ea8cee66540ba0384c4
7939+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
7940+
checksum: 2ce87bf30b42b086ed053ed371492e926837dc674fc362a6c3ce5a19d2507f58c29dfbb8fc59e102029acbd9104f86043901bbf56e21035aabaf6746673d3c08
79357941
languageName: node
79367942
linkType: hard
79377943

@@ -9420,6 +9426,22 @@ __metadata:
94209426
languageName: node
94219427
linkType: hard
94229428

9429+
"hermes-estree@npm:0.25.1":
9430+
version: 0.25.1
9431+
resolution: "hermes-estree@npm:0.25.1"
9432+
checksum: 97f42e9178dff61db017810b4f79f5a2cdbb3cde94b7d99ba84ed632ee2adfcae2244555587951b3151fc036676c68f48f57fbe2b49e253eb1f3f904d284a8b0
9433+
languageName: node
9434+
linkType: hard
9435+
9436+
"hermes-parser@npm:^0.25.1":
9437+
version: 0.25.1
9438+
resolution: "hermes-parser@npm:0.25.1"
9439+
dependencies:
9440+
hermes-estree: 0.25.1
9441+
checksum: 4edcfaa3030931343b540182b83c432aba4cdcb1925952521ab4cfb7ab90c2c1543dfcb042ccd51d5e81e4bfe2809420e85902c2ff95ef7c6c64644ce17138ea
9442+
languageName: node
9443+
linkType: hard
9444+
94239445
"hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
94249446
version: 3.3.2
94259447
resolution: "hoist-non-react-statics@npm:3.3.2"
@@ -16515,7 +16537,7 @@ __metadata:
1651516537
eslint-plugin-no-unsanitized: 4.0.2
1651616538
eslint-plugin-prettier: 4.2.1
1651716539
eslint-plugin-react: 7.37.5
16518-
eslint-plugin-react-hooks: 4.6.2
16540+
eslint-plugin-react-hooks: 7.0.0
1651916541
eslint-plugin-security: ^3.0.1
1652016542
eslint-plugin-simple-import-sort: 12.1.1
1652116543
eslint-plugin-testing-library: 6.5.0
@@ -16906,3 +16928,19 @@ __metadata:
1690616928
checksum: 0843d6c2c0558e5c06e98edf9c17942f25c769e21b519303a5c2adefd5b738c9b2054204dc856ac0cd9d134b1bc27d928ce84fd23c9e2423b7e013d5a6f50577
1690716929
languageName: node
1690816930
linkType: hard
16931+
16932+
"zod-validation-error@npm:^3.0.3 || ^4.0.0":
16933+
version: 4.0.2
16934+
resolution: "zod-validation-error@npm:4.0.2"
16935+
peerDependencies:
16936+
zod: ^3.25.0 || ^4.0.0
16937+
checksum: f16ccbc08c5345f28788beea814d82e1f047978414f1511bd97a171580d7dbe63cecc368caa352c1391e201539288c241d61145e57c6b84cb19112dc88a72098
16938+
languageName: node
16939+
linkType: hard
16940+
16941+
"zod@npm:^3.22.4 || ^4.0.0":
16942+
version: 4.1.12
16943+
resolution: "zod@npm:4.1.12"
16944+
checksum: 91174acc7d2ca5572ad522643474ddd60640cf6877b5d76e5d583eb25e3c4072c6f5eb92ab94f231ec5ce61c6acdfc3e0166de45fb1005b1ea54986b026b765f
16945+
languageName: node
16946+
linkType: hard

0 commit comments

Comments
 (0)