Sourced from @typescript-eslint/utils
's
releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property toImportExpression
node (#10255)- eslint-plugin: disable
no-class-assign
rule ineslint-recommended
config (#10250)- eslint-plugin: [prefer-nullish-coalescing] add option
ignoreBooleanCoercion
(#9924)- eslint-plugin: [only-throw-error] add allow option (#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)- eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with
undefined
(#10232)- types: parent property type annotation in the ImportAttribute node (#10258)
- utils: allow an array for the values of SharedConfig (#10217)
❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Mark de Dios
@peanutenthusiast
- Ronen Amiel
- Trygve Aaberge
- YeonJuan
@yeonjuan
- Yosuke Ota
@ota-meshi
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/utils
's
changelog.
8.13.0 (2024-11-04)
🩹 Fixes
- utils: allow an array for the values of SharedConfig (#10217)
❤️ Thank You
- Trygve Aaberge
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property toImportExpression
node (#10255)- eslint-plugin: disable
no-class-assign
rule ineslint-recommended
config (#10250)- eslint-plugin: [prefer-nullish-coalescing] add option
ignoreBooleanCoercion
(#9924)- eslint-plugin: [only-throw-error] add allow option (#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)- eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with
undefined
(#10232)- types: parent property type annotation in the ImportAttribute node (#10258)
- utils: allow an array for the values of SharedConfig (#10217)
❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Mark de Dios
@peanutenthusiast
- Ronen Amiel
- Trygve Aaberge
- YeonJuan
@yeonjuan
- Yosuke Ota
@ota-meshi
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.13.0 (2024-11-04)
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.
ac1f632
chore(release): publish 8.13.03b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)