Closed greenkeeper[bot] closed 4 years ago
After pinning to 6.0.2 your tests are passing again. Downgrade this dependency 📌.
dependency
eslint-plugin-vue was updated from 6.1.0
to 6.1.1
.Your tests are still failing with this version. Compare changes
no-reserved-component-names
, match-component-file-name
and component-definition-name-casing
rulesAll commits: v6.1.0 -> v6.1.1
dependency
eslint-plugin-vue was updated from 6.1.2
to 6.2.0
.Your tests are still failing with this version. Compare changes
vue/sort-keys
rule that the sort-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.alphabetical
option to vue/attributes-order
rule to alphabetical ordering within groupings.avoidEscape
option to vue/html-quotes
rule.vue/no-side-effects-in-computed-properties
vue/require-default-prop
.All commits: v6.1.2 -> v6.2.0
The new version differs by 12 commits.
667bb2e
version 6.2.0
ca2c962
Add avoidEscape
option to vue/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)
See the full diff
dependency
eslint-plugin-vue was updated from 6.2.0
to 6.2.1
.Your tests are still failing with this version. Compare changes
alphabetical
option.All commits: v6.2.0 -> v6.2.1
dependency
eslint-plugin-vue was updated from 6.2.1
to 6.2.2
.Your tests are still failing with this version. Compare changes
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
The dependency eslint-plugin-vue was updated from
6.0.2
to6.1.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-vue is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/hakatashi/eslint-config/builds/629904382?utm_source=github_status&utm_medium=notification)).Release Notes for v6.1.0
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.html-indent
does not workAll commits: v6.0.2 -> v6.1.0
Commits
The new version differs by 24 commits.
386cec4
Fixed: "ignores" option of
html-indent
does not work (#1016)c8cdd77
Fixed wrong indentation (#1015)
99fe70d
Update documents and Fixed lint error (#1014)
d397635
rule:attrubutes-order moved attributest to constants (#951)
b0a4a26
Improve (slightly) sentence grammar in User Guide (#972)
18076fd
Update README.md (#946)
5cce6e0
Fix missing word in opening sentence (#969)
bebf1cb
Improve Sublime Text instructions (#949)
a3a73f1
Add vue/no-irregular-whitespace rule (#964)
501cef9
Add vue/max-len rule (#959)
c19c37b
refactor: use Array.includes() to check for existence (#1013)
ec94d6a
Change document style for new rules added & Fixed new rule test casesto work with eslint v6 (#1012)
603a6e1
⭐️New: Add vue/no-static-inline-styles rule (#843)
0c80259
⭐️New: Add vue/no-unsupported-features rule (#841)
a5fd31e
⭐️New: Add vue/no-deprecated-slot-scope-attribute rule (#840)
There are 24 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: