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 🚨 #250

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency multicodec was updated from 0.5.6 to 0.5.7.

🚨 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/d930f563199da7ac31810c80fc2aafd08fa98fec)). - βœ… **codecov/patch:** Coverage not affected when comparing 2c7547f...d930f56 ([Details](https://codecov.io/gh/ipld/js-ipld/commit/d930f563199da7ac31810c80fc2aafd08fa98fec)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v0.5.7

Bug Fixes

  • name table not hex encoded (88bf273)
  • remove unused table file (f3766e5)
Commits

The new version differs by 5 commits.

  • d7bfa03 chore: release version v0.5.7
  • 77141d2 chore: update contributors
  • 9b38ab4 chore: update dependencies
  • f3766e5 fix: remove unused table file
  • 88bf273 fix: name table not hex encoded

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

vmx commented 4 years ago

Multicodec is at an even newer version now.