Skip to content

Bump bignumber.js from 11.1.2 to 11.1.3 in /load-tester in the production-dependencies group across 1 directory#5859

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/load-tester/production-dependencies-b02d0bfc63
Open

Bump bignumber.js from 11.1.2 to 11.1.3 in /load-tester in the production-dependencies group across 1 directory#5859
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/load-tester/production-dependencies-b02d0bfc63

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 1 update in the /load-tester directory: bignumber.js.

Updates bignumber.js from 11.1.2 to 11.1.3

Release notes

Sourced from bignumber.js's releases.

v11.1.3

v11.1 adds a few useful improvements around formatting, parsing, rounding, and interoperability.

BigNumber.sum() now returns zero when called with no arguments, which makes patterns like BigNumber.sum(...arr) work cleanly even when the array is empty.

BigNumber.sum(...[]).toString()      // "0"

toBigInt() has been added, so BigNumber values can now be converted directly to native BigInt values.

new BigNumber("123.9").toBigInt(BigNumber.ROUND_DOWN)        // 123n

There is also a new BigNumber.fromFormat() method for parsing formatted strings back into BigNumber values.

const options =  {  prefix"€",  groupSeparator".",  decimalSeparator"," }
BigNumber.fromFormat("€1.234.567,89", options).toString()      // "1234567.89"

Negative decimal places are now supported by decimalPlaces(), toFixed(), and toFormat(), making it easier to round to tens, hundreds, and thousands etc.

new BigNumber("1234.5").toFormat(-2)      // "1,200"

toFormat() has also been expanded to support minimum and maximum decimal places, and per-call formatting options now fall back to the configured global FORMAT values for anything not explicitly overridden.

new BigNumber("12.3456789").toFormat([2, 5])      // "12.34568"

This release also includes a fix for slow hexadecimal integer base conversion when DECIMAL_PLACES is very large, plus improved TypeScript API test coverage.

Changelog

Sourced from bignumber.js's changelog.

11.1.3

  • 05/06/26
  • #406 Fix EXPONENTIAL_AT default value documentation.
Commits

@dependabot dependabot Bot added the static Used to label PRs for which static tests suffice label Jun 8, 2026
@dependabot dependabot Bot changed the title Bump bignumber.js from 11.1.2 to 11.1.3 in /load-tester in the production-dependencies group Bump bignumber.js from 11.1.2 to 11.1.3 in /load-tester in the production-dependencies group across 1 directory Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/load-tester/production-dependencies-b02d0bfc63 branch 3 times, most recently from 6d8cac9 to 82e348d Compare June 11, 2026 18:44
Bumps the production-dependencies group with 1 update in the /load-tester directory: [bignumber.js](https://github.com/MikeMcl/bignumber.js).


Updates `bignumber.js` from 11.1.2 to 11.1.3
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v11.1.2...v11.1.3)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-version: 11.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/load-tester/production-dependencies-b02d0bfc63 branch from 82e348d to 15e6783 Compare June 12, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

static Used to label PRs for which static tests suffice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants