An in-range update of chokidar-cli is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
Version 1.2.1 of chokidar-cli was just published.
Branch | Build failing π¨ |
---|---|
Dependency | chokidar-cli |
Current Version | 1.2.0 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
chokidar-cli 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).
Release Notes
1.2.1- Get rid of vulnerable dependencies (
npm audit
warnings to 0)- Remove all unused dependencies (anymatch & shell-quote - and all devDependencies except for mocha)
- Update all dependencies to latest versions
npm audit fix
chokidar's transitive dependenies
- Use exact version numbers for dependencies from now on
- Upgrade travis configuration to run newer node.js versions
Commits
The new version differs by 11 commits.
7ca8e74
Bump version to 1.2.1
534494e
Changes to package-lock.json by npm audit fix
d763a42
Remove unused dependencies and update the rest
4a66151
Upgrade node versions used in Travis CI build
3322c9f
Add package-lock.json
f7329b6
Add .nvmrc for node 8.11.4
de6f340
Merge pull request #32 from chyld/dev
a499c21
bump chokidar to 1.4.3
89e1310
Merge pull request #22 from htanjo/correct-command
a934faf
Correct example commands
86935a8
Fix markdown formatting
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 1.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
chokidar-cli was updated from1.2.1
to1.2.2
.
Your tests are still failing with this version. Compare changes
Release Notes for 1.2.2
- Update dependencies, fixes #64
Commits
The new version differs by 7 commits.
00aee90
Bump version to 1.2.2
a4eee2b
Update dependencies
64fc638
Add .npmignore
0420ae3
Update README.md
8a277c2
Merge pull request #57 from Pomax/patch-1
3e27895
Update CONTRIBUTING.md
d2f5a20
Explain what devs need to do to maximise platform compatibility
See the full diff
- The
devDependency
chokidar-cli was updated from1.2.2
to1.2.3
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 8 commits.
62553b4
Update chokidar to latest 2.x
6a694b8
Bump version to 1.2.3
12f569e
Update bluebird, loads, yargs and mocha to latest versions
5d2547e
Merge pull request #67 from cbonaco1/chokidar-cli_updateLodash
e6115f3
Merge pull request #68 from swashcap/chore-drop-node-js-4
a6fbbc6
chore: add Node.js 12 to PR checks
5b25b16
chore: remove Node.js 4, 6 from PR checks
2bcc033
Update lodash version to resolve npm audit vulnerability
See the full diff