Skip to content

Commit bfd068e

Browse files
authored
Merge pull request #12 from patternfly/upgrade-eslint-plugin-react-hooks
chore(packaging): upgrade eslint-plugin-react-hooks
2 parents 421a908 + 5731e62 commit bfd068e

2 files changed

Lines changed: 124 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-prettier": "^5.5.4",
5252
"eslint-plugin-promise": "^7.2.1",
5353
"eslint-plugin-react": "^7.37.5",
54-
"eslint-plugin-react-hooks": "^4.6.2",
54+
"eslint-plugin-react-hooks": "^7.0.0",
5555
"globals": "^16.4.0",
5656
"jest": "^30.2.0",
5757
"jest-environment-jsdom": "^30.2.0",

yarn.lock

Lines changed: 123 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,29 @@ __metadata:
117117
languageName: node
118118
linkType: hard
119119

120+
"@babel/core@npm:^7.24.4":
121+
version: 7.28.5
122+
resolution: "@babel/core@npm:7.28.5"
123+
dependencies:
124+
"@babel/code-frame": "npm:^7.27.1"
125+
"@babel/generator": "npm:^7.28.5"
126+
"@babel/helper-compilation-targets": "npm:^7.27.2"
127+
"@babel/helper-module-transforms": "npm:^7.28.3"
128+
"@babel/helpers": "npm:^7.28.4"
129+
"@babel/parser": "npm:^7.28.5"
130+
"@babel/template": "npm:^7.27.2"
131+
"@babel/traverse": "npm:^7.28.5"
132+
"@babel/types": "npm:^7.28.5"
133+
"@jridgewell/remapping": "npm:^2.3.5"
134+
convert-source-map: "npm:^2.0.0"
135+
debug: "npm:^4.1.0"
136+
gensync: "npm:^1.0.0-beta.2"
137+
json5: "npm:^2.2.3"
138+
semver: "npm:^6.3.1"
139+
checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72
140+
languageName: node
141+
linkType: hard
142+
120143
"@babel/core@npm:^7.27.4, @babel/core@npm:^7.28.3, @babel/core@npm:^7.28.4":
121144
version: 7.28.4
122145
resolution: "@babel/core@npm:7.28.4"
@@ -165,6 +188,19 @@ __metadata:
165188
languageName: node
166189
linkType: hard
167190

191+
"@babel/generator@npm:^7.28.5":
192+
version: 7.28.5
193+
resolution: "@babel/generator@npm:7.28.5"
194+
dependencies:
195+
"@babel/parser": "npm:^7.28.5"
196+
"@babel/types": "npm:^7.28.5"
197+
"@jridgewell/gen-mapping": "npm:^0.3.12"
198+
"@jridgewell/trace-mapping": "npm:^0.3.28"
199+
jsesc: "npm:^3.0.2"
200+
checksum: 10c0/9f219fe1d5431b6919f1a5c60db8d5d34fe546c0d8f5a8511b32f847569234ffc8032beb9e7404649a143f54e15224ecb53a3d11b6bb85c3203e573d91fca752
201+
languageName: node
202+
linkType: hard
203+
168204
"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.25.7":
169205
version: 7.25.7
170206
resolution: "@babel/helper-annotate-as-pure@npm:7.25.7"
@@ -509,6 +545,13 @@ __metadata:
509545
languageName: node
510546
linkType: hard
511547

548+
"@babel/helper-validator-identifier@npm:^7.28.5":
549+
version: 7.28.5
550+
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
551+
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
552+
languageName: node
553+
linkType: hard
554+
512555
"@babel/helper-validator-option@npm:^7.25.7":
513556
version: 7.25.7
514557
resolution: "@babel/helper-validator-option@npm:7.25.7"
@@ -577,6 +620,17 @@ __metadata:
577620
languageName: node
578621
linkType: hard
579622

623+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
624+
version: 7.28.5
625+
resolution: "@babel/parser@npm:7.28.5"
626+
dependencies:
627+
"@babel/types": "npm:^7.28.5"
628+
bin:
629+
parser: ./bin/babel-parser.js
630+
checksum: 10c0/5bbe48bf2c79594ac02b490a41ffde7ef5aa22a9a88ad6bcc78432a6ba8a9d638d531d868bd1f104633f1f6bba9905746e15185b8276a3756c42b765d131b1ef
631+
languageName: node
632+
linkType: hard
633+
580634
"@babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3, @babel/parser@npm:^7.28.4":
581635
version: 7.28.4
582636
resolution: "@babel/parser@npm:7.28.4"
@@ -2004,6 +2058,21 @@ __metadata:
20042058
languageName: node
20052059
linkType: hard
20062060

2061+
"@babel/traverse@npm:^7.28.5":
2062+
version: 7.28.5
2063+
resolution: "@babel/traverse@npm:7.28.5"
2064+
dependencies:
2065+
"@babel/code-frame": "npm:^7.27.1"
2066+
"@babel/generator": "npm:^7.28.5"
2067+
"@babel/helper-globals": "npm:^7.28.0"
2068+
"@babel/parser": "npm:^7.28.5"
2069+
"@babel/template": "npm:^7.27.2"
2070+
"@babel/types": "npm:^7.28.5"
2071+
debug: "npm:^4.3.1"
2072+
checksum: 10c0/f6c4a595993ae2b73f2d4cd9c062f2e232174d293edd4abe1d715bd6281da8d99e47c65857e8d0917d9384c65972f4acdebc6749a7c40a8fcc38b3c7fb3e706f
2073+
languageName: node
2074+
linkType: hard
2075+
20072076
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.10.5, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.7, @babel/types@npm:^7.4.4":
20082077
version: 7.25.7
20092078
resolution: "@babel/types@npm:7.25.7"
@@ -2025,6 +2094,16 @@ __metadata:
20252094
languageName: node
20262095
linkType: hard
20272096

2097+
"@babel/types@npm:^7.28.5":
2098+
version: 7.28.5
2099+
resolution: "@babel/types@npm:7.28.5"
2100+
dependencies:
2101+
"@babel/helper-string-parser": "npm:^7.27.1"
2102+
"@babel/helper-validator-identifier": "npm:^7.28.5"
2103+
checksum: 10c0/a5a483d2100befbf125793640dec26b90b95fd233a94c19573325898a5ce1e52cdfa96e495c7dcc31b5eca5b66ce3e6d4a0f5a4a62daec271455959f208ab08a
2104+
languageName: node
2105+
linkType: hard
2106+
20282107
"@bcoe/v8-coverage@npm:^0.2.3":
20292108
version: 0.2.3
20302109
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -3293,7 +3372,7 @@ __metadata:
32933372
eslint-plugin-prettier: "npm:^5.5.4"
32943373
eslint-plugin-promise: "npm:^7.2.1"
32953374
eslint-plugin-react: "npm:^7.37.5"
3296-
eslint-plugin-react-hooks: "npm:^4.6.2"
3375+
eslint-plugin-react-hooks: "npm:^7.0.0"
32973376
globals: "npm:^16.4.0"
32983377
jest: "npm:^30.2.0"
32993378
jest-environment-jsdom: "npm:^30.2.0"
@@ -7861,12 +7940,18 @@ __metadata:
78617940
languageName: node
78627941
linkType: hard
78637942

7864-
"eslint-plugin-react-hooks@npm:^4.6.2":
7865-
version: 4.6.2
7866-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
7943+
"eslint-plugin-react-hooks@npm:^7.0.0":
7944+
version: 7.0.1
7945+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
7946+
dependencies:
7947+
"@babel/core": "npm:^7.24.4"
7948+
"@babel/parser": "npm:^7.24.4"
7949+
hermes-parser: "npm:^0.25.1"
7950+
zod: "npm:^3.25.0 || ^4.0.0"
7951+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
78677952
peerDependencies:
7868-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
7869-
checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc
7953+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
7954+
checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
78707955
languageName: node
78717956
linkType: hard
78727957

@@ -9391,6 +9476,22 @@ __metadata:
93919476
languageName: node
93929477
linkType: hard
93939478

9479+
"hermes-estree@npm:0.25.1":
9480+
version: 0.25.1
9481+
resolution: "hermes-estree@npm:0.25.1"
9482+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
9483+
languageName: node
9484+
linkType: hard
9485+
9486+
"hermes-parser@npm:^0.25.1":
9487+
version: 0.25.1
9488+
resolution: "hermes-parser@npm:0.25.1"
9489+
dependencies:
9490+
hermes-estree: "npm:0.25.1"
9491+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
9492+
languageName: node
9493+
linkType: hard
9494+
93949495
"homedir-polyfill@npm:^1.0.0":
93959496
version: 1.0.3
93969497
resolution: "homedir-polyfill@npm:1.0.3"
@@ -17706,6 +17807,15 @@ __metadata:
1770617807
languageName: node
1770717808
linkType: hard
1770817809

17810+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
17811+
version: 4.0.2
17812+
resolution: "zod-validation-error@npm:4.0.2"
17813+
peerDependencies:
17814+
zod: ^3.25.0 || ^4.0.0
17815+
checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b
17816+
languageName: node
17817+
linkType: hard
17818+
1770917819
"zod@npm:3.23.8":
1771017820
version: 3.23.8
1771117821
resolution: "zod@npm:3.23.8"
@@ -17719,3 +17829,10 @@ __metadata:
1771917829
checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c
1772017830
languageName: node
1772117831
linkType: hard
17832+
17833+
"zod@npm:^3.25.0 || ^4.0.0":
17834+
version: 4.1.12
17835+
resolution: "zod@npm:4.1.12"
17836+
checksum: 10c0/b64c1feb19e99d77075261eaf613e0b2be4dfcd3551eff65ad8b4f2a079b61e379854d066f7d447491fcf193f45babd8095551a9d47973d30b46b6d8e2c46774
17837+
languageName: node
17838+
linkType: hard

0 commit comments

Comments
 (0)