Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.14.0
Bumps @typescript-eslint/eslint-plugin from 7.0.0 to 8.14.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.14.0
8.14.0 (2024-11-11)
🚀 Features
- eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
- eslint-plugin: [await-thenable] report unnecessary
await using
statements (#10209)🩹 Fixes
- deps: update dependency eslint to v9.14.0 (#10309)
- deps: update docusaurus monorepo to v3.6.0 (#10319)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- scope-manager: fix asserted increments not being marked as write references (#10271)
❤ ️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
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
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.14.0 (2024-11-11)
🚀 Features
- eslint-plugin: [await-thenable] report unnecessary
await using
statements (#10209)- eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
🩹 Fixes
- scope-manager: fix asserted increments not being marked as write references (#10271)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
❤ ️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
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)
... (truncated)
Commits
-
16fba0a
chore(release): publish 8.14.0 -
42d275c
fix(scope-manager): fix asserted increments not being marked as write referen... -
d27a9ac
fix(eslint-plugin): [no-misused-promises] improve report loc for methods (#10... -
c13b6b4
chore: fix lint and build website errors (#10288) -
5b2ebcd
feat(eslint-plugin): [await-thenable] report unnecessaryawait using
statem... -
22f7f25
fix(eslint-plugin): [no-unnecessary-condition] improve error message for lite... -
e2e9ffc
feat(eslint-plugin): [no-confusing-void-expression] add an option to ignore v... -
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) - 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