Skip to content

Commit 2823795

Browse files
authored
Merge pull request #105 from element-hq/renovate/major-eslint-plugins
2 parents a7554eb + 081e3b3 commit 2823795

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-matrix-org": "^2.0.2",
4343
"eslint-plugin-react": "^7.37.4",
4444
"eslint-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
45-
"eslint-plugin-react-hooks": "^5.1.0",
45+
"eslint-plugin-react-hooks": "^7.0.0",
4646
"eslint-plugin-unicorn": "^56.0.0",
4747
"glob": "^11.0.1",
4848
"husky": "^9.1.7",

yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3865,10 +3865,16 @@ eslint-plugin-react-compiler@^19.0.0-beta-27714ef-20250124:
38653865
zod "^3.22.4"
38663866
zod-validation-error "^3.0.3"
38673867

3868-
eslint-plugin-react-hooks@^5.1.0:
3869-
version "5.1.0"
3870-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
3871-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
3868+
eslint-plugin-react-hooks@^7.0.0:
3869+
version "7.0.0"
3870+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz#a255a1db826ea42b0e37f160430e4bd0b4b659f9"
3871+
integrity sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==
3872+
dependencies:
3873+
"@babel/core" "^7.24.4"
3874+
"@babel/parser" "^7.24.4"
3875+
hermes-parser "^0.25.1"
3876+
zod "^3.22.4 || ^4.0.0"
3877+
zod-validation-error "^3.0.3 || ^4.0.0"
38723878

38733879
eslint-plugin-react@^7.37.4:
38743880
version "7.37.4"
@@ -7647,11 +7653,21 @@ zod-validation-error@^3.0.3:
76477653
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.4.0.tgz#3a8a1f55c65579822d7faa190b51336c61bee2a6"
76487654
integrity sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==
76497655

7656+
"zod-validation-error@^3.0.3 || ^4.0.0":
7657+
version "4.0.2"
7658+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
7659+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
7660+
76507661
zod@^3.22.4:
76517662
version "3.24.1"
76527663
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
76537664
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
76547665

7666+
"zod@^3.22.4 || ^4.0.0":
7667+
version "4.1.12"
7668+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
7669+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==
7670+
76557671
zod@^4.0.0:
76567672
version "4.1.9"
76577673
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.9.tgz#c03a0ddb10f5578f13f8f70f1959f89fd09c1c06"

0 commit comments

Comments
 (0)