chore: upgrade bun runtime to 1.4.2 - #1489
Open
FNDEVVE wants to merge 1 commit into
Open
Conversation
backnotprop
force-pushed
the
chore/upgrade-bun-1-4-2
branch
from
September 11, 2026 01:12
922259d to
f7ebbc0
Compare
Owner
|
Rebased onto current main ( What the rebase changed
Verification (all under the official 1.4.2 darwin-aarch64 binary)
|
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.
Summary
Upgrades the pinned Bun runtime from 1.3.14 to 1.4.2 across CI workflows, package definitions, and the lockfile.
Changes
setupConnectionsTracking) tonode:http.Serverinstances upon creation. Updatedapps/pi-extension/server/network.test.tsto verify listener cleanup relative to the initial listener count (server.listenerCount("listening") === initialListening) rather than assuming zero absolute listeners.bun-typesto^1.4.2in rootpackage.json.@types/bunto^1.4.2inpackages/ui/package.jsonso the declared range matches the runtime.minimumReleaseAgeExcludesinbunfig.toml.bun.lockwith@types/bun@1.4.2,bun-types@1.4.2,bun@1.4.2, and@oven/bun-*@1.4.2platform packages. The lock's previously stale@oven/bun-*/bunentries (a peer-dependency resolution of@plannotator/server'sbun: >=1.0.0) are re-resolved against the registry;bun install --frozen-lockfilereports no changes.bun-version: 1.4.2across.github/workflows/{test,release,deploy,guides-show-deploy,security}.yml..github/workflows/dast.ymlwithBUN_VERSION: 1.4.2andTARGET_IMAGE: oven/bun:1.4.2-slim@sha256:cb3bbbb08e13a4a2ff400f24c7a2a1d5efa83f6ef8544d52d95a519631e2fc61(index digest read from the registry viadocker buildx imagetools inspect; the same command reproduces the digest pinned for the previous tag byte-for-byte)..github/renovate.json.waitForFileinpackages/server/agent-terminal.test.tsby checkingstatSync(path).size > 0.finallyconfig cleanup and 15s timeout topackages/server/api-404-guard.test.tsto prevent test timeout and state leakage under heavy test concurrency.defaultRunCommanda 30s timeout inpackages/server/uninstall.tsso the Windows PowerShell path does not trip under load.Verification
All checks run locally under Bun 1.4.2 (macOS arm64):
bun run typecheck: Passed (all 10 project tsconfigs emit zero diagnostics)bun run --cwd apps/guides-show build:viewer && bun run --cwd apps/guides-show sync:manifest && bun run --cwd apps/guides-show check:budgets && bun run --cwd apps/guides-show check:manifest: Passed (budgets within limit, worker import-free, manifest in sync)bun run --cwd apps/review build && bun run build:hook && bun run build:opencode: Passedbun build apps/hook/server/index.ts --compile): Successfully built and executedCI="" bun test): 4,346 passed, 912 skipped, 0 failed across 469 files (17,491 assertions)bun install --frozen-lockfile: Succeeded with no changes