Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Aug 26, 2025

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
eslint-plugin-react-hooks (source) 5.2.0 -> 7.0.1 age adoption passing confidence

Release Notes

facebook/react (eslint-plugin-react-hooks)

5.2.0 -> 7.0.1

[email protected]

Compare Source

This release only contains eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.

eslint-plugin-react-hooks

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. ([kassens](https://github.com/kassens)) in #25162
    For example, in
    function _Component() {
      useState()
      ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function.
    }
    _Component should be renamed to Component.

[View full release notes]

Released by eps1lon on 10/11/2024


📊 Package Statistics

  • eslint-plugin-react-hooks: 31,208,555 weekly downloads

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Buddy 🤖

@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency eslint-plugin-react-hooks to 6.0.0 chore(deps): update dependency eslint-plugin-react-hooks to 6.1.0 Oct 1, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency eslint-plugin-react-hooks to 6.1.0 chore(deps): update dependency eslint-plugin-react-hooks to 6.1.1 Oct 3, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency eslint-plugin-react-hooks to 6.1.1 chore(deps): update dependency eslint-plugin-react-hooks to 7.0.0 Oct 9, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency eslint-plugin-react-hooks to 7.0.0 chore(deps): update dependency eslint-plugin-react-hooks to 7.0.1 Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants