Update dependency eslint-plugin-vue to v10 - #262
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
April 30, 2025 08:42
066d6cd to
0a9bd04
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 6, 2025 21:48
0a9bd04 to
f4595e1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 2, 2025 16:25
f4595e1 to
a3802e7
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 31, 2025 10:28
a3802e7 to
8b64545
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
September 22, 2025 09:40
8b64545 to
f3ea7cf
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
October 15, 2025 12:41
f3ea7cf to
82e5842
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
November 28, 2025 00:34
9c21561 to
81cb196
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
January 16, 2026 10:36
81cb196 to
ad360c4
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 2, 2026 13:05
ad360c4 to
e88fe56
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 14, 2026 01:31
e88fe56 to
d71f76e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
April 22, 2026 02:04
d71f76e to
64d7b61
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
May 5, 2026 14:49
64d7b61 to
0ea57c6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 3, 2026 11:02
0ea57c6 to
f9bc3b8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 2, 2026 00:34
f9bc3b8 to
46879ba
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 13, 2026 06:10
46879ba to
631f863
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 20, 2026 23:37
631f863 to
985150f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
9.29.1→10.10.0Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.10.0Compare Source
v10.9.2Compare Source
Patch Changes
vue/custom-event-name-casingto check segments of colon-separated event names likeupdate:foo-bar(#3079)vue/one-component-per-fileto not report functions not imported from Vue (#3063)vue/prefer-import-from-vueto not report imports/exports of names that are not re-exported byvue(#3081)vue/return-in-computed-propertyandvue/require-render-returnto not report exhaustive switch statements when TypeScript type information is available (#3067)v10.9.1Compare Source
Patch Changes
vue-eslint-parserto fix parsing errors in Vue SFCs (#3075)v10.9.0Compare Source
Minor Changes
"inject"togroupsoption invue/no-unused-propertiesrule (#3052)ignoresoption tovue/no-literals-in-templaterule (#3072):single-line/:multi-linepseudo-classes invue/padding-line-between-tags(#3025)vue/prefer-v-modelrule (#3062)vue/prefer-single-event-payloadrule (#3058)Patch Changes
vue/no-irregular-whitespace(#3065)vue/max-len(#3066)vue/no-child-contentrule (#3068)AttrsandAllowedAttrstype definitions (#3059)geolocationHTML element andClassValueandInputAutoCompleteAttributeVue 3 export (#3040)v10.8.0Compare Source
Minor Changes
eslint-parser-vuev10.3.0) (#2962)Promisefunctions tovue/no-async-in-computed-properties(#3020)ignoreVBindObjectoption tovue/attributes-order(#3012)allowEmptyAliasoption tovue/valid-v-for(#3011)destructure: "only-when-assigned"option tovue/define-props-destructuringand changed default value fromdestructure: "always"todestructure: "only-when-assigned"(#3009)Patch Changes
vue/no-unused-varsto detect components passed as slot props (#3008)v10.7.0Compare Source
Minor Changes
-errorconfig variants, with all rules' severity set toerror:strongly-recommended-error,recommended-error,vue2-strongly-recommended-error,vue2-recommended-error(along with their flat config equivalents) (#2796)vue/no-literals-in-templaterule (#3000)vue/no-undef-directivesrule (#2990)ignoreEOLCommentsoption tovue/no-multi-spacesrule (#2989)vue/no-negated-v-if-conditionsuggestion to autofix (#2984)Patch Changes
vue/define-props-destructuringrule when imported types are passed todefineProps(#2995)DirectiveModifiers(#2996)nodeOpsandpatchProp(#2986)v10.6.2Compare Source
Patch Changes
vue/no-duplicate-class-namesand correctly detect duplicates in combining expressions (#2980)TSImportTypeinvue/script-indentrule (#2969)vue/prefer-use-template-ref(#2982)v10.6.1Compare Source
Patch Changes
<template>invue/no-multiple-template-rootrule (#2964)v10.6.0Compare Source
Minor Changes
vue/no-import-compiler-macrosto clarify that macros are not allowed outside<script setup>(#2938)vue/no-duplicate-class-namesrule (#2934)Patch Changes
vue/no-v-htmlrule to allow ignoring call expressions (#2950)vue/define-macros-ordererror messages to distinguish between macro placement and ordering issues (#2953)v10.5.1Compare Source
Patch Changes
vue/no-negated-v-if-conditionrule to swap entire elements (#2941)v10.5.0Compare Source
Minor Changes
ignoredObjectNamesoption tovue/no-async-in-computed-properties(#2927)ignorePatternoption tovue/no-v-html(#2857)sortLineLengthoption tovue/attributes-order(#2759)vue/component-name-in-template-casingglobalsoption to support regex patterns (#2928)vue/valid-define-optionsto allow local literal constant references (#2920)vue/no-mutating-propsandvue/no-side-effects-in-computed-propertiesrules to detectObject.assignmutations (#2929)@stylistic/eslint-pluginas optional peer dependency (#2884)Patch Changes
vue/define-macros-orderto ignore enum declarations anddeclarestatements (#2918)v10.4.0Compare Source
Minor Changes
ignoreParentsoption tovue/no-deprecated-slot-attribute(#2784)vue/no-negated-v-if-conditionrule (#2794)vue/no-negated-conditionrule (#2795)Patch Changes
vue/block-langerror messages (#2805)v10.3.0Compare Source
Minor Changes
@typescript-eslint/parseras an optional peer dependency (#2775)vue/no-deprecated-slot-attributeignoreoption now supports regex patterns (#2773)Patch Changes
vue/script-indentrule (#2775)vue/no-restricted-html-elementsnow also checks SVG and MathML elements (#2755)v10.2.0Compare Source
Minor Changes
Patch Changes
v10.1.0Compare Source
✨ Enhancements
allowlistoption ofvue/no-bare-strings-in-templaterule to accept regex.vue/define-props-destructuringrule that enforce consistent style for props destructuring.disallowCommentsoption tovue/no-multiple-template-rootrule.Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0
v10.0.1Compare Source
🐛 Bug Fixes
.eslintrcconfigs.vue/prefer-use-template-refrule.vue/no-ref-as-operandrule.vue/require-default-proprule.vue/no-dupe-keysrule.⚙️ Updates
vue/no-export-in-script-setuprule.vue/html-self-closingrule.Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1
v10.0.0Compare Source
💥 Breaking changes
^18.18.0 || ^20.9.0 || >=21.1.0^8.57.0 || ^9.0.0vue/block-orderrule to recommended configs (replaces the removedvue/component-tags-orderrule).vue/no-deprecated-delete-setrule to vue3-essential config.vue/no-deprecated-model-definitionrule to vue3-essential config.vue/no-required-prop-with-defaultrule to recommended configs.vue/valid-define-optionsrule to vue3-essential config..eslintrcconfigs (to matcheslint.config.jsconfig names; see PR for comparison)..eslintrcbase config so that vue-eslint-parser is only used for.vuefiles.slotsandexposeto the default order ofvue/order-in-componentsrule.vue/custom-event-name-casingrule.runOutsideVueoption fromvue/sort-keysrule.setup-compiler-macrosenvironments.✨ Enhancements
vue/no-import-compiler-macrosrule that disallows importing Vue compiler macros.exceptoption tovue/prefer-true-attribute-shorthandrule.defineNuxtComponent().⚙️ Updates
Full Changelog: vuejs/eslint-plugin-vue@v9.33.0...v10.0.0
v9.33.0Compare Source
✨ Enhancements
vue/no-implicit-coercionrule to disallow shorthand type conversions in<template>.vue/no-ref-as-operandrule to checkemitpayloads.ignorePropsoption tovue/prop-name-casingrule.🐛 Bug Fixes
vue/prefer-use-template-refrule whensetupis an arrow function.vue/no-bare-strings-in-templaterule.vue/max-propsrule.Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0
v9.32.0Compare Source
✨ Enhancements
checkMultiRootNodesoption tovue/no-duplicate-attr-inheritancerule and changed to ignore multi-root components by default.ignoreElementNamespacesoption tovue/no-v-text-v-html-on-componentrule.ignoreTagsoption tovue/attribute-hyphenationrule andvue/v-on-event-hyphenationrule.vue/restricted-component-namesrule that enforces using only specific component names.vue/slot-name-casingrule that enforces specific casing for slot names.vue/require-explicit-slotsrule.shallowRefinvue/prefer-use-template-refrule.🐛 Bug Fixes
vue/prefer-use-template-refrule to only check root-level variables.Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0
v9.31.0Compare Source
✨ Enhancements
caseSensitiveoption tovue/no-reserved-component-namesrule.vue/prefer-use-template-refrule that requires usinguseTemplateRef()instead ofref()for template refs.vue/no-empty-component-blockrule auto-fixable.🐛 Bug Fixes
v-bind:nameinvue/require-explicit-slotsrule.⚙️ Updates
vue/define-macros-orderrule to skip TypeScriptdeclarestatements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
v9.30.0Compare Source
🐛 Bug Fixes
vue/custom-event-name-casingrule to checkdefineEmits()variable and$emit()in<template>.vue/require-valid-default-proprule.Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.