ipld / js-dag-cbor

dag-cbor codec for IPLD
Other
27 stars 17 forks source link

chore: update deps #3

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

Uses ^ instead of ~ for semver otherwise you can end up with duplicate modules in your bundle if one dep uses one and another uses the other.

Also uses the chai expect command exported from aegir because it's already preconfigured with dirty chai so fewer modules to install and less boilerplate, hooray!

achingbrain commented 4 years ago

I see the 0.15.x codebase has been removed from master. I've created a release/v0.15.x branch from the most recent v0.15.x tag that can be used to do releases of the older codebase while new development happens in master.

This PR targets that branch for merging into instead of master.

codecov-commenter commented 4 years ago

Codecov Report

Merging #3 into release/v0.15.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v0.15.x       #3   +/-   ##
================================================
  Coverage            96.19%   96.19%           
================================================
  Files                    3        3           
  Lines                  105      105           
================================================
  Hits                   101      101           
  Misses                   4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e64559d...897c120. Read the comment docs.

achingbrain commented 4 years ago

Wait, hang on - I've opened this against the wrong repo. Soz, will open it again against https://github.com/ipld/js-ipld-dag-cbor