Closed greenkeeper[bot] closed 4 years ago
After pinning to 6.0.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint-plugin-vue was updated from 6.0.2
to 6.1.0
.Your tests are still failing with this version. Compare changes
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 on v-bind
directives is valid.vue/no-deprecated-slot-attribute
rule that disallows slot
attribute.vue/no-deprecated-slot-scope-attribute
rule that disallows slot-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 inline style
attributes.vue/max-len
rule that enforces a maximum line length.vue/no-irregular-whitespace
rule that disallow irregular whitespace.All commits: v6.0.2 -> v6.1.0
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
devDependency
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
devDependency
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
devDependency
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
devDependency
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 devDependency eslint-plugin-vue was updated from
6.0.1
to6.0.2
.π¨ 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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **WhiteSource Security Check:** Oops! An error occurred while running the Security Check.Please contact the WhiteSource Support team at boltgithub@whitesourcesoftware.com and mention the following scan token: 65625dee79e14aec9a6a21a98f806fa1
Release Notes for v6.0.2
no-async-in-computed-properties
.require-prop-type-constructor
.require-prop-type-constructor
.All commits: v6.0.1 -> v6.0.2
Commits
The new version differs by 7 commits.
2e75458
version 6.0.2
959298f
Fixed broken links. (#1010)
4476263
Fixed a bug that source code is broken by autofix of require-prop-type-constructor. (#1009)
acb48eb
Fixed lint error on CI (#1008)
2418da7
Fixed an issue that caused an error when extra commas were included in
require-prop-type-constructor
(#963)b412783
Fixed false positives inside the ternary operator in
no-async-in-computed-properties
(#962)e8f130c
Typescript doc for vue/html-indent (#989)
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: