Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportType
property name whenassert
(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005)- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
- Andy Edwards
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
819a03f
chore(release): publish 8.32.03d2409d
chore(deps): update dependency marked to v15 (#11145)d450585
test: correct out-of-date .shot files (#11141)cfd9cd1
chore: correct deprecated tsutils usage in
no-unnecessary-type-conversion63ab002
chore(deps): update dependency ts-api-utils to v2.1.0 (#11003)29ea555
feat(eslint-plugin): [only-throw-error] add option
allowRethrowing
(#11075)172ab8a
chore(eslint-plugin): resolve remaining issues from vitest
migration (#11100)ccbfcdc
feat(eslint-plugin): [no-unnecessary-type-conversion] add rule (#10182)a9c9251
chore: revert vitest
related changes in
tsconfig
files (#11124)9d6a6d0
fix(eslint-plugin): [prefer-nullish-coalescing] fix parenthesization bug
in s...