Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1#94

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1
Open

build(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1#94
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps eslint-plugin-react-hooks from 5.2.0 to 7.1.1.

Release notes

Sourced from eslint-plugin-react-hooks's releases.

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.1.1

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

7.1.0

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)

6.1.1

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

6.1.0

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 23, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
memory-journal Ignored Ignored Preview May 4, 2026 4:37am

@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 7ea823b to cb2b93a Compare April 23, 2026 12:53
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from cb2b93a to 31350f2 Compare April 23, 2026 12:56
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 31350f2 to 51f27eb Compare April 23, 2026 12:57
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 51f27eb to 29b24ff Compare April 23, 2026 13:02
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 29b24ff to 1f55663 Compare April 24, 2026 13:48
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 1f55663 to 2ddad41 Compare April 27, 2026 04:36
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 2ddad41 to f6996e6 Compare April 27, 2026 04:38
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from f6996e6 to 43d795f Compare April 27, 2026 04:41
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from 43d795f to f3e674e Compare April 29, 2026 17:47
@github-actions
Copy link
Copy Markdown

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.1.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/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 branch from f3e674e to 83da508 Compare May 4, 2026 04:37
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

🚨 Major version bump — not auto-merged. Review changelog and breaking changes before merging manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants