alpersonalwebsite / basic-vue-sibling

EventBus and communication between sibling components
0 stars 0 forks source link

An in-range update of eslint-plugin-vue is breaking the build 🚨 #22

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency eslint-plugin-vue was updated from 6.0.1 to 6.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

πŸ› Bug Fixes

  • #962 Fixed false positives inside the ternary operator in no-async-in-computed-properties.
  • #963 Fixed an issue that caused an error when extra commas were included in require-prop-type-constructor.
  • #1009 Fixed an issue that code was broken by autofix of require-prop-type-constructor.
  • #1010 Fixed broken links in messages.

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:

greenkeeper[bot] commented 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.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.1.0

✨ Enhancements

Core:

  • #985 Upgrade vue-eslint-parser to 7.0.0

New Rules:

  • #886 Added vue/static-class-names-order rule that enforce the order of static class names.
  • #945 Added vue/require-name-property rule that require a name property in Vue components.
  • #757 Added vue/no-reserved-component-names rule that disallow the use of reserved names in component definitions.
  • #763 Added vue/component-tags-order rule that enforce the order of component top-level elements.
  • #646 Added vue/component-definition-name-casing rule that enforce specific casing for component definition name.
  • #647 Added vue/valid-v-bind-sync rule that checks whether every .sync modifier on v-bind directives is valid.
  • #839 Added vue/no-deprecated-slot-attribute rule that disallows slot attribute.
  • #840 Added vue/no-deprecated-slot-scope-attribute rule that disallows slot-scope attribute.
  • #841 Added vue/no-unsupported-features rule that disallow unsupported Vue.js syntax on the specified version.
  • #843 Added vue/no-static-inline-styles rule that disallow static inline style attributes.
  • #959 Added vue/max-len rule that enforces a maximum line length.
  • #964 Added vue/no-irregular-whitespace rule that disallow irregular whitespace.

πŸ› Bug Fixes

  • #1015 Fixed wrong indentation.
  • #1016 Fixed "ignores" option of html-indent does not work

All 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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.1.1

πŸ› Bug Fixes

  • #1019 Fixed crashes in no-reserved-component-names, match-component-file-name and component-definition-name-casing rules

All commits: v6.1.0 -> v6.1.1

Commits

The new version differs by 3 commits.

  • 1a58ed7 version v6.1.1
  • 3f94c08 Fixed crashes of no-reserved-component-names, match-component-file-name and component-definition-name-casing rules. (#1019)
  • ee4143b version 6.1.0

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.2.0

✨ Enhancements

New Rules:

  • #997 Added vue/sort-keys rule that the sort-keys rule which is compatible with order-in-components.
  • #1021 Added vue/padding-line-between-blocks rule requires or disallows blank lines between the given 2 blocks.

New Options:

  • #1022 Added alphabetical option to vue/attributes-order rule to alphabetical ordering within groupings.
  • #1031 Added avoidEscape option to vue/html-quotes rule.

πŸ› Bug Fixes

  • #1027 Fixed false positives in vue/no-side-effects-in-computed-properties
  • #1046 Fixed an error when using spread elements in vue/require-default-prop.

All commits: v6.1.2 -> v6.2.0

Commits

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.2.1

πŸ› Bug Fixes

  • #1055 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option.

All commits: v6.2.0 -> v6.2.1

Commits

The new version differs by 2 commits.

  • f955a55 version v6.2.1
  • f558b79 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option. (#1055)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.2.2

πŸ› Bug Fixes

  • #1071 Fixed vue/no-use-v-if-with-v-for error when using destructuring for iteration or using iteration of expression

All commits: v6.2.1 -> v6.2.2

Commits

The new version differs by 3 commits.

  • 800182c 6.2.2
  • e77081d Fixed no-use-v-if-with-v-for error when using destructuring for iteration or using iteration of expression (#1071)
  • ab3bf36 Update jsx-uses-vars.md (#1060)

See the full diff