Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.13.0
Bumps @typescript-eslint/eslint-plugin from 7.0.0 to 8.13.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
'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.
v8.12.2
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)
❤ ️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.12.1
8.12.1 (2024-10-28)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.13.0 (2024-11-04)
🚀 Features
- eslint-plugin: [only-throw-error] add allow option (#10221)
- eslint-plugin: [prefer-nullish-coalescing] add option
ignoreBooleanCoercion
(#9924)- eslint-plugin: disable
no-class-assign
rule ineslint-recommended
config (#10250)🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with
undefined
(#10232)- eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
- eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
- eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
❤ ️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Mark de Dios
@peanutenthusiast
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)
❤ ️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.12.1 (2024-10-28)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.0 (2024-10-28)
🚀 Features
- eslint-plugin: [no-base-to-string] handle String() (#10005)
... (truncated)
Commits
-
ac1f632
chore(release): publish 8.13.0 -
f83a591
fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ... -
3b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189) -
c1fe3ea
feat(eslint-plugin): [only-throw-error] add allow option (#10221) -
d90cc59
chore: update eslint version internally to latest (#10244) -
5bd4c0a
fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens... -
d9e5da1
fix(eslint-plugin): [no-deprecated] report when exported class implements/ext... -
1e633c7
fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid... -
05ed7e6
docs: fix prefer-nullish-coalescing.mdx -
be3a224
feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts