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.5.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
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot