Skip to content

build(deps): bump to-words from 4.10.0 to 5.1.0 in /apps/frontend#683

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/apps/frontend/to-words-5.1.0
Open

build(deps): bump to-words from 4.10.0 to 5.1.0 in /apps/frontend#683
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/apps/frontend/to-words-5.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps to-words from 4.10.0 to 5.1.0.

Release notes

Sourced from to-words's releases.

v5.0.0 - BigInt, Tree-Shaking & 94 Locales

to-words v5.0.0 Release Notes

🎉 The biggest release yet!

v5 brings extended number support, tree-shakeable imports, UMD browser bundles, and comprehensive documentation improvements.

⚠️ Breaking Changes

Node.js Version Requirement

  • Minimum Node.js version is now 20.0.0
  • This enables native BigInt support and modern ES features

Module System Changes

  • Package is now ESM-first with "type": "module" in package.json
  • CommonJS builds are still available at dist/cjs/
  • Import paths have changed for tree-shaking (see Migration Guide below)

API Changes

  • Locale classes are no longer directly exported from the main entry point
  • Use subpath imports for individual locales: import { ToWords } from 'to-words/en-US'

✨ New Features

Extended Number Scale Support

Handle numbers far beyond JavaScript's limits with BigInt support:

Scale System Maximum Example
Short Scale (Western) 10^63 (Vigintillion) 1000000000000000000000000000000000000000000000000000000000000000n
Long Scale (European) 10^63+ French, German, Norwegian, Danish
Indian System 10^17 (Shankh) 100000000000000000n → "One Shankh"
East Asian 10^52 (恒河沙) Japanese, Chinese
const toWords = new ToWords({ localeCode: 'en-US' });
toWords.convert(1000000000000000000000000000000000000000000000000000000000000000n);
// "One Vigintillion"
const toWordsIN = new ToWords({ localeCode: 'en-IN' });
toWordsIN.convert(100000000000000000n);
// "One Shankh"

Tree-Shakeable Subpath Exports

Import only the locales you need for smaller bundles:

// Full bundle (~538 KB raw, ~54 KB gzip)
import { ToWords } from 'to-words';
</tr></table> 

... (truncated)

Changelog

Sourced from to-words's changelog.

5.1.0 (2026-02-03)

Features

  • update demo with more features (740a0e0)

5.0.0 (2026-01-30)

Features

Commits
  • d584acb chore(release): 5.1.0
  • 689cba8 perf: perf boost and extensive test cases
  • 46e213d build(deps-dev): bump @​types/node from 25.1.0 to 25.2.0 (#2154)
  • 740a0e0 feat: update demo with more features
  • 82ab419 chore(release): 5.0.0
  • 0e75974 test: correct test file name
  • a82add8 feat: mega update with lot of locale, performance and goodies (#2153)
  • 18fd0f3 build(deps-dev): bump @​types/node from 25.0.10 to 25.1.0 (#2152)
  • 9ef6d01 perf: significantly improve performance (#2151)
  • 23e02b4 feat: add bigint support (#2150)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [to-words](https://github.com/mastermunj/to-words) from 4.10.0 to 5.1.0.
- [Release notes](https://github.com/mastermunj/to-words/releases)
- [Changelog](https://github.com/mastermunj/to-words/blob/main/CHANGELOG.md)
- [Commits](mastermunj/to-words@v4.10.0...v5.1.0)

---
updated-dependencies:
- dependency-name: to-words
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the frontend Frontend related changes label Feb 6, 2026
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Frontend related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants