Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the eslint group with 2 updates: eslint-plugin-react-dom and eslint-plugin-react-x.

Updates eslint-plugin-react-dom from 2.6.4 to 2.7.2

Release notes

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

v2.7.2 (2026-01-18)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2

v2.7.1 (2026-01-16)

What's Changed

🐞 Fixes

📝 Changes you should be aware of

The no-unnecessary-use-ref rule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.

Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1

v2.7.0 (2026-01-16)

What's Changed

✨ New

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0

Changelog

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

v2.7.2 (2026-01-18)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2

v2.7.1 (2026-01-16)

🐞 Fixes

📝 Changes you should be aware of

The no-unnecessary-use-ref rule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.

Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1

v2.7.0 (2026-01-16)

✨ New

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0

Commits

Updates eslint-plugin-react-x from 2.6.4 to 2.7.2

Release notes

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

v2.7.2 (2026-01-18)

What's Changed

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2

v2.7.1 (2026-01-16)

What's Changed

🐞 Fixes

📝 Changes you should be aware of

The no-unnecessary-use-ref rule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.

Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1

v2.7.0 (2026-01-16)

What's Changed

✨ New

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0

Changelog

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

v2.7.2 (2026-01-18)

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2

v2.7.1 (2026-01-16)

🐞 Fixes

📝 Changes you should be aware of

The no-unnecessary-use-ref rule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.

Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1

v2.7.0 (2026-01-16)

✨ New

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0

Commits
  • 649e0d8 release: 2.7.2
  • 71e1031 Fix comment for unnecessary dollar sign in JSX example
  • 2624d6e release: 2.7.2-beta.6
  • 5d59af1 release: 2.7.2-next.6
  • 92e28e9 Update messages in prefer-destructuring-assignment rule
  • 41aa330 Add tests for prefer-destructuring-assignment rule with various component exa...
  • 55a76fd release: 2.7.2-beta.5
  • fa80591 release: 2.7.2-next.5
  • ee5ed28 Fix early return to continue loop in prefer-destructuring-assignment rule
  • 0171a51 release: 2.7.2-beta.4
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@choffmann choffmann enabled auto-merge (squash) January 19, 2026 14:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/eslint-178d09f305 branch from 862c6e5 to 7d5103d Compare January 19, 2026 14:58
Bumps the eslint group with 2 updates: [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-dom) and [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-x).


Updates `eslint-plugin-react-dom` from 2.6.4 to 2.7.2
- [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.7.2/packages/plugins/eslint-plugin-react-dom)

Updates `eslint-plugin-react-x` from 2.6.4 to 2.7.2
- [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.7.2/packages/plugins/eslint-plugin-react-x)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-dom
  dependency-version: 2.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-x
  dependency-version: 2.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/eslint-178d09f305 branch from 7d5103d to 16d2aff Compare January 19, 2026 15:00
@choffmann choffmann merged commit 37e198b into main Jan 19, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/eslint-178d09f305 branch January 19, 2026 15:01
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