Skip to content

chore(bun): bump bun to 1.3.13#4291

Merged
waleedlatif1 merged 1 commit intostagingfrom
waleedlatif1/bun-version-check
Apr 24, 2026
Merged

chore(bun): bump bun to 1.3.13#4291
waleedlatif1 merged 1 commit intostagingfrom
waleedlatif1/bun-version-check

Conversation

@waleedlatif1
Copy link
Copy Markdown
Collaborator

Summary

  • bumped bun from 1.3.11 to 1.3.13 across Dockerfiles, GitHub Actions, and packageManager pin
  • verified no usage of breaking APIs introduced in 1.3.12 (URLPattern, RegExp.lastMatch, Unix domain socket lifecycle)
  • left engines.bun >=1.2.13 floors as-is — still the honest minimum

Type of Change

  • Chore

Testing

Tested manually

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)

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 24, 2026 11:01pm

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 24, 2026

PR Summary

Medium Risk
Low code-change risk, but it updates the Bun runtime used in CI and Docker images, which can affect builds, dependency installs, and runtime behavior across services.

Overview
Bumps the pinned Bun version from 1.3.11 to 1.3.13 across the devcontainer, GitHub Actions workflows (tests/build, migrations, docs embeddings, i18n, and package publishing), and production Docker base images.

Updates the repo-wide packageManager pin in package.json to keep local development aligned with CI/container tooling.

Reviewed by Cursor Bugbot for commit f19cc93. Configure here.

Comment thread apps/sim/app/workspace/[workspaceId]/home/home.tsx Outdated
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 24, 2026

Greptile Summary

This PR bumps Bun from 1.3.11 to 1.3.13 consistently across all 11 relevant files: Dockerfiles, GitHub Actions workflows, and the packageManager pin in package.json. The change is mechanical and complete — no occurrences of the old version remain.

Confidence Score: 5/5

Safe to merge — purely a version bump with no logic changes.

All 11 files are updated consistently from 1.3.11 to 1.3.13 with no logic changes, no missing occurrences, and no custom rule violations.

No files require special attention.

Important Files Changed

Filename Overview
.devcontainer/Dockerfile Bumps base image from oven/bun:1.3.11-alpine to oven/bun:1.3.13-alpine — straightforward and consistent.
.github/workflows/docs-embeddings.yml Updates bun-version pin from 1.3.11 to 1.3.13 in CI setup step.
.github/workflows/i18n.yml Updates both bun-version pins (two jobs) from 1.3.11 to 1.3.13 — all occurrences updated.
.github/workflows/migrations.yml Updates bun-version pin from 1.3.11 to 1.3.13.
.github/workflows/publish-cli.yml Updates bun-version pin from 1.3.11 to 1.3.13.
.github/workflows/publish-ts-sdk.yml Updates bun-version pin from 1.3.11 to 1.3.13.
.github/workflows/test-build.yml Updates bun-version pin from 1.3.11 to 1.3.13.
docker/app.Dockerfile Bumps base image from oven/bun:1.3.11-slim to oven/bun:1.3.13-slim.
docker/db.Dockerfile Bumps base image from oven/bun:1.3.11-alpine to oven/bun:1.3.13-alpine.
docker/realtime.Dockerfile Bumps base image from oven/bun:1.3.11-alpine to oven/bun:1.3.13-alpine.
package.json Updates packageManager field from bun@1.3.11 to bun@1.3.13, consistent with all other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[bun 1.3.11] -->|bump| B[bun 1.3.13]
    B --> C[package.json\npackageManager pin]
    B --> D[.devcontainer/Dockerfile\noven/bun:1.3.13-alpine]
    B --> E[docker/app.Dockerfile\noven/bun:1.3.13-slim]
    B --> F[docker/db.Dockerfile\noven/bun:1.3.13-alpine]
    B --> G[docker/realtime.Dockerfile\noven/bun:1.3.13-alpine]
    B --> H[GitHub Actions\n7 workflow files\nbun-version: 1.3.13]
Loading

Reviews (2): Last reviewed commit: "chore(bun): bump bun to 1.3.13" | Re-trigger Greptile

Comment thread apps/sim/app/workspace/[workspaceId]/home/home.tsx Outdated
Comment thread apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx Outdated
@waleedlatif1 waleedlatif1 force-pushed the waleedlatif1/bun-version-check branch from 75088e3 to f19cc93 Compare April 24, 2026 22:57
@waleedlatif1
Copy link
Copy Markdown
Collaborator Author

@greptile

@waleedlatif1
Copy link
Copy Markdown
Collaborator Author

@cursor review

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit f19cc93. Configure here.

@waleedlatif1 waleedlatif1 merged commit 5fba724 into staging Apr 24, 2026
13 of 14 checks passed
@waleedlatif1 waleedlatif1 deleted the waleedlatif1/bun-version-check branch April 24, 2026 22:59
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