Skip to content

Comments

build(deps): bump @exodus/bytes from 1.13.0 to 1.14.0#1235

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/exodus/bytes-1.14.0
Feb 12, 2026
Merged

build(deps): bump @exodus/bytes from 1.13.0 to 1.14.0#1235
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/exodus/bytes-1.14.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @exodus/bytes from 1.13.0 to 1.14.0.

Release notes

Sourced from @​exodus/bytes's releases.

v1.14.0

  • Fix makeBase58check() Typescript types

  • Add sideEffects configuration

    Only @exodus/bytes/encoding.js export has side-effects, and those side-effects are internal:

    It is documented to load multi-byte codecs for both this import and future (and previous) /encoding-lite.js imports, even if the current import does not use the provided TextDecoder.

    Both /encoding.js and /encoding-lite.js are designed to return the exact same TextDecoder class and methods, and loading full implementation provides multi-byte encodings support everywhere.

    As /encoding-lite.js can be used as a global polyfill, the setup has to avoid polyfill conflicts if something loads /encoding.js and then something else replaces it with /encoding-lite.js (or vice versa)

    The same mechanism is reused to keep /whatwg.js minimal by default, and only support multi-byte encodings if /encoding.js was imported and loaded them at any point.

    This is not a new change, just documenting the existing behavior and exposing sideEffects configuration so that bundlers can optmize out other imports.

  • Further bundle size optimizations

Full Changelog: ExodusOSS/bytes@v1.13.0...v1.14.0

Commits
  • 9cc2f20 v1.14.0
  • 6acaba7 doc: encoding-lite is even smaller now
  • 7c6e436 size: drop useless destructuring to make import pure
  • 18f4738 types: fix makeBase58check types
  • 170c628 size: label more exports as PURE for further bundle size reduction
  • 7aa5adc size: don't destructure globalThis for Buffer in /array.js
  • 8360705 size: smaller utf16 by moving encodeCharcodes to /platform
  • cb9effa size: label Buffer global as pure
  • d76e939 feat: add sideEffects configuration
  • 7767772 test: increase Firefox timeout to 60s
  • 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 [@exodus/bytes](https://github.com/ExodusOSS/bytes) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/ExodusOSS/bytes/releases)
- [Commits](ExodusOSS/bytes@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: "@exodus/bytes"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2026
@github-actions github-actions bot enabled auto-merge (squash) February 12, 2026 19:12
@github-actions github-actions bot merged commit dec00f9 into master Feb 12, 2026
7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/exodus/bytes-1.14.0 branch February 12, 2026 19:13
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants