Skip to content

Bump @eslint-react/eslint-plugin from 5.16.1 to 5.18.0 - #4118

Merged
nstepien merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.17.3
Jul 22, 2026
Merged

Bump @eslint-react/eslint-plugin from 5.16.1 to 5.18.0#4118
nstepien merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.17.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @eslint-react/eslint-plugin from 5.16.1 to 5.18.0.

Release notes

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

v5.18.0 (2026-07-23)

What's Changed

✨ New

  • @eslint-react/core: added isUseRefLikeCall and a new additionalRefHooks setting for declaring custom ref-creating hooks; the following rules now recognize them: (#1922, closes #1904)
    • react-x/refs
    • react-x/immutability
    • react-x/set-state-in-effect
    • react-naming-convention/ref-name
    • react-debug/is-from-ref

📝 Documentation

  • Updated rule docs to match current rule sources. (#1920)

🏗️ Internal

  • @local/testkit: simplified internals.
  • react-x: extracted a shared createImplicitPropListener helper used by no-implicit-children, no-implicit-key, and no-implicit-ref. (#1923)
  • Bumped tsdown to 0.22.13, typescript-eslint to 8.65.0, eslint-plugin-jsdoc to 63.2.0, import-integrity-lint to 1.2.0, react to 19.2.8, next to 16.2.11, and postcss to 8.5.21.
  • Replaced vite-node with nub for running workspace scripts. (#1919)
  • Unified JSDoc comment style of exported APIs in @eslint-react/ast and @eslint-react/core.

Full Changelog: Rel1cx/eslint-react@v5.17.3...v5.18.0

Attestation

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

v5.17.3 (2026-07-20)

What's Changed

🏗️ Internal

  • @eslint-react/ast: reworked the Extract API — replaced getRootIdentifier with the position-based getIdentifierAt, renamed getStaticPropertyName to getPropertyName (with a min/max effort option), and added findProperty for finding properties in nested object expressions; added Check.isConditional for matching conditional expressions and control flow statements. (#1918)
  • Bumped eslint-plugin-jsdoc to 63.1.0, expect-type to 1.4.0, @preact/preset-vite to 2.10.6, and pnpm to 11.15.0.

Full Changelog: Rel1cx/eslint-react@v5.17.2...v5.17.3

Attestation

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

v5.17.2 (2026-07-19)

What's Changed

... (truncated)

Changelog

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

v5.18.0 (2026-07-23)

✨ New

  • @eslint-react/core: added isUseRefLikeCall and a new additionalRefHooks setting for declaring custom ref-creating hooks; the following rules now recognize them: (#1922, closes #1904)
    • react-x/refs
    • react-x/immutability
    • react-x/set-state-in-effect
    • react-naming-convention/ref-name
    • react-debug/is-from-ref

📝 Documentation

  • Updated rule docs to match current rule sources. (#1920)

🏗️ Internal

  • @local/testkit: simplified internals.
  • react-x: extracted a shared createImplicitPropListener helper used by no-implicit-children, no-implicit-key, and no-implicit-ref. (#1923)
  • Bumped tsdown to 0.22.13, typescript-eslint to 8.65.0, eslint-plugin-jsdoc to 63.2.0, import-integrity-lint to 1.2.0, react to 19.2.8, next to 16.2.11, and postcss to 8.5.21.
  • Replaced vite-node with nub for running workspace scripts. (#1919)
  • Unified JSDoc comment style of exported APIs in @eslint-react/ast and @eslint-react/core.

Full Changelog: Rel1cx/eslint-react@v5.17.3...v5.18.0

v5.17.3 (2026-07-20)

🏗️ Internal

  • @eslint-react/ast: reworked the Extract API — replaced getRootIdentifier with the position-based getIdentifierAt, renamed getStaticPropertyName to getPropertyName (with a min/max effort option), and added findProperty for finding properties in nested object expressions; added Check.isConditional for matching conditional expressions and control flow statements. (#1918)
  • Bumped eslint-plugin-jsdoc to 63.1.0, expect-type to 1.4.0, @preact/preset-vite to 2.10.6, and pnpm to 11.15.0.

Full Changelog: Rel1cx/eslint-react@v5.17.2...v5.17.3

v5.17.2 (2026-07-19)

📝 Documentation

  • @eslint-react/kit: added a README with quick start and API overview.

🏗️ Internal

  • @eslint-react/core: migrated JsxDetectionHint and related JSX detection helpers from @eslint-react/jsx. (#1913)
  • @eslint-react/jsx: consolidated helpers into focused attribute, children, element, and text modules. (#1914)
  • @eslint-react/var: renamed computeObjectType to resolveObjectType.
  • @local/testkit: extracted shared test helpers into a new local package. (#1915)
  • Bumped tsdown to 0.22.9, eslint-plugin-jsdoc to 63.0.14, and pnpm to 11.13.1.

Full Changelog: Rel1cx/eslint-react@v5.17.1...v5.17.2

... (truncated)

Commits
  • 560237a release: 5.18.0
  • f1ed21c chore(deps): bump tsdown, react, next, and postcss
  • 85e5761 chore: revert #1919, keep nub solely as vite-node replacement
  • ac837cf fix: pass --pack npm to publint so lint:publish works without pnpm
  • 284d70d chore: replace pnpm, node --run, and vite-node with nub (#1919)
  • 3026dc6 release: 5.17.3
  • e0b4db2 release: 5.17.2
  • bcff9ff test: extract shared test helpers into @local/testkit (#1915)
  • b421bfa release: 5.17.1
  • 1364c9e chore(deps): bump tsdown to 0.22.8, tsl-dx to 0.13.3, import-integrity-lint t...
  • 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 Jul 22, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
@dependabot dependabot Bot changed the title Bump @eslint-react/eslint-plugin from 5.16.1 to 5.17.3 Bump @eslint-react/eslint-plugin from 5.16.1 to 5.18.0 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.17.3 branch 2 times, most recently from eb3a2eb to d761898 Compare July 22, 2026 22:27
Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) from 5.16.1 to 5.18.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/v5.18.0/plugins/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.17.3 branch from d761898 to 1792d25 Compare July 22, 2026 22:40
@nstepien
nstepien merged commit 4eda61b into main Jul 22, 2026
2 checks passed
@nstepien
nstepien deleted the dependabot/npm_and_yarn/eslint-react/eslint-plugin-5.17.3 branch July 22, 2026 23:14
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