fix(supervisor): bump turbo to fix docker build#4052
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📜 Recent review details⏰ Context from checks skipped due to timeout. (2)
🔇 Additional comments (2)
WalkthroughThe PR updates the Turbo prune command version in 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
The supervisor image build has been failing since
@trigger.dev/coregainedan
aipeer dependency.turbo prune(2.5.4) generates a pruned lockfilethat references the
ai@6.0.116(zod@3.25.76)snapshot without including theentry itself, which causes
pnpm fetch --frozen-lockfileto abort.Bumping to 2.10.0 fixes the pnpm v9 peer dep snapshot pruning. Updated both
Containerfiles for consistency.
Example failure here:
https://github.com/triggerdotdev/trigger.dev/actions/runs/28225353375/job/83618124564
Broken since:
c06005b