Sourced from @typescript-eslint/parser
's
releases.
v8.16.0
8.16.0 (2024-11-25)
🚀 Features
- support TypeScript 5.7 (#10372)
- eslint-plugin: [max-params] add function overload and function type support (#10312)
- eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)
🩹 Fixes
- typescript-estree: update conditions for unsupported version warning (#10385)
❤️ Thank You
- Inga
@inga-lovinde
- Josh Goldberg ✨
- Kim Sang Du
@developer-bandi
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.15.0
8.15.0 (2024-11-18)
🚀 Features
- eslint-plugin: added related-getter-setter-pairs rule (#10192)
- eslint-plugin: new rule
no-unsafe-type-assertion
(#10051)- eslint-plugin: [prefer-nullish-coalescing] fix detection of
ignoreConditionalTests
involving boolean!
operator (#10299)- rule-tester: run method - avoid to infer type parameter from
tests
param (#10324)- typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
- utils: add new optional
language
field toFlatConfig.Config
type (#10326)🩹 Fixes
- add missing peer dependencies (#9744)
- eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
- eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
- eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on
as const satisfies
(#10315)- eslint-plugin: report deprecations used in default export (#10330)
- utils: add defaultOptions to meta in rule (#10339)
❤️ Thank You
- Bartosz
@burtek
- Brad Zacher
@bradzacher
- Ethan Wu
- Josh Goldberg ✨
- Kim Sang Du
@developer-bandi
... (truncated)
Sourced from @typescript-eslint/parser
's
changelog.
8.16.0 (2024-11-25)
🚀 Features
- support TypeScript 5.7 (#10372)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.15.0 (2024-11-18)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.