Skip to content

Commit f0e9d60

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks in /app
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 2ad2a5e commit f0e9d60

3 files changed

Lines changed: 109 additions & 16 deletions

File tree

app/.pnp.cjs

Lines changed: 63 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "^5.1.2",
3131
"eslint": "^9.39.2",
3232
"eslint-plugin-react": "^7.37.5",
33-
"eslint-plugin-react-hooks": "^5.2.0",
33+
"eslint-plugin-react-hooks": "^7.0.1",
3434
"eslint-plugin-react-refresh": "^0.4.20",
3535
"globals": "^16.4.0",
3636
"prettier": "3.6.2",

app/yarn.lock

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __metadata:
3434
languageName: node
3535
linkType: hard
3636

37-
"@babel/core@npm:^7.28.5":
37+
"@babel/core@npm:^7.24.4, @babel/core@npm:^7.28.5":
3838
version: 7.28.6
3939
resolution: "@babel/core@npm:7.28.6"
4040
dependencies:
@@ -199,7 +199,7 @@ __metadata:
199199
languageName: node
200200
linkType: hard
201201

202-
"@babel/parser@npm:^7.28.6":
202+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.6":
203203
version: 7.28.6
204204
resolution: "@babel/parser@npm:7.28.6"
205205
dependencies:
@@ -2368,12 +2368,18 @@ __metadata:
23682368
languageName: node
23692369
linkType: hard
23702370

2371-
"eslint-plugin-react-hooks@npm:^5.2.0":
2372-
version: 5.2.0
2373-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
2371+
"eslint-plugin-react-hooks@npm:^7.0.1":
2372+
version: 7.0.1
2373+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
2374+
dependencies:
2375+
"@babel/core": "npm:^7.24.4"
2376+
"@babel/parser": "npm:^7.24.4"
2377+
hermes-parser: "npm:^0.25.1"
2378+
zod: "npm:^3.25.0 || ^4.0.0"
2379+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
23742380
peerDependencies:
23752381
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
2376-
checksum: 10c0/1c8d50fa5984c6dea32470651807d2922cc3934cf3425e78f84a24c2dfd972e7f019bee84aefb27e0cf2c13fea0ac1d4473267727408feeb1c56333ca1489385
2382+
checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
23772383
languageName: node
23782384
linkType: hard
23792385

@@ -2944,6 +2950,22 @@ __metadata:
29442950
languageName: node
29452951
linkType: hard
29462952

2953+
"hermes-estree@npm:0.25.1":
2954+
version: 0.25.1
2955+
resolution: "hermes-estree@npm:0.25.1"
2956+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
2957+
languageName: node
2958+
linkType: hard
2959+
2960+
"hermes-parser@npm:^0.25.1":
2961+
version: 0.25.1
2962+
resolution: "hermes-parser@npm:0.25.1"
2963+
dependencies:
2964+
hermes-estree: "npm:0.25.1"
2965+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
2966+
languageName: node
2967+
linkType: hard
2968+
29472969
"hoist-non-react-statics@npm:^3.3.1":
29482970
version: 3.3.2
29492971
resolution: "hoist-non-react-statics@npm:3.3.2"
@@ -4704,7 +4726,7 @@ __metadata:
47044726
"@vitejs/plugin-react": "npm:^5.1.2"
47054727
eslint: "npm:^9.39.2"
47064728
eslint-plugin-react: "npm:^7.37.5"
4707-
eslint-plugin-react-hooks: "npm:^5.2.0"
4729+
eslint-plugin-react-hooks: "npm:^7.0.1"
47084730
eslint-plugin-react-refresh: "npm:^0.4.20"
47094731
globals: "npm:^16.4.0"
47104732
prettier: "npm:3.6.2"
@@ -5086,3 +5108,19 @@ __metadata:
50865108
checksum: 10c0/dceb44c28578b31641e13695d200d34ec4ab3966a5729814d5445b194933c096b7ced71494ce53a0e8820685d1d010df8b2422e5bf2cdea7e469d97ffbea306f
50875109
languageName: node
50885110
linkType: hard
5111+
5112+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
5113+
version: 4.0.2
5114+
resolution: "zod-validation-error@npm:4.0.2"
5115+
peerDependencies:
5116+
zod: ^3.25.0 || ^4.0.0
5117+
checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b
5118+
languageName: node
5119+
linkType: hard
5120+
5121+
"zod@npm:^3.25.0 || ^4.0.0":
5122+
version: 4.3.6
5123+
resolution: "zod@npm:4.3.6"
5124+
checksum: 10c0/860d25a81ab41d33aa25f8d0d07b091a04acb426e605f396227a796e9e800c44723ed96d0f53a512b57be3d1520f45bf69c0cb3b378a232a00787a2609625307
5125+
languageName: node
5126+
linkType: hard

0 commit comments

Comments
 (0)