asset-pipe / integration

Integration verification module
Other
0 stars 0 forks source link

An in-range update of @asset-pipe/sink-gcs is breaking the build 🚨 #13

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.1.4 of @asset-pipe/sink-gcs was just published.

Branch Build failing 🚨
Dependency @asset-pipe/sink-gcs
Current Version 1.1.3
Type dependency

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

@asset-pipe/sink-gcs 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](https://travis-ci.org/asset-pipe/integration/builds/311229933?utm_source=github_status&utm_medium=notification)

Release Notes v1.1.4

1.1.4 (2017-12-04)

Bug Fixes

  • retry on failure and throw correct errors (3275ec6)
Commits

The new version differs by 3 commits.

  • 3275ec6 fix: retry on failure and throw correct errors
  • 16ace78 chore(package): update lint-staged to version 6.0.0
  • 87d69a6 chore(package): upgrade lint-staged

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 1.1.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 1.1.5 just got published.

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

Release Notes v1.1.5

1.1.5 (2017-12-04)

Bug Fixes

  • add missing p-retry dep (a26a72b)
Commits

The new version differs by 1 commits.

  • a26a72b fix: add missing p-retry dep

See the full diff

digitalsadhu commented 6 years ago

This caught a missing dep. in gcs sink. Fixed now.