dudleycarr / nsqjs

NodeJS client library for NSQ
https://nsqjs.com
MIT License
557 stars 76 forks source link

Bump bignumber.js from 8.0.2 to 9.0.1 #317

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bignumber.js from 8.0.2 to 9.0.1.

Release notes

Sourced from bignumber.js's releases.

v9.0.0

I received reports by email that the use of Symbol was breaking the library in IE8, so it has been removed. (The Symbol code was used to make the Node.js REPL default to displaying the string value of a BigNumber.)

This is a minor amendment that did not require any changes to the existing documentation, but strictly-speaking it is a breaking change so annoyingly I have had to increment the major version number.

Changelog

Sourced from bignumber.js's changelog.

9.0.1

  • 28/09/20
  • [BUGFIX] #276 Correct sqrt initial estimate.
  • Update .travis.yml, LICENCE.md and README.md.

9.0.0

  • 27/05/2019
  • For compatibility with legacy browsers, remove Symbol references.

8.1.1

  • 24/02/2019
  • [BUGFIX] #222 Restore missing var to export BigNumber.
  • Allow any key in BigNumber.Instance in bignumber.d.ts.

8.1.0

  • 23/02/2019
  • [NEW FEATURE] #220 Create a BigNumber using {s, e, c}.
  • [NEW FEATURE] isBigNumber: if BigNumber.DEBUG is true, also check that the BigNumber instance is well-formed.
  • Remove instanceof checks; just use _isBigNumber to identify a BigNumber instance.
  • Add _isBigNumber to prototype in bignumber.mjs.
  • Add tests for BigNumber creation from object.
  • Update API.html.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)