An in-range update of eslint-plugin-vue is breaking the build 🚨
Closed this issue · 2 comments
greenkeeper commented
The devDependency eslint-plugin-vue was updated from 5.1.0 to 5.2.0.
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
- ❌ Travis CI - Branch:
The build errored.
Commits
The new version differs by 33 commits.
04b3c38🔖 5.2.028b7d9cFix: fix for computed property names (fixes #776) (#791)b1699ceDocs: fix spelling mistake (#809)a3707b1Fix: ignore names that can not be identified (fixed #768) (#790)0f4861aDocs: update README.md (#806)4359288Fix: parsing error in testcases with acorn@6.0.7. (#803)f46c75bChore: update document ofmatch-component-file-name.md(#788)58d4a68fix(no-unused-components): crash when:isin<component>is empty (#793)98f7bbdfeat: ignore anchor tags in multiline rule (#738)617139e⭐️New: Add ruleno-boolean-default(#612)ae03c28⭐️New: Addvue/v-on-parensrule (#481)5d1f051chore: add nuxt component functions to order rule (#786)a8b2ca0⭐️New: Addvue/comma-danglerule (#773)fa26414⭐️New: Addvue/camelcaserule (#772)94e4f0b⭐️New: Addvue/brace-stylerule (#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 commented
After pinning to 5.1.0 your tests are passing again. Downgrade this dependency 📌.
greenkeeper commented
- The
devDependencyeslint-plugin-vue was updated from5.2.0to5.2.1.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v5.2.1
🐛 Bug Fixes
- #816 fixed
vue/no-async-in-computed-propertiesto not crash onreturnstatements that have no value.