Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump big.js and @types/big.js #151

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2022

Bumps big.js and @types/big.js. These dependencies needed to be updated together.
Updates big.js from 5.2.2 to 6.2.1

Changelog

Sourced from big.js's changelog.

6.2.1

  • 09/07/22
  • #191 Bugfix: round may result in improper coefficient.

6.2.0

  • 04/06/22
  • Add note that a Big number is created from a numbers toString value.
  • #173 Add Symbol.for('nodejs.util.inspect.custom').
  • Allow BigInt when Big.strict is true.
  • #177 Add neg method to negate a Big number.
  • Add to package.json exports.

6.1.1

  • 03/05/21
  • #169 Bugfix: round, toFixed etc. using original constructor RM (bug introduced in v6.0.0).
  • #169 Correct rounding mode documentation.
  • Add version number to legacy documentation.

6.1.0

  • 26/04/21
  • #165 Add missing documentation of toFixed etc. rounding mode parameter.
  • #150 Add static rounding modes to Big constructor.

6.0.3

  • 02/12/20
  • #148 Bugfix: primitive numbers passed to constructor internally in strict mode.

6.0.2

  • 31/10/20
  • #147 Change toJSON to be an alias of toString.

6.0.1

  • 30/09/20
  • Correct sqrt initial estimate.

6.0.0

  • 25/09/20
  • Add optional rounding mode parameter to toExponential, toFixed and toPrecision.
  • Add a strict mode to disallow imprecise number/Big conversions when Big.strict = true.
  • Add toNumber method.
  • Add prec method to round a Big to a specified number of significant digits.
  • Add version selector to API documentation.

... (truncated)

Commits

Updates @types/big.js from 4.0.5 to 6.1.5

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch 2 times, most recently from ac138fb to b33b138 Compare July 29, 2022 11:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from b33b138 to 4478dfe Compare August 6, 2022 08:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from 4478dfe to 2ae860e Compare September 1, 2022 13:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from 2ae860e to 131412a Compare September 26, 2022 09:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from 131412a to d1c329a Compare November 21, 2022 18:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from d1c329a to d1c5e7a Compare December 15, 2022 14:34
Bumps [big.js](https://github.com/MikeMcl/big.js) and [@types/big.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/big.js). These dependencies needed to be updated together.

Updates `big.js` from 5.2.2 to 6.2.1
- [Release notes](https://github.com/MikeMcl/big.js/releases)
- [Changelog](https://github.com/MikeMcl/big.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/big.js@v5.2.2...v6.2.1)

Updates `@types/big.js` from 4.0.5 to 6.1.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/big.js)

---
updated-dependencies:
- dependency-name: big.js
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/big.js"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/big.js-and-types/big.js-6.2.1 branch from d1c5e7a to aa676df Compare December 22, 2022 12:39
@berteotti berteotti force-pushed the develop branch 2 times, most recently from a841304 to 3472ae2 Compare March 18, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants