Skip to content

Bump @exodus/bytes from 1.14.0 to 1.14.1 in /ui#2414

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/exodus/bytes-1.14.1
Feb 13, 2026
Merged

Bump @exodus/bytes from 1.14.0 to 1.14.1 in /ui#2414
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/exodus/bytes-1.14.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps @exodus/bytes from 1.14.0 to 1.14.1.

Release notes

Sourced from @​exodus/bytes's releases.

v1.14.1

fix: ensure TextEncoder never returns pooled arrays

Previous implementation always ensured 0-offset Uint8Array (ret.byteOffset === 0), but not that there is no data past the returned view (ret.byteLength === ret.buffer.byteLength).

This is now fixed.

This only affected Node.js-like platforms, as only there native buffers are pooled.

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

Commits

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.14.0 to 1.14.1.
- [Release notes](https://github.com/ExodusOSS/bytes/releases)
- [Commits](ExodusOSS/bytes@v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: "@exodus/bytes"
  dependency-version: 1.14.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 13, 2026
@github-actions github-actions bot merged commit 2b81a96 into master Feb 13, 2026
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/ui/exodus/bytes-1.14.1 branch February 13, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file dependency javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants