-
Notifications
You must be signed in to change notification settings - Fork 619
Add turbo defaults to inputs in turbo config #5454
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
Add turbo defaults to inputs in turbo config #5454
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5454 +/- ##
=======================================
Coverage 45.52% 45.53%
=======================================
Files 1070 1070
Lines 55709 55709
Branches 4032 4033 +1
=======================================
+ Hits 25361 25366 +5
+ Misses 29661 29656 -5
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `inputs` in various tasks defined in `turbo.json` to include a new variable `$TURBO_DEFAULT$`, enhancing the configuration for better management of dependencies.
### Detailed summary
- Updated `inputs` for `thirdweb#update-version` to include `$TURBO_DEFAULT$`.
- Modified `inputs` for `test`, `storybook`, `test:legacy`, `e2e`, and `e2e:legacy` to include `$TURBO_DEFAULT$`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
3f38eb0 to
d7e36a8
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the
turbo.jsonconfiguration to include a placeholder,$TURBO_DEFAULT$, in theinputsfor several tasks, enhancing flexibility in input management.Detailed summary
$TURBO_DEFAULT$toinputsfor:thirdweb#update-versionteststorybooktest:legacye2ee2e:legacy