What’s New

typescript-eslint v8.64.0

v8.64.0
Added
  • Support parsing `import defer`
  • Support `using` / `await using` declarations in no-loop-func rule
  • Throw for invalid definite assignment in class properties in typescript-estree
Fixed
  • Handle constrained arrays in require-array-sort-compare rule
Deprecated
  • Deprecate the no-loop-func rule
8.64.0 (2026-07-13)
🚀 Features
  • support parsing import defer (#12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#12512)
❤️ Thank You
  • Evyatar Daud @StyleShit
  • 송재욱

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

View original