chore(deps): update dependency eslint-plugin-vue to v10#1035
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-vue to v10#1035renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #1035 +/- ##
========================================
Coverage 77.59% 77.59%
========================================
Files 54 54
Lines 1406 1406
========================================
Hits 1091 1091
Misses 315 315 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
April 30, 2025 09:48
dbbedb7 to
38100f5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 6, 2025 20:50
38100f5 to
6523aa2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 2, 2025 19:48
6523aa2 to
af8322c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
October 15, 2025 13:45
2d28ade to
73e4276
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
November 10, 2025 14:11
73e4276 to
449fe42
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
7 times, most recently
from
November 26, 2025 06:53
765c251 to
391aa69
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
December 3, 2025 19:35
d185feb to
7dbfe35
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
December 23, 2025 12:43
c0ed39f to
0f206d1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
December 31, 2025 16:12
0f206d1 to
527b80b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
January 8, 2026 18:41
527b80b to
a5858a3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
January 19, 2026 17:39
ce31e1a to
f14e864
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
January 23, 2026 16:28
f14e864 to
a150d8e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 1, 2026 23:14
a150d8e to
061e44c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 2, 2026 18:07
061e44c to
1ae5cf8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
February 14, 2026 01:08
2a0513e to
2c445c8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
February 25, 2026 20:39
2c445c8 to
f6081d6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
April 22, 2026 01:24
f6081d6 to
6a33915
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
May 5, 2026 16:08
6a33915 to
0784573
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 3, 2026 10:09
0784573 to
e9004a6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 11, 2026 21:07
e9004a6 to
fdef8a5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 21, 2026 03:07
fdef8a5 to
c97a1a4
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.33.0→^10.10.0Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.10.0Compare Source
Minor Changes
Added support for template literals to
vue/prefer-separate-static-class(#3097)Added
allowLineSeparatedGroupsoption tovue/sort-keysrule (#3084)Patch Changes
@eslint-community/eslint-utils,semverandxml-name-validatordependencies (#3094)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: (in timezone Europe/Amsterdam)
🚦 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 was generated by Mend Renovate. View the repository job log.