v9.26.0
✨ Enhancements
- #2457 Improved some rules to understand MathML elements:
vue/component-name-in-template-casingvue/no-deprecated-html-element-isvue/no-undef-componentsvue/no-unused-componentsvue/script-setup-uses-vars(note that this rule is deprecated!)
🐛 Bug Fixes
- #2456 Fixed
vue/require-default-proprule to ignore the spread and continue checking. - #2427 Fixed
vue/require-typed-refrule to ignore<script>blocks withoutlang="ts"in.vuefiles.
Full Changelog: v9.25.0...v9.26.0