Skip to content

chore(tooling): upgrade Bun to 1.4.1 - #7484

Merged
waleedlatif1 merged 1 commit into
stagingfrom
codex/upgrade-bun-1.4.1
Sep 4, 2026
Merged

chore(tooling): upgrade Bun to 1.4.1#7484
waleedlatif1 merged 1 commit into
stagingfrom
codex/upgrade-bun-1.4.1

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • upgrade Bun to 1.4.1 across package metadata, CI, containers, and sandbox configuration
  • retain the existing lockfile after a frozen install and verify Bun-sensitive build and YAML paths

Type of Change

  • Chore

Testing

  • bun install --frozen-lockfile
  • bun run lint
  • bun run check:audits
  • bun run docs-manifest:check
  • bun run type-check
  • bun run test
  • bun run images:check
  • production Sim build and CLI bundle builds under Bun 1.4.1

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@waleedlatif1
waleedlatif1 requested a review from a team as a code owner September 4, 2026 20:04
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs Ready Ready Preview Sep 4, 2026 8:07pm UTC

Request Review

@greptile-apps

greptile-apps Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR consistently upgrades the repository’s supported and provisioned Bun runtime from 1.3.14 to 1.4.1.

  • Aligns the root package-manager declaration and workspace engine requirements.
  • Updates CI, release workflows, development containers, and production container bases.
  • Updates both remote-sandbox builders through their shared Bun version constant.
  • Retains the frozen lockfile and documents the Bun-sensitive fetch timeout verification.

Confidence Score: 5/5

The PR appears safe to merge; its Bun version changes are consistent across the active tooling, build, runtime, and sandbox paths.

No actionable failures remain: active version pins are aligned, frozen installs are preserved, sandbox providers share one updated version source, and the fetch deadline implementation is unchanged.

Important Files Changed

Filename Overview
package.json Updates the repository’s canonical package-manager declaration to Bun 1.4.1.
.github/workflows/ci.yml Runs affected CI jobs under Bun 1.4.1 while retaining frozen lockfile installation.
docker/app.Dockerfile Updates the main application’s build and runtime base to the Bun 1.4.1 slim image.
apps/sim/scripts/pi-sandbox-packages.ts Aligns the shared E2B and Daytona sandbox Bun installation and assertion with version 1.4.1.
apps/sim/lib/core/utils/fetch-deadline.ts Updates explanatory documentation for Bun 1.4.1 without changing deadline behavior.
apps/realtime/package.json Raises the realtime workspace’s declared minimum Bun version to 1.4.1.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    Root["package.json<br/>bun@1.4.1"] --> CI["CI and release workflows"]
    Root --> Engines["Workspace engine requirements"]
    Root --> Containers["Development and production containers"]
    Root --> Sandbox["PI_BUN_VERSION"]
    Sandbox --> E2B["E2B template"]
    Sandbox --> Daytona["Daytona snapshot"]
    CI --> Frozen["Frozen bun.lock installation"]
    Containers --> Runtime["Bun 1.4.1 runtime"]
    Engines --> Runtime
    E2B --> Runtime
    Daytona --> Runtime
Loading

Reviews (1): Last reviewed commit: "chore(tooling): upgrade Bun to 1.4.1" | Re-trigger Greptile

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 37 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@waleedlatif1
waleedlatif1 merged commit 1653e67 into staging Sep 4, 2026
37 checks passed
@waleedlatif1
waleedlatif1 deleted the codex/upgrade-bun-1.4.1 branch September 4, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant