Update dependency eslint-plugin-vue to v10
Compare changes
- Tine Wittler authored
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | major | ^9.0.0 -> ^10.0.0 |
v10.2.0
v10.1.0
allowlist
option of vue/no-bare-strings-in-template
rule to accept regex.vue/define-props-destructuring
rule that enforce consistent style for props destructuring.disallowComments
option to vue/no-multiple-template-root
rule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.1...v10.1.0
v10.0.1
.eslintrc
configs.vue/prefer-use-template-ref
rule.vue/no-ref-as-operand
rule.vue/require-default-prop
rule.vue/no-dupe-keys
rule.vue/no-export-in-script-setup
rule.vue/html-self-closing
rule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.0.1
v10.0.0
^18.18.0 || ^20.9.0 || >=21.1.0
^8.57.0 || ^9.0.0
vue/block-order
rule to recommended configs (replaces the removed vue/component-tags-order
rule).vue/no-deprecated-delete-set
rule to vue3-essential config.vue/no-deprecated-model-definition
rule to vue3-essential config.vue/no-required-prop-with-default
rule to recommended configs.vue/valid-define-options
rule to vue3-essential config..eslintrc
configs (to match eslint.config.js
config names; see MR for comparison)..eslintrc
base config so that vue-eslint-parser is only used for .vue
files.slots
and expose
to the default order of vue/order-in-components
rule.vue/custom-event-name-casing
rule.runOutsideVue
option from vue/sort-keys
rule.setup-compiler-macros
environments.vue/no-import-compiler-macros
rule that disallows importing Vue compiler macros.except
option to vue/prefer-true-attribute-shorthand
rule.defineNuxtComponent()
.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.33.0...v10.0.0
This MR has been generated by Renovate Bot.