chore(deps): update dependency eslint-plugin-vue to v10 - #115
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-vue to v10#115renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
5 times, most recently
from
December 23, 2025 09:47
3d983ed to
cf3dc28
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
January 19, 2026 09:27
be372e2 to
0b5d724
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
January 28, 2026 10:45
2620ba4 to
28d7a37
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
February 11, 2026 07:52
b0c7eec to
a8b823a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 14, 2026 02:06
a8b823a to
745dfe6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
March 2, 2026 15:09
1c68c7f to
bec9181
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
March 9, 2026 16:51
b5a30b9 to
e65f965
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
April 7, 2026 14:24
43f8d13 to
2f6e0cf
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
5 times, most recently
from
April 28, 2026 09:03
04b9352 to
d0d6ea8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
May 11, 2026 14:26
a261724 to
6171f2d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
May 18, 2026 08:17
73ca4fe to
6b9138b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
May 26, 2026 07:50
ef4c0bd to
4bd1a02
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
June 3, 2026 13:50
bf339d6 to
3a46d24
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
5 times, most recently
from
June 17, 2026 10:12
95ddde8 to
d407878
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
July 1, 2026 22:09
25de4e9 to
13aa26b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
July 13, 2026 15:17
3946513 to
fd1593b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
July 23, 2026 15:50
53073cf to
5466744
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
9 times, most recently
from
August 6, 2026 12:59
868d9e8 to
45ce1de
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
August 6, 2026 13:02
45ce1de to
dcad9e3
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.0→^10.0.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
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.