Skip to content

[codex] pin bun and turbo versions#3005

Merged
Kitenite merged 1 commit intomainfrom
pin-turbo-to-earlier-stable-version
Mar 30, 2026
Merged

[codex] pin bun and turbo versions#3005
Kitenite merged 1 commit intomainfrom
pin-turbo-to-earlier-stable-version

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Mar 30, 2026

Summary

  • upgrade the repo Bun pins from 1.3.6 to 1.3.11 in package.json and .bun-version
  • pin turbo to 2.8.7, which was the last earlier version already referenced in the codebase before the recent 2.8.21 pin
  • refresh bun.lock so installs resolve to the new exact toolchain versions

Why

The latest Turbo pin was reported as buggy. This moves the repo off 2.8.21 and back to the last earlier codebase value while also aligning the Bun dev pin with the currently used Bun 1.3.11 toolchain.

Impact

Developers will install Bun 1.3.11 by default and use Turbo 2.8.7 consistently across the repo.

Validation

  • bun install
  • ./node_modules/.bin/turbo --version
  • ./node_modules/.bin/turbo run build --dry

Summary by cubic

Pin bun to 1.3.11 and roll back turbo to 2.8.7 to avoid issues in 2.8.21 and keep the toolchain consistent across the repo.

  • Dependencies
    • Set .bun-version and package.json packageManager to bun@1.3.11.
    • Pin turbo to 2.8.7 and switch platform packages from @turbo/* to turbo-*.
    • Refresh bun.lock to resolve to the exact versions.

Written for commit 06ef5b5. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • Updated Bun runtime from version 1.3.6 to 1.3.11.
    • Updated Turbo from version 2.8.21 to 2.8.7.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 30, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 92808bd2-b9c7-4666-95b7-73f4b4ae491f

📥 Commits

Reviewing files that changed from the base of the PR and between 5839970 and 06ef5b5.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • .bun-version
  • package.json

📝 Walkthrough

Walkthrough

Configuration files updated to specify tooling versions: Bun runtime changed to 1.3.11 in both .bun-version and package.json, while Turbo build tool set to 2.8.7 in package.json.

Changes

Cohort / File(s) Summary
Tooling Versions
.bun-version, package.json
Bun runtime bumped from 1.3.6 to 1.3.11; Turbo adjusted from 2.8.21 to 2.8.7 in devDependencies and packageManager field.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 With whiskers twitching, we update with care,
Bun hops to 1-3-11 through the digital air,
Turbo turns steady, a new version spins,
Configuration refined—let the building begin! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title '[codex] pin bun and turbo versions' accurately summarizes the main changes: pinning Bun to 1.3.11 and Turbo to 2.8.7 across the repository configuration files.
Description check ✅ Passed The PR description is comprehensive, covering the changes made, rationale for the update, impact on developers, and validation steps, though it slightly diverges from the template structure.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 pin-turbo-to-earlier-stable-version

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.

Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

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

No issues found across 3 files

@Kitenite Kitenite merged commit 02e6a76 into main Mar 30, 2026
14 checks passed
@Kitenite Kitenite deleted the pin-turbo-to-earlier-stable-version branch March 30, 2026 03:51
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 30, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Fly.io Electric (Fly.io) View App
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

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