From c01745c1bdcaa5ab5ac06fc06eca6cd78a8144ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:02:32 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 7.1.0-canary-e0cc7202-20260227 to 7.1.0-canary-52684925-20251110. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/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.1.0-canary-52684925-20251110 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3645b656a..5949f9c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^10.0.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-no-only-tests": "^3.3.0", - "eslint-plugin-react-hooks": "7.1.0-canary-e0cc7202-20260227", + "eslint-plugin-react-hooks": "7.1.0-canary-52684925-20251110", "mocha": "12.0.0-beta-10", "mocha-web": "^2.6.1", "prettier": "^3.8.1", @@ -2636,9 +2636,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.1.0-canary-e0cc7202-20260227", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0-canary-e0cc7202-20260227.tgz", - "integrity": "sha512-Kg4EiP6olCKf9zrf3TGaMfyQfUOADsQDFa6q3Cfv+Fr47dQhOtbq6FkkyNZJEb+yz8kGrJJmIPKb+0Q2f+FrZw==", + "version": "7.1.0-canary-52684925-20251110", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0-canary-52684925-20251110.tgz", + "integrity": "sha512-XiPpf+A0S7Y7CaI0fIPQBOV5bCzsMMEa/uWHdWycIvFqfpDURfGs+xkf1ebbPvLyf9eX6NLaB5k2Q8B97QStLg==", "dev": true, "license": "MIT", "dependencies": { @@ -2652,7 +2652,7 @@ "node": ">=18" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index cbaa264f0..f2698dee0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^10.0.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-no-only-tests": "^3.3.0", - "eslint-plugin-react-hooks": "7.1.0-canary-e0cc7202-20260227", + "eslint-plugin-react-hooks": "7.1.0-canary-52684925-20251110", "mocha": "12.0.0-beta-10", "mocha-web": "^2.6.1", "prettier": "^3.8.1",