Skip to content

chore(deps): Bump bun-pty from 0.4.8 to 0.4.10 - #126

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bun-pty-0.4.10
Open

chore(deps): Bump bun-pty from 0.4.8 to 0.4.10#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bun-pty-0.4.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown

Bumps bun-pty from 0.4.8 to 0.4.10.

Release notes

Sourced from bun-pty's releases.

v0.4.10

Added

  • musl libc support for Alpine Linux and other musl-based distros (#40)
    • Ships pre-built musl variants (librust_pty_musl.so / librust_pty_arm64_musl.so) alongside the existing glibc builds via cargo-zigbuild with -C target-feature=-crt-static
    • Detects musl at runtime via /proc/self/maps and loads the appropriate .so
    • Adds build-musl-lib + test-musl CI jobs that cross-compile on Ubuntu and run the resulting artifact in alpine:3.23
    • Fixes #39

Thanks to @​ncopa for the contribution!

v0.4.9

What's Changed

New Contributors

Full Changelog: sursaone/bun-pty@v0.4.8...v0.4.9

Changelog

Sourced from bun-pty's changelog.

[0.4.10] - 2026-06-15

Added

  • musl libc support for Alpine Linux and other musl-based distros (#40)
    • Ship pre-built musl variants (librust_pty_musl.so / librust_pty_arm64_musl.so) alongside existing glibc builds via cargo-zigbuild with -C target-feature=-crt-static
    • Detect musl at runtime via /proc/self/maps and load the appropriate .so
    • Add build-musl-lib + test-musl CI jobs that cross-compile on Ubuntu and run the resulting artifact in alpine:3.23
    • Fixes #39

[0.4.9] - 2026-06-07

Fixed

  • Don't treat transient PTY read/write errors (EINTR/EWOULDBLOCK) as EOF (#42)
    • Reader thread now retries transient read errors instead of treating them as EOF. Previously a single EINTR (e.g. from a delivered SIGCHLD in a signal-heavy host) or EWOULDBLOCK ended the reader, which flipped the PTY into an "exited" state — after which bun_pty_write silently dropped all input while the child was still alive (a "deaf" PTY)
    • Writer thread now retries transient write errors and drops only the current chunk on a fatal error, instead of permanently terminating and dropping all subsequent input
    • Fixes #41
Commits
  • f461926 chore: release v0.4.10
  • 1bb1c04 fix: add musl libc support (#40)
  • 8b89bb5 chore: release v0.4.9
  • 1f24e8f fix: don't treat transient read/write errors (EINTR/EWOULDBLOCK) as EOF (#42)
  • 240a34b fix(terminal): fix race condition preventing onData listeners from receiving ...
  • 8d1ad47 Add Nix flake configuration for reproducible builds (#36)
  • See full diff 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 [bun-pty](https://github.com/sursaone/bun-pty) from 0.4.8 to 0.4.10.
- [Release notes](https://github.com/sursaone/bun-pty/releases)
- [Changelog](https://github.com/sursaone/bun-pty/blob/main/CHANGELOG.md)
- [Commits](sursaone/bun-pty@v0.4.8...v0.4.10)

---
updated-dependencies:
- dependency-name: bun-pty
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Aug 14, 2026
@dependabot
dependabot Bot requested a review from bobbyjohnstx as a code owner August 14, 2026 11:24
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants