Skip to content

Commit 614b37f

Browse files
build(deps-dev): bump eslint-plugin-react-hooks from 6.1.1 to 7.0.0 (#470)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 6.1.1 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0caace2 commit 614b37f

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-import": "^2.32.0",
8383
"eslint-plugin-prettier": "^5.5.4",
8484
"eslint-plugin-react": "^7.37.5",
85-
"eslint-plugin-react-hooks": "^6.1.1",
85+
"eslint-plugin-react-hooks": "^7.0.0",
8686
"eslint-plugin-unused-imports": "^4.2.0",
8787
"flat": "6.0.1",
8888
"humanize-duration": "^3.33.1",

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5431,7 +5431,7 @@ __metadata:
54315431
eslint-plugin-import: ^2.32.0
54325432
eslint-plugin-prettier: ^5.5.4
54335433
eslint-plugin-react: ^7.37.5
5434-
eslint-plugin-react-hooks: ^6.1.1
5434+
eslint-plugin-react-hooks: ^7.0.0
54355435
eslint-plugin-unused-imports: ^4.2.0
54365436
flat: 6.0.1
54375437
humanize-duration: ^3.33.1
@@ -7201,17 +7201,18 @@ __metadata:
72017201
languageName: node
72027202
linkType: hard
72037203

7204-
"eslint-plugin-react-hooks@npm:^6.1.1":
7205-
version: 6.1.1
7206-
resolution: "eslint-plugin-react-hooks@npm:6.1.1"
7204+
"eslint-plugin-react-hooks@npm:^7.0.0":
7205+
version: 7.0.0
7206+
resolution: "eslint-plugin-react-hooks@npm:7.0.0"
72077207
dependencies:
72087208
"@babel/core": ^7.24.4
72097209
"@babel/parser": ^7.24.4
7210+
hermes-parser: ^0.25.1
72107211
zod: ^3.22.4 || ^4.0.0
72117212
zod-validation-error: ^3.0.3 || ^4.0.0
72127213
peerDependencies:
72137214
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
7214-
checksum: 9bcef231fa5b95bb3b9b7720c4b437316894997e097b1c2f8a97b726f71102dcfe986e71147b86e971f1916aa4a977e941e37899ec288f659d68cbfc59409721
7215+
checksum: 2ce87bf30b42b086ed053ed371492e926837dc674fc362a6c3ce5a19d2507f58c29dfbb8fc59e102029acbd9104f86043901bbf56e21035aabaf6746673d3c08
72157216
languageName: node
72167217
linkType: hard
72177218

@@ -8881,6 +8882,22 @@ __metadata:
88818882
languageName: node
88828883
linkType: hard
88838884

8885+
"hermes-estree@npm:0.25.1":
8886+
version: 0.25.1
8887+
resolution: "hermes-estree@npm:0.25.1"
8888+
checksum: 97f42e9178dff61db017810b4f79f5a2cdbb3cde94b7d99ba84ed632ee2adfcae2244555587951b3151fc036676c68f48f57fbe2b49e253eb1f3f904d284a8b0
8889+
languageName: node
8890+
linkType: hard
8891+
8892+
"hermes-parser@npm:^0.25.1":
8893+
version: 0.25.1
8894+
resolution: "hermes-parser@npm:0.25.1"
8895+
dependencies:
8896+
hermes-estree: 0.25.1
8897+
checksum: 4edcfaa3030931343b540182b83c432aba4cdcb1925952521ab4cfb7ab90c2c1543dfcb042ccd51d5e81e4bfe2809420e85902c2ff95ef7c6c64644ce17138ea
8898+
languageName: node
8899+
linkType: hard
8900+
88848901
"history@npm:^4.9.0":
88858902
version: 4.10.1
88868903
resolution: "history@npm:4.10.1"

0 commit comments

Comments
 (0)