Skip to content

chore: bump Bun runtime to 1.3.14#399

Open
brianmhunt wants to merge 1 commit into
mainfrom
claude/keen-gates-cHq7z
Open

chore: bump Bun runtime to 1.3.14#399
brianmhunt wants to merge 1 commit into
mainfrom
claude/keen-gates-cHq7z

Conversation

@brianmhunt

@brianmhunt brianmhunt commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps the pinned Bun runtime from 1.3.12 → 1.3.14 in .tool-versions
  • 1.3.14 is the current release (released May 13, oven-sh/bun) — confirmed via npm registry and GitHub release tag
  • Affects all bun install, bun run build, bun run test invocations locally and in CI

Test plan

  • CI picks up the new Bun version automatically via oven-sh/setup-bun reading .tool-versions
  • All existing workflows pass unchanged

https://claude.ai/code/session_01YJFLWTNLq2tJvciHW4FEC5


Generated by Claude Code

Summary by CodeRabbit

  • Chores
    • Updated Bun runtime version to 1.3.14.

Latest release (May 13, oven-sh/bun); two patches ahead of the
pinned 1.3.12.  Affects all build, test, and install commands.

Audit: single-line version pin, no code change — no adversarial
review required (out-of-scope per AGENTS.md).

https://claude.ai/code/session_01YJFLWTNLq2tJvciHW4FEC5
Copilot AI review requested due to automatic review settings June 3, 2026 15:06
@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 41653e21-25e1-45d7-b622-f9b14e94e121

📥 Commits

Reviewing files that changed from the base of the PR and between 60fd093 and e1179fb.

📒 Files selected for processing (1)
  • .tool-versions

📝 Walkthrough

Walkthrough

Bun runtime version constraint is updated from 1.3.12 to 1.3.14 in the .tool-versions configuration file.

Tool version update

Layer / File(s) Summary
Bun version bump
.tool-versions
Bun runtime version entry bumped from 1.3.12 to 1.3.14.

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • knockout/tko#318: The main PR's Bun version bump in .tool-versions directly impacts the retrieved PR's new CI Bun installer script (tools/install-bun.sh), which reads that same file to download the pinned Bun release.

Poem

🐰 A version bump so small and neat,
From twelve to fourteen, what a treat!
Bun hops forward, strong and true,
The rabbit cheers the runtime's new.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: bump Bun runtime to 1.3.14' clearly and specifically describes the main change in the pull request, which updates the Bun runtime version in .tool-versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/keen-gates-cHq7z

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI 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.

Pull request overview

This PR updates the repository’s pinned Bun runtime version in .tool-versions, which is used by both local tooling (e.g., mise/asdf) and CI workflows that read the version from that file.

Changes:

  • Bump pinned Bun runtime from 1.3.12 to 1.3.14 in .tool-versions.

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.

4 participants