vue-moveable
vue-moveable copied to clipboard
chore(deps): update dependency eslint-plugin-vue to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-vue (source) | 7.20.0 -> 8.0.3 |
Release Notes
vuejs/eslint-plugin-vue
v8.0.3
🐛 Bug Fixes
- #1691 Upgrade vue-eslint-parser to use patch.
It upgrade fixes the wrong location in multiple
<script>
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.2...v8.0.3
v8.0.2
🐛 Bug Fixes
- #1689 Fixed false positive for filename in
vue/multi-word-component-namesrule
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.1...v8.0.2
v8.0.1
🐛 Bug Fixes
- #1686 Fixed false positives for arrow return in
vue/valid-next-tickrule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.0...v8.0.1
v8.0.0
💥 Breaking Changes
- #1588 Dropped supports Node.js v8-10, v13 and v15.
- #1664 Upgraded vue-eslint-parser to v8.0.0.
- Changed presets configs.
- Changed
plugin:vue/vue3-essentialconfig.- #1603 Added
vue/no-deprecated-v-isrule. - #1603 Added
vue/no-export-in-script-setuprule. - #1603 Added
vue/valid-define-emitsrule. - #1603 Added
vue/valid-define-propsrule. - #1603 Added
vue/valid-next-tickrule. - #1603 Added
vue/valid-v-memorule. - #1603 Added
vue/no-useless-template-attributesrule. - #1603 Added
vue/no-computed-properties-in-datarule. - #1603 Added
vue/multi-word-component-namesrule. - #1603 Added
vue/no-deprecated-router-link-tag-proprule. - #1678 Added
vue/no-reserved-propsrule.
- #1603 Added
- Changed
plugin:vue/vue3-strongly-recommendedconfig. - Changed
plugin:vue/vue3-recommendedconfig.- Same changes as above.
- Changed
plugin:vue/essentialconfig. - Changed
plugin:vue/strongly-recommendedconfig.- Same changes as above.
- #1587 Added
vue/first-attribute-linebreakrule.
- Changed
plugin:vue/recommendedconfig.- Same changes as above.
- Changed
- #1587 Removed the
allowFirstLineoption of thevue/max-attributes-per-linerule.
✨ Enhancements
Core:
- #1685 Added
setup-compiler-macrosenvironment.
Rules:
- #1587 Added
vue/first-attribute-linebreakrule aims to enforce a consistent location for the first attribute. - #1678 Added
vue/no-reserved-propsrule that disallow reserved names to be used in props. - #1680 Added
vue/no-loss-of-precisionrule that appliesno-loss-of-precisionrule to expressions in<template>. - #1681 Added
ignoreoption tovue/multi-word-component-namesrule. - #1679 Added support for Nuxt.js's
asyncDatainvue/no-dupe-keys,vue/no-reserved-keys,vue/no-template-shadow,vue/no-undef-properties, andvue/no-unused-propertiesrules.
🐛 Bug Fixes
- #1684 Fixed false positives for non-vue file in
vue/multi-word-component-namesrule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v8.0.0
Configuration
📅 Schedule: 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.