Update dependency eslint-plugin-vue to v10.9.0#144
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
Update dependency eslint-plugin-vue to v10.9.0#144renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
1686030 to
9ae10b4
Compare
9ae10b4 to
906663f
Compare
906663f to
86a3c0d
Compare
86a3c0d to
38d76f5
Compare
38d76f5 to
d8b9ce2
Compare
d8b9ce2 to
e1a61f5
Compare
e1a61f5 to
f610192
Compare
f610192 to
cad115f
Compare
cad115f to
8181073
Compare
8181073 to
52a5319
Compare
52a5319 to
db0d320
Compare
db0d320 to
f56ccd4
Compare
f56ccd4 to
92731da
Compare
92731da to
7b66033
Compare
7b66033 to
2d0550e
Compare
24b0dd8 to
48335b1
Compare
48335b1 to
e86efaa
Compare
e86efaa to
11131b1
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.0.0→10.9.0Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.9.0Compare Source
Minor Changes
Added
"inject"togroupsoption invue/no-unused-propertiesrule (#3052)Added new
ignoresoption tovue/no-literals-in-templaterule (#3072)Added support for
:single-line/:multi-linepseudo-classes invue/padding-line-between-tags(#3025)Added new
vue/prefer-v-modelrule (#3062)Added new
vue/prefer-single-event-payloadrule (#3058)Patch Changes
Added error end positions for
vue/no-irregular-whitespace(#3065)Updated resources: add
AttrsandAllowedAttrstype definitions (#3059)Improved error positions in
vue/max-len(#3066)Improve performance in
vue/no-child-contentrule (#3068)Migrate configs to TypeScript (#3002)
Updated resources:
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>in vue/no-multiple-template-root rule (#2964)v10.6.0Compare Source
Minor Changes
Updated
vue/no-import-compiler-macrosto clarify that macros are not allowed outside<script setup>(#2938)Added new
vue/no-duplicate-class-namesrule (#2934)Patch Changes
Fixed
vue/no-v-htmlrule to allow ignoring call expressions (#2950)Improved
vue/define-macros-ordererror messages to distinguish between macro placement and ordering issues (#2953)Updated dependency postcss-selector-parser to v7.1.0 (#2947)
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
Configuration
📅 Schedule: (UTC)
🚦 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.