This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | minor | ^9.31.0 -> ^9.32.0 |
v9.32.0
checkMultiRootNodes
option to vue/no-duplicate-attr-inheritance
rule and changed to ignore multi-root components by default.ignoreElementNamespaces
option to vue/no-v-text-v-html-on-component
rule.ignoreTags
option to vue/attribute-hyphenation
rule and vue/v-on-event-hyphenation
rule.vue/restricted-component-names
rule that enforces using only specific component names.vue/slot-name-casing
rule that enforces specific casing for slot names.vue/require-explicit-slots
rule.shallowRef
in vue/prefer-use-template-ref
rule.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
This MR has been generated by Renovate Bot.