Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
greenkeeper bot opened this issue Dec 27, 2019 · 3 comments
Closed

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

greenkeeper bot opened this issue Dec 27, 2019 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 27, 2019

The devDependency 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 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

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.

@xcatliu
Copy link
Member

xcatliu commented Dec 27, 2019

Require prettier/eslint-config-prettier#130 to be merged

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

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

@xcatliu xcatliu closed this as completed Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant