Skip to content

build(deps-dev): bump @eslint-react/eslint-plugin from 2.7.2 to 2.13.0#60

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-2.13.0
Closed

build(deps-dev): bump @eslint-react/eslint-plugin from 2.7.2 to 2.13.0#60
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-2.13.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps @eslint-react/eslint-plugin from 2.7.2 to 2.13.0.

Release notes

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

v2.13.0 (2026-02-15)

What's Changed

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

What's Changed

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

v2.12.2 (2026-02-08)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.12.1...v2.12.2

v2.12.1 (2026-02-07)

... (truncated)

Changelog

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

v2.13.0 (2026-02-15)

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

v2.12.2 (2026-02-08)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.12.1...v2.12.2

v2.12.1 (2026-02-07)

🐞 Fixes

... (truncated)

Commits
  • 2195e1e release: 2.13.0
  • c392405 release: 2.13.0-beta.2
  • 3ec97f9 release: 2.13.0-next.2
  • 5812c9c Deprecate naming-convention/filename and `naming-convention/filename-extens...
  • a321641 release: 2.13.0-beta.1
  • 45f48b1 release: 2.13.0-next.1
  • bb9ca9f Update all preset to include more naming convention rules
  • 0aa3981 feat: add useId name rule (#1497)
  • 09556bb release: 2.13.0-beta.0
  • a522113 release: 2.13.0-next.0
  • Additional commits viewable in compare view

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)

Summary by cubic

Upgrade @eslint-react/eslint-plugin to 2.13.0 to keep lint rules current and reduce false positives. This adds a new React.useId() naming rule and deprecates filename-based naming rules.

  • Migration
    • If configured, plan to remove naming-convention/filename and naming-convention/filename-extension; follow your framework’s file naming conventions (e.g., Next.js).
    • Consider enabling naming-convention/id-name for React.useId() in your ESLint config.
    • Some naming-convention rules are now suggestions; run lint and adjust severity or autofix as needed.

Written for commit 97a2b31. Summary will update on new commits.

Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) from 2.7.2 to 2.13.0.
- [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/v2.13.0/packages/plugins/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 20, 2026
@vercel
Copy link

vercel bot commented Feb 20, 2026

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

Project Deployment Actions Updated (UTC)
kuest-auth Ready Ready Preview, Comment Feb 20, 2026 0:09am

Request Review

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

Looks like @eslint-react/eslint-plugin is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 22, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-react/eslint-plugin-2.13.0 branch February 22, 2026 18:04
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.

0 participants