-
Notifications
You must be signed in to change notification settings - Fork 648
Update turbo to 2.6.3 #7295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update turbo to 2.6.3 #7295
Conversation
|
Co-authored-by: joshblack <[email protected]>
There was a problem hiding this comment.
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 Turbo from version 2.5.5 to 2.6.3 using the official @turbo/codemod tool. The update includes all platform-specific Turbo packages and has been validated with successful builds and type-checking. The existing turbo.json configuration already uses the modern format with the "tasks" key, so no configuration changes were needed. An incidental change to @primer/behaviors in the lock file aligns it with the caret range already specified in the source package.json.
Key Changes
- Updated Turbo and all platform-specific packages from 2.5.5 to 2.6.3
- Lock file alignment for @primer/behaviors (cosmetic change from "1.9.0" to "^1.9.0")
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated turbo dependency from ^2.5.5 to ^2.6.3 |
| package-lock.json | Updated turbo and all platform-specific turbo packages to 2.6.3, with integrity hashes; aligned @primer/behaviors to use caret range |
Ran
npx @turbo/codemod@latest updateto upgrade turbo from 2.5.5 to 2.6.3. No codemods were required for this version bump.Changelog
Changed
turbofrom^2.5.5to^2.6.3Rollout strategy
Testing & Reviewing
Build and type-check validated against all packages.
Merge checklist
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.