build(deps): update dependency eslint-plugin-vue to ^9.32.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | minor | ^9.31.0 -> ^9.32.0 |
Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.32.0
✨ Enhancements
-
#2598 Added
checkMultiRootNodes
option tovue/no-duplicate-attr-inheritance
rule and changed to ignore multi-root components by default. -
#2610 Added
ignoreElementNamespaces
option tovue/no-v-text-v-html-on-component
rule. -
#2609 Added
ignoreTags
option tovue/attribute-hyphenation
rule andvue/v-on-event-hyphenation
rule. -
#2611 Added
vue/restricted-component-names
rule that enforces using only specific component names. -
#2620 Added
vue/slot-name-casing
rule that enforces specific casing for slot names. -
#2617 Added support for type references in
vue/require-explicit-slots
rule. -
#2608 Added support for
shallowRef
invue/prefer-use-template-ref
rule.
🐛 Bug Fixes
-
#2612 Changed
vue/prefer-use-template-ref
rule to only check root-level variables.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.