chore(deps): update dependency eslint-plugin-vue to v9 #101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.3->^9.0.0Release Notes
vuejs/eslint-plugin-vue
v9.5.1Compare Source
🐛 Bug Fixes
<script setup>with TypeScript invue/no-undef-componentsrule.Full Changelog: vuejs/eslint-plugin-vue@v9.5.0...v9.5.1
v9.5.0Compare Source
✨ Enhancements
vue/no-ref-object-destructurerule that reports the destructuring of ref objects causing the value to lose reactivity.vue/no-undef-componentsrule to report when type-only imports are used.vue/padding-line-between-tagsrule that requires or disallows newlines between sibling tags in template.vue/define-emits-declarationrule that enforces the declaration style ofdefineEmits.vue/define-props-declarationrule that enforces the declaration style ofdefineProps.⚙️ Updates
vue/order-in-componentsrule to be auto-fixable even when usingPropType.Full Changelog: vuejs/eslint-plugin-vue@v9.4.0...v9.5.0
Thanks @dev1437, @Amorites, @acupofspirt for your contributions!
v9.4.0Compare Source
🐛 Bug Fixes
vue/no-mutating-propsruleFull Changelog: vuejs/eslint-plugin-vue@v9.3.0...v9.4.0
v9.3.0Compare Source
⚙️ Updates
<script setup>tovue/component-name-in-template-casingrule.🐛 Bug Fixes
vue/custom-event-name-casing,vue/no-restricted-custom-event, andvue/require-explicit-emitsrules.Full Changelog: vuejs/eslint-plugin-vue@v9.2.0...v9.3.0
v9.2.0Compare Source
⚙️ Updates
vue/no-unsupported-featuresrule.Full Changelog: vuejs/eslint-plugin-vue@v9.1.1...v9.2.0
v9.1.1Compare Source
🐛 Bug Fixes
vue/no-unused-componentsruleFull Changelog: vuejs/eslint-plugin-vue@v9.1.0...v9.1.1
v9.1.0Compare Source
🐛 Bug Fixes
vue/prefer-import-from-vuerule to skip side-effect imports in.d.tsfiles.Full Changelog: vuejs/eslint-plugin-vue@v9.0.1...v9.1.0
v9.0.1Compare Source
🐛 Bug Fixes
vue/no-expose-after-awaitruleFull Changelog: vuejs/eslint-plugin-vue@v9.0.0...v9.0.1
v9.0.0Compare Source
💥 Breaking Changes
vue/custom-event-name-casingrule tocamelCase.vue/html-closing-bracket-spacingandvue/html-closing-bracket-newlinerules for top-level tags.Change Vue 3 presets configs
plugin:vue/vue3-essentialconfig:vue/no-child-contentrulevue/no-expose-after-awaitrulevue/no-reserved-component-namesrulevue/no-use-computed-property-like-methodrulevue/no-v-text-v-html-on-componentrulevue/prefer-import-from-vuerulevue/valid-attribute-nameruleplugin:vue/vue3-strongly-recommendedconfig:plugin:vue/vue3-recommendedconfig:Change Vue 2 preset configs
plugin:vue/essentialconfig:vue/no-child-contentrulevue/no-reserved-component-namesrulevue/no-use-computed-property-like-methodrulevue/no-v-text-v-html-on-componentrulevue/valid-attribute-namerulevue/valid-model-definitionrulevue/no-export-in-script-setuprule *vue/no-ref-as-operandrule *vue/no-setup-props-destructurerule *vue/return-in-emits-validatorrule *vue/valid-define-emitsrule *vue/valid-define-propsrule *plugin:vue/strongly-recommendedconfig:plugin:vue/recommendedconfig:Note: The rules marked with * are now included in the
plugin:vue/essentialconfig because @vue/composition-api and unplugin-vue2-script-setup add (limited) support for these Vue 3 features in Vue 2. If you don't use those libraries, enabling these rules shouldn't affect you.Deprecated features
vue/no-invalid-model-keysrule is now deprecated, as it's renamed tovue/valid-model-definitionvue/script-setup-uses-varsrule is now deprecated, as it's no longer needed with the upgrade to vue-eslint-parser to v9vue/setup-compiler-macrosenvironment is now deprecated, as it's no longer needed with the upgrade to vue-eslint-parser to v9Removed features
Previously deprecated rules are removed completely:
vue/experimental-script-setup-varsrule (deprecated in v7.13.0): not needed anymorevue/name-property-casingrule (deprecated in v7.0.0): usevue/component-definition-name-casinginsteadvue/no-confusing-v-for-v-ifrule (deprecated in v5.0.0): usevue/no-use-v-if-with-v-forinsteadvue/no-unregistered-componentsrule (deprecated in v8.4.0): usevue/no-undef-componentsinsteadPreviously deprecated internal util methods are removed completely:
getComponentProps: usegetComponentPropsFromOptionsinsteadgetComponentEmits: usegetComponentEmitsFromOptionsinstead✨ Enhancements
vue/match-component-file-namerule fixable via editor suggestions.<script setup>invue/no-expose-after-awaitrule.vue/valid-attribute-namerule.🐛 Bug Fixes
vue/define-macros-orderrule when there are multiple<script>tags.vue/html-closing-bracket-spacingandvue/html-closing-bracket-newlinerules for top-level tags.Full Changelog: vuejs/eslint-plugin-vue@v8.7.0...v9.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.