An in-range update of lint-staged is breaking the build π¨
greenkeeper opened this issue Β· 6 comments
The devDependency lint-staged was updated from 9.2.3 to 9.2.4.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
lint-staged 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: build: Your CircleCI tests were canceled (Details).
Release Notes for v9.2.4
9.2.4 (2019-08-25)
Bug Fixes
- include renames when getting list of staged files (2243a83)
Commits
The new version differs by 1 commits.
2243a83fix: include renames when getting list of staged files
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 π΄
After pinning to 9.2.3 your tests are passing again. Downgrade this dependency π.
- The
devDependencylint-staged was updated from9.2.4to9.2.5.
Your tests are still failing with this version. Compare changes
- The
devDependencylint-staged was updated from9.2.5to9.3.0.
Your tests are still failing with this version. Compare changes
- The
devDependencylint-staged was updated from9.3.0to9.4.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependencylint-staged was updated from9.4.0to9.4.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependencylint-staged was updated from9.4.1to9.4.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v9.4.2
9.4.2 (2019-10-08)
Bug Fixes
- create fn title with mock file list of correct length (8c3ca58)
Commits
The new version differs by 4 commits.
403f80brefactor: add check before creating short function title8c3ca58fix: create fn title with mock file list of correct length8ec040cfix: add note about next version (#708)1dcdb89feat: Use shorter title for function tasks with many staged files (#706)
See the full diff