faucet-pipeline / nite-owl

A debounced EventEmitter that watches for file changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of chokidar is breaking the build 🚨

greenkeeper opened this issue · comments

The dependency chokidar was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

chokidar is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for 3.0.1
  • Fixes "Assertion failed" errors when a watcher is closed
  • General optimizations
Commits

The new version differs by 7 commits.

  • b9cd3ee Release 3.0.1.
  • b1d0426 Add isClosed checks. (#856, closes #855)
  • f373fee One more function.
  • 2097948 Rewrite with promises (#843)
  • 3e57646 Linkify full changelog (#840)
  • 05369ed Move more stuff up.
  • 896c3ac Move callback creations up. (#839)

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 3.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

commented

fixed: ef6edee (Node 6 is dead)