Skip to content

v5.16.0 (2026-07-16)

Choose a tag to compare

@github-actions github-actions released this 15 Jul 18:01
Immutable release. Only release title and notes can be modified.
dcf2d39

What's Changed

✨ New

  • @eslint-react/core: added support for hook calls written as tagged template literals. (#1909)

    const x = useMotionValue(100);
    const transform = useMotionTemplate`transform(${x}px)`;
    //                ^^^ tagged template literal hook call
  • @eslint-react/jsx: findAttribute now resolves nested spread identifiers and nested object expression spreads. (#1908)

🏗️ Internal

  • Added tests and per-rule changelogs for tagged template literal hook calls. (#1909)

Full Changelog: v5.15.0...v5.16.0

Attestation

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