chore(front): update dependency @vue/eslint-config-typescript to v12 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/eslint-config-typescript | devDependencies | major | 11.0.3 -> 12.0.0 |
Release Notes
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
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
- No longer includes stylistic rules; because the upstream
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.