An in-range update of eslint-plugin-jest is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
greenkeeper commented
The devDependency eslint-plugin-jest was updated from 22.9.0
to 22.10.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-jest 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 could not complete due to an error (Details).
Commits
The new version differs by 7 commits.
28bd1dc
feat(rules): adds
no-if
rule (#293)7ebdc0e
chore: enforce import destructure order
31c7cef
chore: convert to import/export (#302)
9f858cb
chore: delete tests instead of ignoring them with babel
c595ba0
chore: do not include tests in published tarball
4b4eb78
chore: fix lint error in md file
d3ea720
chore(docs): fix typo (#304)
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 22.9.0 your tests are passing again. Downgrade this dependency π.
AleshaOleg commented