Skip to content

Commit e0d30ab

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 7.0.1
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 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 5d99989 commit e0d30ab

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.1",
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:
@@ -355,7 +355,7 @@ __metadata:
355355
languageName: node
356356
linkType: hard
357357

358-
"@babel/parser@npm:^7.28.5":
358+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
359359
version: 7.28.5
360360
resolution: "@babel/parser@npm:7.28.5"
361361
dependencies:
@@ -7964,12 +7964,18 @@ __metadata:
79647964
languageName: node
79657965
linkType: hard
79667966

7967-
"eslint-plugin-react-hooks@npm:4.6.2":
7968-
version: 4.6.2
7969-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
7967+
"eslint-plugin-react-hooks@npm:7.0.1":
7968+
version: 7.0.1
7969+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
7970+
dependencies:
7971+
"@babel/core": ^7.24.4
7972+
"@babel/parser": ^7.24.4
7973+
hermes-parser: ^0.25.1
7974+
zod: ^3.25.0 || ^4.0.0
7975+
zod-validation-error: ^3.5.0 || ^4.0.0
79707976
peerDependencies:
7971-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
7972-
checksum: 395c433610f59577cfcf3f2e42bcb130436c8a0b3777ac64f441d88c5275f4fcfc89094cedab270f2822daf29af1079151a7a6579a8e9ea8cee66540ba0384c4
7977+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
7978+
checksum: d2216919137e6593309640c47d5cbeb903a2989b2ddc1197107b4b1967a8ec2e696d9586015c02cfa2468bdb4ce28b6866f9fd2b555ccbec635556f0a4e1f434
79737979
languageName: node
79747980
linkType: hard
79757981

@@ -9458,6 +9464,22 @@ __metadata:
94589464
languageName: node
94599465
linkType: hard
94609466

9467+
"hermes-estree@npm:0.25.1":
9468+
version: 0.25.1
9469+
resolution: "hermes-estree@npm:0.25.1"
9470+
checksum: 97f42e9178dff61db017810b4f79f5a2cdbb3cde94b7d99ba84ed632ee2adfcae2244555587951b3151fc036676c68f48f57fbe2b49e253eb1f3f904d284a8b0
9471+
languageName: node
9472+
linkType: hard
9473+
9474+
"hermes-parser@npm:^0.25.1":
9475+
version: 0.25.1
9476+
resolution: "hermes-parser@npm:0.25.1"
9477+
dependencies:
9478+
hermes-estree: 0.25.1
9479+
checksum: 4edcfaa3030931343b540182b83c432aba4cdcb1925952521ab4cfb7ab90c2c1543dfcb042ccd51d5e81e4bfe2809420e85902c2ff95ef7c6c64644ce17138ea
9480+
languageName: node
9481+
linkType: hard
9482+
94619483
"hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
94629484
version: 3.3.2
94639485
resolution: "hoist-non-react-statics@npm:3.3.2"
@@ -16553,7 +16575,7 @@ __metadata:
1655316575
eslint-plugin-no-unsanitized: 4.0.2
1655416576
eslint-plugin-prettier: 4.2.1
1655516577
eslint-plugin-react: 7.37.5
16556-
eslint-plugin-react-hooks: 4.6.2
16578+
eslint-plugin-react-hooks: 7.0.1
1655716579
eslint-plugin-security: ^3.0.1
1655816580
eslint-plugin-simple-import-sort: 12.1.1
1655916581
eslint-plugin-testing-library: 6.5.0
@@ -16944,3 +16966,19 @@ __metadata:
1694416966
checksum: 0843d6c2c0558e5c06e98edf9c17942f25c769e21b519303a5c2adefd5b738c9b2054204dc856ac0cd9d134b1bc27d928ce84fd23c9e2423b7e013d5a6f50577
1694516967
languageName: node
1694616968
linkType: hard
16969+
16970+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
16971+
version: 4.0.2
16972+
resolution: "zod-validation-error@npm:4.0.2"
16973+
peerDependencies:
16974+
zod: ^3.25.0 || ^4.0.0
16975+
checksum: f16ccbc08c5345f28788beea814d82e1f047978414f1511bd97a171580d7dbe63cecc368caa352c1391e201539288c241d61145e57c6b84cb19112dc88a72098
16976+
languageName: node
16977+
linkType: hard
16978+
16979+
"zod@npm:^3.25.0 || ^4.0.0":
16980+
version: 4.1.12
16981+
resolution: "zod@npm:4.1.12"
16982+
checksum: 91174acc7d2ca5572ad522643474ddd60640cf6877b5d76e5d583eb25e3c4072c6f5eb92ab94f231ec5ce61c6acdfc3e0166de45fb1005b1ea54986b026b765f
16983+
languageName: node
16984+
linkType: hard

0 commit comments

Comments
 (0)