Bump @typescript-eslint/parser from 6.20.0 to 6.21.0
Bumps @typescript-eslint/parser from 6.20.0 to 6.21.0.
Release notes
Sourced from @typescript-eslint/parser
's releases.
v6.21.0
6.21.0 (2024-02-05)
🚀 Features
- export plugin metadata (#8331)
- allow
parserOptions.project: false
(#8339)- eslint-plugin: add rule prefer-find (#8216)
- typescript-estree: forbid duplicated accessibility modifiers (#8257)
- utils: improve eslint types (#8344)
🩹 Fixes
- ast-spec: add
JSXElement
type to theJSXAttribute['value']
(#8285)- eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
- eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
- eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
- eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
- eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
- eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword (#8326)- rule-tester: fix a phantom dependency on the "semver" package (#8260)
❤ ️ Thank You
- auvred
@auvred
- Brad Zacher
@bradzacher
- Kirk Waiblinger
@kirkwaiblinger
- Pete Gonzalez
@octogonz
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's changelog.
6.21.0 (2024-02-05)
🚀 Features
- allow
parserOptions.project: false
❤ ️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our versioning strategy and releases on our website.
Commits
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