v2.8.11
📦 turborepoView on GitHub →
✨ 1 features🐛 6 fixes⚡ 1 deprecations🔧 4 symbols
Summary
This release focuses heavily on performance optimizations across hashing, file system operations, and dependency resolution, while removing the daemon from the default `turbo run` execution.
Migration Steps
- If you were relying on daemon flags or configuration for `turbo run`, update your commands/configuration as the daemon is no longer used by default in `turbo run`.
✨ New Features
- The daemon has been removed from `turbo run`.
🐛 Bug Fixes
- Fixed an issue where npm packages were not resolved correctly in the @turbo/gen compiled binary.
- Resolved an issue with pnpm lockfile pruning tests.
- Fixed git_root resolution to worktree root in linked worktrees.
- Disabled the husky pre-push hook during release staging.
- Used versioned schema URLs in Turborepo skill files.
- Restored the daemon client in `RunCache` for `turbo watch`.
Affected Symbols
⚡ Deprecations
- Daemon flags and configuration related to `turbo run` have been deprecated following the removal of the daemon from `turbo run`.