revert: undo turbo typecheck dependency change from #14828#15902
Conversation
Co-authored-by: Hona <10430890+Hona@users.noreply.github.com>
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
There was a problem hiding this comment.
Pull request overview
Reverts the Turborepo task graph change introduced in #14828 by removing the typecheck -> ^build dependency, restoring prior orchestration behavior.
Changes:
- Reverted
tasks.typecheck.dependsOnsotypecheckno longer depends on parentbuild.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Issue for this PR
Type of change
What does this PR do?
PR #14828 introduced a
typecheck -> ^builddependency in Turborepo. This PR reverts that change to restore the previous task graph behavior.turbo.jsontasks.typecheckis restored from:{ "dependsOn": ["^build"] }{}turbo.json), no functional changes outside task orchestration.How did you verify your code works?
Confirmed the revert matches the inverse of #14828 and that
turbo.jsonremains valid JSON after the edit.Screenshots / recordings
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.