ipld / js-ipld

The JavaScript Implementation of IPLD
https://ipld.io
MIT License
119 stars 37 forks source link

An in-range update of multicodec is breaking the build 🚨 #249

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency multicodec was updated from 0.5.5 to 0.5.6.

🚨 View failing branch.

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

multicodec 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 - βœ… **codecov/project:** 86.84% remains the same compared to 2c7547f ([Details](https://codecov.io/gh/ipld/js-ipld/commit/b2c8fcec58237a0bfa9ecbf29c73d4ed3f0616c3)). - βœ… **codecov/patch:** Coverage not affected when comparing 2c7547f...b2c8fce ([Details](https://codecov.io/gh/ipld/js-ipld/commit/b2c8fcec58237a0bfa9ecbf29c73d4ed3f0616c3)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v0.5.6

Features

Commits

The new version differs by 4 commits.

  • e86a89d chore: release version v0.5.6
  • 87a6e15 chore: update contributors
  • 2422b09 feat: reduce bundle size by 1/3 (#49)
  • 2ed95e2 test: improve testing in regards to constants (#51)

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 4 years ago

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

rvagg commented 4 years ago

I don't know what Greenkeeper is talking about here, the build didn't fail.

vmx commented 4 years ago

@rvagg I retriggered manually. There is something wrong on Windows. CI fails quite often these days. I need to see if I can reproduce this somehow at one point.