chore(deps): update dependency eslint-plugin-vue to v10.10.0 - #411
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-vue to v10.10.0#411renovate[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
9 times, most recently
from
October 3, 2025 01:52
f802770 to
bf4d334
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
October 18, 2025 12:29
bf4d334 to
c2806d4
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
October 21, 2025 02:12
c2806d4 to
07ef82c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
3 times, most recently
from
November 1, 2025 10:39
d00e71b to
5698d33
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
November 25, 2025 05:53
5698d33 to
bf68557
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
November 29, 2025 04:32
bf68557 to
3fe1def
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
December 1, 2025 01:56
3fe1def to
28d0522
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
5 times, most recently
from
December 2, 2025 05:39
2e3c006 to
5db95ac
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
January 8, 2026 19:27
5db95ac to
e101a8d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
February 17, 2026 02:40
68e23c6 to
2a71a34
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
4 times, most recently
from
March 2, 2026 08:59
2fc558d to
ea0ded0
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
4 times, most recently
from
April 6, 2026 05:43
8414d69 to
14b2532
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
April 13, 2026 05:21
14b2532 to
95df8f1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
April 25, 2026 01:05
ebeca10 to
8f10e2c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
4 times, most recently
from
May 4, 2026 00:49
e9979c3 to
a90355b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
May 8, 2026 13:32
a90355b to
fc365a3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 6, 2026 13:11
fc365a3 to
3a1ebac
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
June 11, 2026 18:16
3a1ebac to
b7f314c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
July 12, 2026 11:41
b7f314c to
ea88662
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
2 times, most recently
from
July 23, 2026 15:42
c7aafc3 to
9d38425
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-10.x
branch
from
August 12, 2026 01:53
9d38425 to
8085913
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:
10.4.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)Configuration
📅 Schedule: (in timezone Europe/Berlin)
* 0-3 1 * *)🚦 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.