Created by: dependabot[bot]
Bumps eslint-plugin-vue from 7.10.0 to 7.11.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v7.11.0
✨ EnhancementsNew Rules:
- #1506 Added
vue/no-this-in-before-route-enter
rule that disallowthis
usage in abeforeRouteEnter
method.- #1510 Added
vue/no-deprecated-v-is
rule that disallow deprecatedv-is
directive (in Vue.js 3.1.0+).Other changes in Rules:
- #1501 Made
vue/no-deprecated-destroyed-lifecycle
rule to auto-fixable.
⚙ ️ Updates
- #1509 Added supports for
is="vue:"
(Vue 3.1.0+).
All commits: v7.10.0 -> v7.11.0
Commits
-
68b7502
7.11.0 -
a4ac565
Format documents (#1511) -
e9d20fd
Add support foris="vue:"
(Vue 3.1) (#1509) -
021fe2b
Addvue/no-deprecated-v-is
rule (#1510) -
76f835a
feat(no-this-in-before-router-enter): create rule (#1506) -
ea6f9f0
updateno-deprecated-destroyed-lifecycle
rule (#1501) -
e1815cd
Update docs -
9c53407
Fix rules index forrequire-emit-validator
(#1505) - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)