stencila / dockta

🐳 A Docker image builder for researchers

Home Page:https://stencila.github.io/dockta/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of fast-glob is breaking the build 🚨

greenkeeper opened this issue Β· comments

The dependency fast-glob was updated from 2.2.4 to 2.2.5.

🚨 View failing branch.

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

fast-glob 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 2.2.5

πŸ› Bug Fixes

Broken Stream API when errors occur

Thanks @felixbecker for issue reporting πŸŽ‰

#140

This package is able to build tasks on the basis of passed patterns for their parallel execution. In some cases there may be multiple. In the Stream API, each task produces its own Node.js Stream. Once the streams are created, we combine them into a single stream using the merge2 package.

Before this fix, if an error occurs anywhere inside one of streams, it did not propagate to the combined stream, causing an unhandled exception.

For example, when a directory is deleted while it is being globbed with the stream API…

After this fix all errors will be propagated to the combined stream. One exception is ENOENT errors – they will be ignored in all streams.

Commits

The new version differs by 5 commits.

  • dc656ed chore(package): Bump version to 2.2.5
  • 7bffb0c Merge pull request #142 from mrmlnc/update_tslint_config
  • 0a1e006 build: update "tslint-config-mrmlnc" to 2.0.0
  • ddb47f3 Merge pull request #141 from mrmlnc/FG-140_unhandled_stream_error
  • 3a0a2eb fix: handle all error events

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 2.2.4 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency fast-glob was updated from 2.2.5 to 2.2.6.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits.

  • b40a6a0 chore(package): Bump version to 2.2.6
  • 26defeb Revert "build: update "tslint-config-mrmlnc" to 2.0.0"

See the full diff