chore(deps): update dependency @vue/eslint-config-typescript to v12 #458
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0
->12.0.0
Release Notes
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v12.0.0
Compare Source
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:valid-typeof
rule is re-enabled because it's not always covered by TypeScriptrecommended
config:@typescript-eslint/eslint-plugin
has split them into standalone configs.warn
toerror
, such as@typescript-eslint/no-unused-vars
.v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
v11.0.0
Compare Source
Breaking Changes
eslint-plugin-vue
to v9Other Notable Changes
v10.0.0
Compare Source
Breaking Change
@typescript-eslint/*
becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with@rushstack/eslint-patch
.v9.1.0
Compare Source
const foo = require('foo')
in plain CommonJS modules (109b3f8)v9.0.1
Compare Source
eslint-plugin-vue
(#37) (@2malh)v9.0.0
Compare Source
vue-eslint-parser
to v8;v8.0.0
Compare Source
@typescript-eslint/*
>= 5.0eslint-plugin-vue
>= 7.17Thanks to @cexbrayat
v7.0.0
Compare Source
Update to
@typescript-eslint/*
v4.See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0
v6.0.0
Compare Source
Update to @typescript-eslint/* v3. See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0
The most notable ones are:
Check out the linked issues for more information about added/removed rules:
@vue/typescript
: https://github.com/typescript-eslint/typescript-eslint/issues/1273@vue/typescript/recommended
: https://github.com/typescript-eslint/typescript-eslint/issues/1423v5.1.0
Compare Source
Accept eslint@7 & eslint-plugin-vue@7 as peer dependencies
v5.0.2
Compare Source
Fix parser loading in Yarn 2 #8
v5.0.1
Compare Source
Fix the
Cannot read config file
error for therecommended
ruleset https://github.com/vuejs/eslint-config-typescript/pull/6v5.0.0
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
are now peer dependenciesrecommended
rulesetConfiguration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.