Bump @typescript-eslint/parser from 6.21.0 to 7.12.0
Bumps @typescript-eslint/parser from 6.21.0 to 7.12.0.
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.12.0
7.12.0 (2024-06-03)
🚀 Features
- eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
) (#8821)- eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
- rule-tester: check for parsing errors in suggestion fixes (#9052)
- rule-tester: port
checkDuplicateTestCases
from ESLint (#9026)🩹 Fixes
- no-useless-template-expression -> no-unnecessary-template-expression (#9174)
- eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable check (#8820)- eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
- eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
- eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
s (#8901)- eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
- eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
- eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
- types: correct typing ParserOptions (#9202)
❤ ️ Thank You
- Abraham Guo
- Han Yeong-woo
@nix6839
- Joshua Chen
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.11.0
7.11.0 (2024-05-27)
🚀 Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)
🩹 Fixes
- ast-spec: add
EmptyStatement
toStatement
(#8892)- eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
- typescript-estree: truncate number of files printed by the maximum file error (#9127)
❤ ️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.12.0 (2024-06-03)
🩹 Fixes
- types: correct typing ParserOptions
❤ ️ Thank You
- Abraham Guo
- Han Yeong-woo
- Joshua Chen
- Kim Sang Du
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.11.0 (2024-05-27)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.10.0 (2024-05-20)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.9.0 (2024-05-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.8.0 (2024-04-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.7.0 (2024-04-15)
... (truncated)
Commits
-
7e93b28
chore(release): publish 7.12.0 -
2bbf656
fix(types): correct typing ParserOptions (#9202) -
e360541
chore(release): publish 7.11.0 -
c18226e
chore(release): publish 7.10.0 -
77fc366
chore(release): publish 7.9.0 -
f53fece
chore: add knip (#8192) -
ee677f6
chore(release): publish 7.8.0 -
3e19436
chore(release): publish 7.7.1 -
e44a1a2
chore(release): publish 7.7.0 -
e1db872
chore(release): publish 7.6.0 - 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