v2.8.18-canary.10
📦 turborepoView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release includes refactoring to use the Subsystem enum instead of string literals and fixes related to the pre-push hook and task filtering in affected queries.
Migration Steps
- If you were relying on the string literal `Source::turbo`, replace it with the `Subsystem` enum.
🐛 Bug Fixes
- Added a check for :toml files in the pre-push hook.
- Filtered phantom tasks from the results of the `affectedTasks` query.