Skip to content

Commit 8749cf1

Browse files
Bump eslint-plugin-react-hooks from 6.1.1 to 7.0.1 (#3693)
* Bump eslint-plugin-react-hooks from 6.1.1 to 7.0.1 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 6.1.1 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> * Adjusting for v7 compatg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Cottner <acottner@mozilla.com>
1 parent eeee417 commit 8749cf1

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ export default defineConfig([globalIgnores(["**/dist", "**/eslint.config.mjs", "
2525
"plugin:react/jsx-runtime",
2626
"plugin:react/recommended",
2727
"prettier",
28-
).concat([
29-
"react-hooks/recommended",
30-
])),
28+
)),
3129

3230
plugins: {
3331
"@typescript-eslint": fixupPluginRules(typescriptEslintEslintPlugin),

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^9.24.0",
6161
"eslint-config-prettier": "^10.0.1",
6262
"eslint-plugin-react": "^7.33.2",
63-
"eslint-plugin-react-hooks": "^6.1.1",
63+
"eslint-plugin-react-hooks": "^7.0.1",
6464
"globals": "^16.0.0",
6565
"jsdom": "^27.0.1",
6666
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)