Bump @vue/eslint-config-typescript from 11.0.3 to 12.0.0
Bumps @vue/eslint-config-typescript from 11.0.3 to 12.0.0.
Release notes
Sourced from @vue/eslint-config-typescript
's releases.
v12.0.0
Notable Changes
typescript-eslint
is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/ Here are some notable changes you might encounter when upgrading@vue/eslint-config-typescript
from v11 to v12:
- Requires Node.js >= 16, TypeScript >= 4.2.4, ESLint >= 7
- The default config:
- The
recommended
config:
- No longer includes stylistic rules; because the upstream
@typescript-eslint/eslint-plugin
has split them into standalone configs.- Some rules' severity levels are changed from
warn
toerror
, such as@typescript-eslint/no-unused-vars
.- A more complete list of changes can be found at https://github.com/typescript-eslint/typescript-eslint/discussions/6014
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