tournantdev / ui

πŸ’β€β™€οΈ Inclusive Vue Components
https://ui.tournant.dev
26 stars 1 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency eslint-plugin-vue was updated from 6.0.2 to 6.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 - βœ… **ci/circleci: install:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/tournantdev/ui/989?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/tournantdev/ui/990?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

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

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.2 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 passing again with this update. Explicitly upgrade to this version πŸš€

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