An in-range update of standard is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
greenkeeper commented
The devDependency standard was updated from 13.0.0
to 13.0.1
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
standard 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).
Commits
The new version differs by 4 commits.
c713e2e
13.0.1
72e0f1b
Update CHANGELOG.md
934a5b8
eslint-config-standard@13.0.1
501624c
Update CHANGELOG.md
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 13.0.0 your tests are passing again. Downgrade this dependency π.
feross commented
fixed