Skip to content

Bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1#336

Merged
kimkim0814 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1
Jul 10, 2026
Merged

Bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1#336
kimkim0814 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2025

Copy link
Copy Markdown
Contributor

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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 1, 2025 19:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
@dependabot dependabot Bot requested review from kimkim0814 and removed request for a team November 1, 2025 19:04
@kimkim0814

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 branch from a877f3d to c154f0d Compare April 16, 2026 02:45
@kimkim0814 kimkim0814 self-assigned this Apr 16, 2026
@kimkim0814 kimkim0814 requested review from a team and atm-snag2 and removed request for a team and kimkim0814 April 16, 2026 03:04
@kimkim0814

Copy link
Copy Markdown
Member

@atm-snag2
コードを変更したので確認お願いします🙇
根本対応(useEffect を使わない形へのリファクタリング)は別 PR で行う想定です。

@kimkim0814 kimkim0814 removed the request for review from atm-snag2 April 17, 2026 07:35
@kimkim0814 kimkim0814 marked this pull request as draft July 9, 2026 07:00
@kimkim0814 kimkim0814 marked this pull request as ready for review July 9, 2026 09:57
@kimkim0814

Copy link
Copy Markdown
Member

@dependabot recreate

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/react/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.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 Bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 Jul 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 branch from 846c249 to 3588f8e Compare July 9, 2026 09:59
@kimkim0814 kimkim0814 force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 branch from a65871b to 7d3e8c6 Compare July 9, 2026 10:20
@kimkim0814 kimkim0814 requested a review from atm-snag2 July 9, 2026 10:27
@kimkim0814

Copy link
Copy Markdown
Member

@atm-snag2
Dependabot が 7.0.1 → 7.1.1 に上げ直したので、改めて確認お願いします🙇
7.1.0 / 7.1.1 に BREAKING CHANGES はなく(改善のみ)、CI の lint も pass しています。
set-state-in-effect の暫定抑制(eslint-disable-next-line)はそのまま残しており、根本対応(useEffect を使わない形へのリファクタリング)は別 PR で行う想定です。

@kimkim0814 kimkim0814 merged commit 2d924e9 into main Jul 10, 2026
6 checks passed
@kimkim0814 kimkim0814 deleted the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 branch July 10, 2026 07:40
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants