Skip to content

Releases: Rel1cx/eslint-react

v1.47.4 (2025-04-15)

15 Apr 09:19
cd10e2b
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: update hooks-extra/no-unnecessary-use-prefix to skip well-known hooks like useMDXComponents by @Rel1cx in #1072

Full Changelog: v1.47.3...v1.47.4

v1.47.3 (2025-04-15)

15 Apr 02:06
410c690
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: fixed potential false negatives in no-leaked-conditional-rendering when logical expressions are wrapped by type expressions by @Rel1cx in #1068

Full Changelog: v1.47.2...v1.47.3

v1.47.2 (2025-04-14)

14 Apr 05:55
d4c8053
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: use smaller error marker range to reduce visual noise by @Rel1cx in #1064

Full Changelog: v1.47.1...v1.47.2

v1.47.1 (2025-04-14)

14 Apr 03:20
c10b309
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: better debug rules message formatting by @Rel1cx in #1062

Full Changelog: v1.47.0...v1.47.1

v1.47.0 (2025-04-14)

13 Apr 21:31
204e5cd
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

  • refactor: remove @eslint-react/jsx package and move functionality to @eslint-react/core by @Rel1cx in #1060

Full Changelog: v1.46.0...v1.47.0

v1.46.0 (2025-04-13)

13 Apr 06:30
d1f4707
Compare
Choose a tag to compare

What's Changed

✨ New

  • feat: use JSON for diagnostic output format of debug rules by @Rel1cx in #1058

Full Changelog: v1.45.4...v1.46.0

v1.45.4 (2025-04-13)

12 Apr 23:51
3b9837f
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

Full Changelog: v1.45.3...v1.45.4

v1.45.3 (2025-04-12)

12 Apr 01:04
1bf4baf
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

  • pref: replace picomatch.makeRe with RE.toRegExp for pattern matching by @Rel1cx in #1055

Full Changelog: v1.45.2...v1.45.3

v1.45.2 (2025-04-12)

11 Apr 23:52
2c5709b
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

Full Changelog: v1.45.1...v1.45.2

v1.45.1 (2025-04-12)

11 Apr 16:02
983f180
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: fixed hooks-extra/no-unnecessary-use-prefix case sensitivity fails, closes #1053 by @Rel1cx in #1054

Full Changelog: v1.45.0...v1.45.1