Bump bignumber.js from 11.0.0 to 11.1.1#174
Merged
valefar-on-discord merged 2 commits intoMay 16, 2026
Merged
Conversation
e2b118e to
cd66518
Compare
Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 11.0.0 to 11.1.1. - [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.0.0...v11.1.1) --- updated-dependencies: - dependency-name: bignumber.js dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
cd66518 to
db52800
Compare
valefar-on-discord
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps bignumber.js from 11.0.0 to 11.1.1.
Release notes
Sourced from bignumber.js's releases.
Changelog
Sourced from bignumber.js's changelog.
Commits
1e55b9av11.1.1300e0f3docs: fix decimalPlaces API descriptioncca72eeUpdate version number in API.html2f0e7dev11.1.0e06dfc2Implement fromFormat. toFormat: support [min, max] decimal places.128ad3a#262 decimalPlaces: accept a negative decimal places count.85482a3#352 Add toBigInt method.aa2cfdbBigNumber.sum: return zero if there are no arguments