chore(deps): update dependency turbo to v2 - #391
Conversation
42f4868 to
bee6500
Compare
a1ae294 to
ea8af03
Compare
eb84af7 to
0db087f
Compare
be4ff23 to
30d0f58
Compare
c9aa075 to
d40df0a
Compare
2db1093 to
37270dd
Compare
ea1237a to
a5bc74c
Compare
4926423 to
9eea1f6
Compare
9216977 to
092b270
Compare
a0e24d5 to
81fd914
Compare
536bede to
19f5124
Compare
f32550e to
f6ba6e7
Compare
bcc5cc5 to
e744f39
Compare
425a3e9 to
9b9f387
Compare
09417bc to
cb3e4db
Compare
a7b1101 to
c28defe
Compare
c28defe to
daa8ba9
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates Turborepo from v1.13.4 to v2.6.2, which is a major version upgrade spanning multiple releases. While the dependency updates are correctly implemented in the lockfile, this PR has a critical blocking issue: Turbo v2 introduces breaking changes that require updating the turbo.json configuration file, which is not included in this PR.
Key Changes
- Updated turbo from 1.13.4 to 2.6.2 across all platform-specific binaries
- Updated package.json and pnpm-lock.yaml with new version references
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates turbo devDependency version from 1.13.4 to 2.6.2 |
| pnpm-lock.yaml | Updates turbo and all platform-specific binary package versions and integrity hashes |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "prettier": "3.7.4", | ||
| "sort-package-json": "3.5.0", | ||
| "turbo": "1.13.4", | ||
| "turbo": "2.6.2", |
There was a problem hiding this comment.
Turbo v2 introduces breaking changes that require updating turbo.json. The pipeline field in turbo.json has been renamed to tasks in v2. Before merging this upgrade, you need to:
- Update
turbo.jsonto rename"pipeline"to"tasks" - Review the Turbo v2 migration guide for other breaking changes
Without this change, the turbo commands will fail with the current v1 configuration format.
| "prettier": "3.7.4", | ||
| "sort-package-json": "3.5.0", | ||
| "turbo": "1.13.4", | ||
| "turbo": "2.6.2", |
There was a problem hiding this comment.
Version mismatch: The PR title and description indicate updating to turbo v2.6.1, but the actual version being installed is v2.6.2. While this is likely just a newer patch version that Renovate Bot selected, please verify this is intentional and that v2.6.2 is the desired target version.
| "turbo": "2.6.2", | |
| "turbo": "2.6.1", |
This PR contains the following updates:
1.13.4→2.10.12Release Notes
vercel/turborepo (turbo)
v2.10.12: Turborepo v2.10.12Compare Source
What's Changed
Changelog
stats by @vercel-gh-bot-4[bot] in #13746New Contributors
Full Changelog: vercel/turborepo@v2.10.11...v2.10.12
v2.10.11: Turborepo v2.10.11Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.10.10...v2.10.11
v2.10.10: Turborepo v2.10.10Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.10.9...v2.10.10
v2.10.9: Turborepo v2.10.9Compare Source
What's Changed
Changelog
eprintln!in the panic hook by @molofsky in #13637New Contributors
Full Changelog: vercel/turborepo@v2.10.8...v2.10.9
v2.10.8: Turborepo v2.10.8Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.10.7...v2.10.8
v2.10.7: Turborepo v2.10.7Compare Source
What's Changed
Changelog
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.