bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

Update some package dependencies #287

Closed future-is-present closed 4 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #287 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files          12       12           
  Lines         309      309           
=======================================
  Hits          294      294           
  Misses         15       15

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 ba81d1b...a3d1824. Read the comment docs.

ttmc commented 5 years ago

I see that "version": "4.1.1", is already updated in package.json.

There are probably other things to do when doing a new release, but there doesn't seem to be a "release process" file in this repository listing those things to do. To get a sense of what to consider doing, you might find it helpful to look at the release process file for BigchainDB Server, at:

https://github.com/bigchaindb/bigchaindb/blob/master/RELEASE_PROCESS.md

ttmc commented 5 years ago

I'm closing this to make way for doing a new release following the newly-documented release process (documented in https://github.com/bigchaindb/js-bigchaindb-driver/pull/293 ).

ttmc commented 5 years ago

I looked at what this pull request does and realized that it should probably be reopened, approved, and merged, because it updates some package dependencies. I was thrown off by its title. I will reopen this pull request and change its title.

ttmc commented 5 years ago

All tests are passing, so that is good!