Skip to content

Revert Turbo Config Change#1625

Merged
johbaxter merged 1 commit intodevfrom
revert-turbo-config-change
Jul 31, 2025
Merged

Revert Turbo Config Change#1625
johbaxter merged 1 commit intodevfrom
revert-turbo-config-change

Conversation

@j-adam-connor
Copy link
Copy Markdown
Contributor

Description

This pull request reverts the changes made to the turbo config ostensibly correcting issues with HMR here. These changes were misattributed to the resolution of the issue discussed within that commit.

Changes Made

  • Revert turbo config dependsOn field.

@j-adam-connor j-adam-connor requested a review from a team as a code owner July 31, 2025 03:26
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /describe

@QodoAI-Agent
Copy link
Copy Markdown

Title

Revert Turbo Config Change


User description

Description

This pull request reverts the changes made to the turbo config ostensibly correcting issues with HMR here. These changes were misattributed to the resolution of the issue discussed within that commit.

Changes Made

  • Revert turbo config dependsOn field.

PR Type

Bug fix


Description

  • Remove dev "dependsOn" from turbo config

File Walkthrough

Relevant files
Configuration changes
turbo.json
Remove dev dependsOn setting                                                         

turbo.json

  • Deleted "dependsOn" entry from "dev" section
+0/-1     

@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /review

@QodoAI-Agent
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Build Configuration

Removing the dependsOn for the dev task may affect task ordering or startup behavior. Verify that running turbo run dev still works correctly and that any dependent steps are not unintentionally skipped.

"dev": {
	"inputs": ["$TURBO_DEFAULT$", ".env*"],
	"cache": false,
	"persistent": true

@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /improve

@QodoAI-Agent
Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@johbaxter johbaxter merged commit f843861 into dev Jul 31, 2025
4 checks passed
@johbaxter johbaxter deleted the revert-turbo-config-change branch July 31, 2025 06:48
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /update_changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants