Skip to content

deps(deps-dev): bump @eslint-react/eslint-plugin from 3.0.0-next.60 to 3.0.0-next.71#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-3.0.0-next.71
Open

deps(deps-dev): bump @eslint-react/eslint-plugin from 3.0.0-next.60 to 3.0.0-next.71#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-3.0.0-next.71

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps @eslint-react/eslint-plugin from 3.0.0-next.60 to 3.0.0-next.71.

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v3.0.0-beta.37 (2026-02-22)

What's Changed

💥 Breaking Changes

Minimum Node.js version raised from 20 to 22

The minimum required Node.js version is now >=22.0.0 (previously >=20.19.0).

Consolidated and removed rules in eslint-plugin-react-x

Old Rule (react-x/) New Rule (react-x/) Change
jsx-no-iife unsupported-syntax consolidated
jsx-no-undef removed
no-unnecessary-key removed
no-useless-forward-ref no-forward-ref consolidated
prefer-read-only-props immutability consolidated
prefer-use-state-lazy-initialization use-state consolidated
  • jsx-no-iife: The IIFE-in-JSX check has been merged into the new unsupported-syntax rule, which also covers eval and with statements.
  • jsx-no-undef: ESLint v10.0.0 now tracks JSX references natively, making this rule redundant. The no-undef rule now correctly handles JSX element references.
  • no-unnecessary-key: The experimental rule has been removed.
  • no-useless-forward-ref: Consolidated into no-forward-ref. Since React 19, forwardRef is no longer necessary as ref can be passed as a prop. The no-forward-ref rule now covers all forwardRef usage patterns.
  • prefer-read-only-props: The TypeScript-based read-only props enforcement has been consolidated into the new immutability rule, which covers a broader set of immutability violations, including in-place array mutations and direct property assignments on state and props.
  • prefer-use-state-lazy-initialization: Its lazy-initialization checks are now part of the use-state rule and controlled by the new enforceLazyInitialization option (default: true).

Removed previously deprecated rules

Rule Deprecated in Package Replacement
no-default-props 2.9.3 eslint-plugin-react-x no-restricted-syntax
no-forbidden-props 2.3.2 eslint-plugin-react-x no-restricted-syntax
no-prop-types 2.9.3 eslint-plugin-react-x no-restricted-syntax
no-string-refs 2.9.3 eslint-plugin-react-x no-restricted-syntax
no-unnecessary-use-ref 2.10.0 eslint-plugin-react-x
filename 2.13.0 eslint-plugin-react-naming-convention
filename-extension 2.13.0 eslint-plugin-react-naming-convention

Removed eslint-plugin-react-hooks-extra package

All rules have been migrated into eslint-plugin-react-x:

Old Rule (react-hooks-extra/) New Rule (react-x/) Change
no-direct-set-state-in-use-effect set-state-in-effect relocated, renamed

Preset changes

| Change | Rule | Presets affected | Severity / Notes |

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) from 3.0.0-next.60 to 3.0.0-next.71.
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/HEAD/packages/plugins/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 3.0.0-next.71
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2026

Labels

The following labels could not be found: dependencies, monorepo, typescript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants