build(deps-dev): Bump eslint-plugin-vue from 8.0.3 to 8.1.1
Created by: dependabot[bot]
Bumps eslint-plugin-vue from 8.0.3 to 8.1.1.
Release notes
Sourced from eslint-plugin-vue's releases.
v8.1.1
🐛 Bug Fixes
- #1721 Fixed crash in
vue/component-api-style
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.0...v8.1.1
v8.1.0
✨ Enhancements
- #1707 Added
vue/no-child-content
rule that reports child content of elements that have a directive which overwrites that child content.- #1712 Added
vue/no-expose-after-await
rule that reports theexpose()
afterawait
expression.- #1703 Added
composition-vue2
style option invue/component-api-style
rule.
🐛 Bug Fixes
- #1713 Fixed false positives for type-only exports in
vue/no-export-in-script-setup
rule.- #1715 Fixed false negatives for
v-bind.sync
invue/no-mutating-props
rule.- #1715 Fixed false positives for shadowed props in
vue/no-mutating-props
rule.- #1718 Fixed memory leak.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.3...v8.1.0
Commits
-
e613aa6
8.1.1 -
c931ae6
Fix crash incomponent-api-style
rule (#1721) -
20eaee7
8.1.0 -
da3e481
Fix memory leak (#1718) -
ff47c73
Fix false positives and false negatives invue/no-mutating-props
rule. (#1715) -
e0dddb1
False positives for type-only exports invue/no-export-in-script-setup
rule... -
7c6ac02
Addvue/no-expose-after-await
rule (#1712) -
f4c12cc
Addvue/no-child-content
rule (#1707) -
6c64a09
README Corrections (#1709) -
5c0cd71
Docs: Add hints for rules that provide suggestions (#1708) - Additional commits viewable 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)