This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | major | ^9.0.0 -> 10.0.0 |
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.