Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0
Bumps @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v6.19.0
6.19.0 (2024-01-15)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
- eslint-plugin: [no-array-delete] add new rule (#8067)
- eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
- eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
- typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
- typescript-estree: disallow
using
as the variable keyword forfor..in
loops (#7649)- typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)
❤ ️ Thank You
- auvred
@auvred
- Brad Zacher
@bradzacher
- Josh Goldberg
✨ - Joshua Chen
- LJX
@lvjiaxuan
- Steven
@Solo-steven
- StyleShit
@StyleShit
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
6.19.0 (2024-01-15)
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤ ️ Thank You
- auvred
- Brad Zacher
- Josh Goldberg
✨ - Joshua Chen
- LJX
- Steven
- StyleShit
You can read about our versioning strategy and releases on our website.
Commits
-
7c673a1
chore(release): publish 6.19.0 -
85ae4a8
fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla... -
5a56708
fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu... -
c3767ed
feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065) -
8ca5e5e
docs: force space after await in no-floating-promises snippet (#8228) -
e0f591e
feat(eslint-plugin): [no-array-delete] add new rule (#8067) -
1aa8664
feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts