Skip to content

🤖 Bump @eslint-react/eslint-plugin from 5.9.0 to 5.9.5#1668

Merged
banterability merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.9.5
Jun 30, 2026
Merged

🤖 Bump @eslint-react/eslint-plugin from 5.9.0 to 5.9.5#1668
banterability merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.9.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps @eslint-react/eslint-plugin from 5.9.0 to 5.9.5.

Release notes

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

v5.9.5 (2026-06-27)

What's Changed

🐞 Fixes

  • Compare.isEqual now recognizes structurally identical CallExpression nodes. This fixes false positives in the following rules when the compared target (event target, controller, or observed element) is derived from a function call such as window.matchMedia('…') or getEl():
    • react-web-api/no-leaked-event-listener
    • react-web-api/no-leaked-fetch
    • react-web-api/no-leaked-resize-observer
    • react-web-api/no-leaked-intersection-observer

Full Changelog: Rel1cx/eslint-react@v5.9.4...v5.9.5

Attestation

https://github.com/Rel1cx/eslint-react/attestations/32856673

v5.9.4 (2026-06-26)

What's Changed

🐞 Fixes

  • The following rules now detect member expression calls made with computed string property access (e.g. obj["foo"]()):
    • react-x/no-array-index-key
    • react-x/no-duplicate-key
    • react-x/no-unnecessary-use-prefix
    • react-x/set-state-in-effect
    • react-x/set-state-in-render
    • react-dom/no-find-dom-node
    • react-dom/no-flush-sync
    • react-dom/no-hydrate
    • react-dom/no-render
    • react-dom/no-render-return-value
    • react-dom/no-use-form-state
    • react-web-api/no-leaked-fetch

📝 Documentation

  • Updated the community page and project list.

🏗️ Internal

  • Unified member expression property name checks with Extract.getPropertyName (#1881).
  • Updated dependencies and switched postinstall to prepare.

Full Changelog: Rel1cx/eslint-react@v5.9.3...v5.9.4

... (truncated)

Changelog

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

v5.9.5 (2026-06-27)

🐞 Fixes

  • Compare.isEqual now recognizes structurally identical CallExpression nodes. This fixes false positives in the following rules when the compared target (event target, controller, or observed element) is derived from a function call such as window.matchMedia('…') or getEl():
    • react-web-api/no-leaked-event-listener
    • react-web-api/no-leaked-fetch
    • react-web-api/no-leaked-resize-observer
    • react-web-api/no-leaked-intersection-observer

Full Changelog: Rel1cx/eslint-react@v5.9.4...v5.9.5

v5.9.4 (2026-06-26)

🐞 Fixes

  • The following rules now detect member expression calls made with computed string property access (e.g. obj["foo"]()):
    • react-x/no-array-index-key
    • react-x/no-duplicate-key
    • react-x/no-unnecessary-use-prefix
    • react-x/set-state-in-effect
    • react-x/set-state-in-render
    • react-dom/no-find-dom-node
    • react-dom/no-flush-sync
    • react-dom/no-hydrate
    • react-dom/no-render
    • react-dom/no-render-return-value
    • react-dom/no-use-form-state
    • react-web-api/no-leaked-fetch

📝 Documentation

  • Updated the community page and project list.

🏗️ Internal

  • Unified member expression property name checks with Extract.getPropertyName (#1881).
  • Updated dependencies and switched postinstall to prepare.

Full Changelog: Rel1cx/eslint-react@v5.9.3...v5.9.4

v5.9.3 (2026-06-25)

🐞 Fixes

  • ast: Corrected the TSESTreeJSX union and handling of computed member expressions (#1877).
  • jsx: Handled namespaced host elements and cleaned up the spread child API (#1876).

📝 Documentation

... (truncated)

Commits
  • 62e9345 release: 5.9.5
  • 0f9f809 refactor: unify member expression property name checks with Extract.getProper...
  • f46334e release: 5.9.3
  • cc8a72b chore: restructure test directory and add integration tests (#1880)
  • f2f19bf chore: replace pnpm run with node --run (#1879)
  • d1244b8 chore: refactor shared plugin domain constants (#1878)
  • 08d3f22 release: 5.9.2
  • 6238d63 docs: add repo link to contributing guidelines
  • 40ac89e release: 5.9.1
  • 987fa64 chore(deps): update dependencies (#1874)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2026
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
slow-zone Ready Ready Preview, Comment Jun 30, 2026 3:16pm

Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) from 5.9.0 to 5.9.5.
- [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/v5.9.5/plugins/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.9.5 branch from 7ae6316 to 9a429a5 Compare June 30, 2026 15:15
@banterability banterability merged commit 9274299 into main Jun 30, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.9.5 branch June 30, 2026 15:16
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.

1 participant