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 🚨 #113

Open
greenkeeper bot opened this issue Feb 14, 2019 · 3 comments
Open

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

greenkeeper bot opened this issue Feb 14, 2019 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Feb 14, 2019

The devDependency eslint-plugin-vue was updated from 5.1.0 to 5.2.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
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Commits

The new version differs by 33 commits.

  • 04b3c38 🔖 5.2.0
  • 28b7d9c Fix: fix for computed property names (fixes #776) (#791)
  • b1699ce Docs: fix spelling mistake (#809)
  • a3707b1 Fix: ignore names that can not be identified (fixed #768) (#790)
  • 0f4861a Docs: update README.md (#806)
  • 4359288 Fix: parsing error in testcases with [email protected]. (#803)
  • f46c75b Chore: update document of match-component-file-name.md (#788)
  • 58d4a68 fix(no-unused-components): crash when :is in <component> is empty (#793)
  • 98f7bbd feat: ignore anchor tags in multiline rule (#738)
  • 617139e ⭐️New: Add rule no-boolean-default (#612)
  • ae03c28 ⭐️New: Add vue/v-on-parens rule (#481)
  • 5d1f051 chore: add nuxt component functions to order rule (#786)
  • a8b2ca0 ⭐️New: Add vue/comma-dangle rule (#773)
  • fa26414 ⭐️New: Add vue/camelcase rule (#772)
  • 94e4f0b ⭐️New: Add vue/brace-style rule (#771)

There are 33 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 Feb 14, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v5.2.1

🐛 Bug Fixes

  • #816 fixed vue/no-async-in-computed-properties to not crash on return statements that have no value.
Commits

The new version differs by 2 commits.

  • 1447bab 🔖 5.2.1
  • 7e4936f Fix: no-async-in-computed-properties with empty returns (#816)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v5.2.2

🐛 Bug Fixes

  • #821 fixed vue/no-boolean-default rule to not crash if the option is default-false and no default property.
Commits

The new version differs by 4 commits.

  • 4ff3c8a 🔖 5.2.2
  • 06c11f2 Fix: no-boolean-default with 'default-false' on boolean props with unset default (#821)
  • 1447bab 🔖 5.2.1
  • 7e4936f Fix: no-async-in-computed-properties with empty returns (#816)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v5.2.3

🐛 Bug Fixes

  • 082c03d fixed a crash bug on ESLint 6.0.0.
Commits

The new version differs by 7 commits.

  • 1064f10 🔖 5.2.3
  • 158c10b chore: update ESLint to v6
  • 082c03d fix: remove eslint internal traverser (#910)
  • 4ff3c8a 🔖 5.2.2
  • 06c11f2 Fix: no-boolean-default with 'default-false' on boolean props with unset default (#821)
  • 1447bab 🔖 5.2.1
  • 7e4936f Fix: no-async-in-computed-properties with empty returns (#816)

See the full diff

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

0 participants