Update dependency eslint-plugin-vue to v8.7.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-vue (source) | 8.3.0 -> 8.7.1 |
Release Notes
vuejs/eslint-plugin-vue
v8.7.1
🐛 Bug Fixes
-
#1861 Fixed false positives for multiple scripts in
vue/define-macros-order
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.0...v8.7.1
v8.7.0
✨ Enhancements
-
#1825, #1842 Added support for CSS selectors to order option for
vue/component-tags-order
rule. -
#1831 Added
vue/match-component-import-name
rule that requires the registered component name to match the imported component name. -
#1856 Added
vue/define-macros-order
rule that enforces the order ofdefineEmits
anddefineProps
compiler macros.
🐛 Bug Fixes
-
#1844 Fixed false negatives for
<script setup>
invue/multi-word-component-names
rule. -
#1854 Fixed false positives for
<script setup>
with TS literal type invue/require-valid-default-prop
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.6.0...v8.7.0
v8.6.0
✨ Enhancements
-
#1811 Made
vue/component-tags-order
rule auto-fixable. -
#1822 Added
vue/prefer-prop-type-boolean-first
rule that enforces thatBoolean
comes first in component prop types -
#1820 Added
vue/no-restricted-html-elements
rule that disallows specific HTML elements.
🐛 Bug Fixes
-
#1826 Fixed false negatives for
<slot>
invue/attribute-hyphenation
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.5.0...v8.6.0
v8.5.0
✨ Enhancements
-
#1796 Added
prefer-true-attribute-shorthand
rule that forces thev-bind
attribute withtrue
value to use the shorthand. -
#1804 Added
vue/prefer-import-from-vue
rule that aims to use imports from'vue'
instead of imports from'@​vue/*'
.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.1...v8.5.0
v8.4.1
🐛 Bug Fixes
-
#1782 Support template literal component names in
vue/no-undef-components
rule. -
#1790 Fixed false positives due to conflicts with other rules in
vue/no-unused-properties
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.0...v8.4.1
v8.4.0
✨ Enhancements
-
#1760 Added
vue/no-v-text-v-html-on-component
rule that disallows the use ofv-text
/v-html
on component. -
#1762 Added
vue/object-shorthand
rule that appliesobject-shorthand
rule to expressions in<template>
. -
#1763 Added
vue/no-undef-components
rule that warns reports component that are used in the<template>
, but that are not defined in the<script setup>
or the Options API'scomponents
section. -
#1769 Added
vue/quote-props
rule that appliesquote-props
rule to expressions in<template>
. -
#1761 Added support for Vue2 functional component to
vue/no-unused-properties
rule. -
#1761 Added support for Vue2 functional component to
vue/no-undef-properties
rule.
🐛 Bug Fixes
-
#1770 Fixed false positives for import brace in
vue/script-indent
rule. -
#1771 Fixed false positives for
v-bind="obj"
withv-model
invue/attributes-order
rule. -
#1775 Fixed false positives for CSS
v-bind()
invue/no-extra-parens
rule. -
#1777 Skip conditional expressions in
vue/valid-next-tick
rule.
⚙ ️ Updates
-
#1763 Deprecated
vue/no-unregistered-components
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.