The devDependency eslint-plugin-vue was updated from 5.2.3 to 6.2.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The devDependency eslint-plugin-vue was updated from
5.2.3
to6.2.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: ota-meshi License: MIT
Release Notes for v6.2.0
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.vue/no-side-effects-in-computed-properties
vue/require-default-prop
.All commits: v6.1.2 -> v6.2.0
Commits
The new version differs by 78 commits ahead by 78, behind by 3.
667bb2e
version 6.2.0
ca2c962
Add
avoidEscape
option tovue/html-quotes
rule (#1031)5980cdc
Fixed an error when using spread elements in
vue/require-default-prop
. (#1046)a4e3f0f
Fixed false positives in
no-side-effects-in-computed-properties
(#1027)8cd3a41
adding in alphabetical ordering within groupings (#1022)
b394ca6
New: Add
vue/padding-line-between-blocks
rule (#1021)7608dea
New Rule vue/sort-keys (#997)
fe190dc
README.md-VSCode ESlint Auto Fix (#1037)
774f4f3
Update match-component-file-name docs (#1032)
2e1d15b
version 6.1.2
5b7dd8a
fix: list semver as a dependency (#1023)
da1848c
Update README.md (#1020)
1a58ed7
version v6.1.1
3f94c08
Fixed crashes of
no-reserved-component-names
,match-component-file-name
andcomponent-definition-name-casing
rules. (#1019)ee4143b
version 6.1.0
There are 78 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: