Sourced from typescript-eslint's releases.
v8.19.1
8.19.1 (2025-01-06)
🩹 Fixes
- eslint-plugin: [no-base-to-string] check array generic type (#10437)
- eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the
declare
keyword (#10543)- eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
- eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
❤️ Thank You
- Kirk Waiblinger
- mdm317
- Ronen Amiel
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.19.0
8.19.0 (2024-12-30)
🚀 Features
- eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)
🩹 Fixes
- eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
- eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
- eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
- eslint-plugin: [member-ordering] ignore method overloading (#10536)
❤️ Thank You
- Karl Werner
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.18.2
8.18.2 (2024-12-23)
🩹 Fixes
- eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
- eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
- eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
... (truncated)
Sourced from typescript-eslint's changelog.
8.19.1 (2025-01-06)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.19.0 (2024-12-30)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.18.2 (2024-12-23)
🩹 Fixes
- typescript-eslint: export types so that declarations can be named for dts files (#10513)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
8.18.1 (2024-12-16)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.18.0 (2024-12-09)
🩹 Fixes
- typescript peer dependency (#10373)
❤️ Thank You
- rtritto
You can read about our versioning strategy and releases on our website.
328b7df
chore(release): publish 8.19.14f50f64
docs: [return-await] make the rule no longer an extension of ESLint
no-return...e19f30f
chore(release): publish 8.19.0157b781
chore(release): publish 8.18.2d24a828
fix(typescript-eslint): export types so that declarations can be named
for dt...b2ce158
chore(release): publish 8.18.1c60dbab
chore(release): publish 8.18.04cb2cf8
fix: typescript peer dependency (#10373)