This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
chore(deps): update dependency eslint-plugin-vue to v6 #22
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:
4.7.1
->6.2.2
Release Notes
vuejs/eslint-plugin-vue
v6.2.2
Compare Source
🐛 Bug Fixes
vue/no-use-v-if-with-v-for
error when using destructuring for iteration or using iteration of expressionAll commits: v6.2.1 -> v6.2.2
v6.2.1
Compare Source
🐛 Bug Fixes
alphabetical
option.All commits: v6.2.0 -> v6.2.1
v6.2.0
Compare Source
✨ Enhancements
New Rules:
vue/sort-keys
rule that thesort-keys
rule which is compatible with order-in-components.vue/padding-line-between-blocks
rule requires or disallows blank lines between the given 2 blocks.New Options:
alphabetical
option tovue/attributes-order
rule to alphabetical ordering within groupings.avoidEscape
option tovue/html-quotes
rule.🐛 Bug Fixes
vue/no-side-effects-in-computed-properties
vue/require-default-prop
.All commits: v6.1.2 -> v6.2.0
v6.1.2
Compare Source
🐛 Bug Fixes
semver
asdependencies
All commits: v6.1.1 -> v6.1.2
v6.1.1
Compare Source
🐛 Bug Fixes
no-reserved-component-names
,match-component-file-name
andcomponent-definition-name-casing
rulesAll commits: v6.1.0 -> v6.1.1
v6.1.0
Compare Source
✨ Enhancements
Core:
New Rules:
vue/static-class-names-order
rule that enforce the order of static class names.vue/require-name-property
rule that require a name property in Vue components.vue/no-reserved-component-names
rule that disallow the use of reserved names in component definitions.vue/component-tags-order
rule that enforce the order of component top-level elements.vue/component-definition-name-casing
rule that enforce specific casing for component definition name.vue/valid-v-bind-sync
rule that checks whether every.sync
modifier onv-bind
directives is valid.vue/no-deprecated-slot-attribute
rule that disallowsslot
attribute.vue/no-deprecated-slot-scope-attribute
rule that disallowsslot-scope
attribute.vue/no-unsupported-features
rule that disallow unsupported Vue.js syntax on the specified version.vue/no-static-inline-styles
rule that disallow static inlinestyle
attributes.vue/max-len
rule that enforces a maximum line length.vue/no-irregular-whitespace
rule that disallow irregular whitespace.🐛 Bug Fixes
html-indent
does not workAll commits: v6.0.2 -> v6.1.0
v6.0.2
Compare Source
🐛 Bug Fixes
no-async-in-computed-properties
.require-prop-type-constructor
.require-prop-type-constructor
.All commits: v6.0.1 -> v6.0.2
v6.0.1
Compare Source
🐛 Bug Fixes
v6.0.0
Compare Source
💥 Breaking Changes
vue/prop-name-casing
.Nuxt
properties to the default order ofvue/order-in-components
.vue-eslint-parser
@6.0.4✨ Enhancements
Core:
New Rules:
vue/no-empty-pattern
rule appliesno-empty-pattern
rule to expressions in<template>
.vue/dot-location
rule appliesdot-location
rule to expressions in<template>
.vue/keyword-spacing
rule applieskeyword-spacing
rule to expressions in<template>
.vue/no-deprecated-scope-attribute
rule that reports deprecatedscope
attribute in Vue.js v2.5.0+.vue/valid-v-slot
rule that checks whether everyv-slot
directive is valid.vue/v-slot-style
rule that enforcesv-slot
directive style which you should use shorthand or long form.🐛 Bug Fixes
vue/use-v-on-exact
to allows events with different key codesvue/valid-v-else
rule messageAll commits: v5.2.3 -> v6.0.0
v5.2.3
Compare Source
🐛 Bug Fixes
082c03d
fixed a crash bug on ESLint 6.0.0.v5.2.2
Compare Source
🐛 Bug Fixes
vue/no-boolean-default
rule to not crash if the option isdefault-false
and nodefault
property.v5.2.1
Compare Source
🐛 Bug Fixes
vue/no-async-in-computed-properties
to not crash onreturn
statements that have no value.v5.2.0
Compare Source
✨ Enhancements
New Rules:
vue/v-on-function-call
rule that enforces or forbids parentheses after method calls without arguments inv-on
directives.vue/require-direct-export
rule that enforces the component to be directly exported.vue/no-boolean-default
rule that disallows the default value of boolean properties.vue/match-component-file-name
rule that verifies component name property to match its file name.vue/array-bracket-spacing
rule that enforces consistent spacing inside array brackets in<template>
.vue/eqeqeq
rule that applieseqeqeq
rule to expressions in<template>
.vue/key-spacing
rule that applieskey-spacing
rule to expressions in<template>
.vue/object-curly-spacing
rule that appliesobject-curly-spacing
rule to expressions in<template>
.vue/space-infix-ops
rule that appliesspace-infix-ops
rule to expressions in<template>
.vue/space-unary-ops
rule that appliesspace-unary-ops
rule to expressions in<template>
.vue/no-restricted-syntax
rule that appliesno-restricted-syntax
rule to expressions in<template>
.vue/arrow-spacing
rule that appliesarrow-spacing
rule to expressions in<template>
.vue/block-spacing
rule that appliesblock-spacing
rule to expressions in<template>
.vue/brace-style
rule that appliesbrace-style
rule to expressions in<template>
.vue/camelcase
rule that appliescamelcase
rule to expressions in<template>
.vue/comma-dangle
rule that appliescomma-dangle
rule to expressions in<template>
.New Options:
registeredComponentsOnly
option tovue/component-name-in-template-casing
rule to ignore unknown elements.Other changes in Rules:
vue/order-in-components
rule to recognize Nuxt-specific members.🐛 Bug Fixes
vue/multiline-html-element-content-newline
rule andvue/singleline-html-element-content-newline
rule to ignore inline elements by default.vue/no-async-in-computed-properties
rule to allow await expression in nested scopes.vue/use-v-on-exact
rule about false positives.vue-eslint-parser
.v-on
directive correctly.slot-scope
attribute correctly.v-pre
directive.vue/no-unused-components
rule to process computed properties properly.vue/require-default-prop
rule andvue/require-valid-default-prop
rule to process computed properties properly.vue/no-unused-components
rule to process empty:is
directives properly.All commits: v5.1.0...v5.2.0
v5.1.0
Compare Source
🐛 Bug Fixes
vue/component-name-in-template-casing
rule fromvue/strongly-recommended
preset.vue/order-in-components
rule, on Node.js 11.vue/html-indent
rule.All commits: v5.0.0...v5.1.0
v5.0.0
Compare Source
💥 Breaking Changes
order
options ofvue/attribute-order
rule."BINDING"
was removed and"TWO_WAY_BINDING"
and"OTHER_DIRECTIVES"
were added.vue/html-closing-bracket-newline
rule.✨ Enhancements
Core:
slot-scope
attribute.--fix-type
option of ESLint.New Rules:
vue/no-template-shadow
rule.vue/component-name-in-template-casing
rule.vue/no-spaces-around-equal-signs-in-attribute
rule.vue/no-unused-components
rule.vue/require-prop-type-constructor
rule.vue/multiline-html-element-content-newline
rule.vue/singleline-html-element-content-newline
rule.vue/use-v-on-exact
rule.New Options:
order
option ofvue/attribute-order
rule to allow multiple categories on the same order.ignoreWhenBindingPresent
option tovue/no-unused-components
rule to prevent false positive by dynamic bindings.modifiers
option tovue/valid-v-on
rule to support custom modifiers.ignoreProperties
option tovue/no-multi-spaces
rule to use vertical alignment style.baseIndent
option tovue/html-indent
rule.Other changes in Rules:
vue/script-indent
rule to not work on other than.vue
files.vue/valid-v-on
rule.vue/max-attributes-per-line
rule.🐛 Bug Fixes
vue/script-indent
rule to make correct indentations.v-on
directive without that argument to be parsed correctly.vue/require-default-prop
rule to ignore boolean properties.vue/html-self-closing
andvue/component-name-in-template-casing
.vue/order-in-components
rule.vue/valid-v-model
rule.vue/valid-v-model
rule.vue/require-render-return
rule andvue/return-in-computed-property
rule.<pre>
elements invue/html-indent
rule.vue/script-indent
rule.vue/html-indent
rule.<textarea>
elements invue/html-indent
rule.All commits: v4.7.1...v5.0.0
Renovate configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (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 has been generated by WhiteSource Renovate. View repository job log here.