chore(deps): update typescript-eslint monorepo to v7.12.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@typescript-eslint/eslint-plugin (source) | devDependencies | minor | 7.11.0 -> 7.12.0 |
@typescript-eslint/parser (source) | devDependencies | minor | 7.11.0 -> 7.12.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.12.0
🚀 Features
-
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
) -
rule-tester: check for parsing errors in suggestion fixes
-
rule-tester: port
checkDuplicateTestCases
from ESLint -
eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
🩹 Fixes
-
no-useless-template-expression -> no-unnecessary-template-expression
-
eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable check -
eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining
-
eslint-plugin: [explicit-member-accessibility] refine report locations
-
eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
s -
eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions
-
eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe
-
eslint-plugin: [member-ordering] also TSMethodSignature can be get/set
❤ ️ 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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.12.0
🩹 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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.