What’s New

typescript-eslint v8.65.0

v8.65.0
Added
  • Add warning when TypeScript 7 is detected
  • Add specialized error on enum declaration and member shadowing in no-shadow rule
  • Add onUnsupportedTypeScriptVersion option to parser to error on unsupported TypeScript versions
  • Throw for invalid import defer syntax in typescript-estree
Fixed
  • Handle escaped $ ending regex literals in prefer-string-starts-ends-with rule
  • Report unbound methods accessed via member expression on union types in unbound-method rule
  • Don't flag computed assignments with a variable key in no-unnecessary-parameter-property-assignment rule
Deprecated
  • Deprecate no-restricted-imports extension rule
8.65.0 (2026-07-20)
🚀 Features
  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)
🩹 Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)
❤️ Thank You
  • Evyatar Daud @StyleShit
  • Josh Goldberg ✨
  • Kirk Waiblinger @kirkwaiblinger
  • Serhii Leniv @Serhii-Leniv
  • 송재욱

See GitHub Releases for more information.

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

View original