Created by: dependabot[bot]
Bumps eslint-plugin-vue from 7.19.1 to 7.20.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v7.20.0
✨ Enhancements
- #1472 Added
vue/no-undef-propertiesrule that warns of using undefined properties.- #1653 Added
vue/no-computed-properties-in-datarule that disallow accessing computed properties indata().- #1659 Improved
vue/no-use-computed-property-like-methodrule reports.- #1661 Added
vue/multi-word-component-namesrule to enforce multiple words in component names.- #1663 Added
vue/no-deprecated-router-link-tag-proprule that disallow using deprecatedtagproperty on<RouterLink>.
🐛 Bug Fixes
- #1659 Fixed crash in
vue/no-use-computed-property-like-methodrule.- #1658 Fixed false positives for vars inside types in
vue/valid-define-emitsandvue/valid-define-propsrules.
⚙ ️ Updates
- #1654 Changed peer deps eslint ver from
^6.2.0 || ^7.0.0 || ^8.0.0-0to^6.2.0 || ^7.0.0 || ^8.0.0.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.1...v7.20.0
Commits
-
51079bf7.20.0 -
b28867dAddno-deprecated-router-link-tag-proprule (#1663) -
68b184aUpdate document (#1666) -
a74dd59Addmulti-word-component-namesrule (#1661) -
928e0c6Fix false positives for vars inside type in vue/valid-define-emits and vue/va... -
00c3b99Improve no-use-computed-property-like-method rule (#1659) -
7bca4d3Change peer deps eslint ver from^6.2.0 || ^7.0.0 || ^8.0.0-0to `^6.2.0 ||... -
dc48d1cAddvue/no-computed-properties-in-datarule (#1653) -
a70175eFix false positives for function args invue/valid-define-emitsand `vue/va... -
852096eAddvue/no-undef-propertiesrule (#1472) - 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)