Bump eslint-plugin-vue from 9.30.0 to 9.31.0 in /frontend
Bumps eslint-plugin-vue from 9.30.0 to 9.31.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.31.0
✨ Enhancements
- #2594 Added
caseSensitive
option tovue/no-reserved-component-names
rule.- #2554 Added
vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.- #2595 Made
vue/no-empty-component-block
rule auto-fixable.
🐛 Bug Fixes
- #2591 Fixed false positives for
v-bind:name
invue/require-explicit-slots
rule.
⚙ ️ Updates
- #2593 Updated
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0
Commits
-
16c8778
9.31.0 -
b779f88
feat(no-empty-component-block): support auto fix (#2595) -
a5fb774
feat: add prefer-use-template-ref rule (#2554) -
e13089e
fix(require-explicit-slots): ignore attribute binding (#2591) -
54a99c5
refactor: store the defineEmits variable name (#2592) -
9205cc8
feat(no-reserved-component-names): add case sensitive option (#2594) -
4729a3b
fix(define-macros-order): skip TSModuleDeclaration statements (#2593) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts