v2.9.8
📦 turborepoView on GitHub →
🐛 6 fixes
Summary
This release includes several bug fixes addressing dependency precedence, Yarn catalog resolution, Bun lockfile validity, and watchdog CPU usage. It also includes a performance improvement for `turbo watch` memory usage.
🐛 Bug Fixes
- Fixed an issue where concrete dependency precedence was not being preserved.
- Resolved an issue affecting affected package calculation when using Yarn catalogs.
- Fixed an issue where Bun prune lockfile validity was not being maintained.
- Fixed an issue where Docker bin stubs were not being created for pruning operations.
- Fixed an issue causing instability in tbx shell connections.
- Reduced CPU usage of the parent-death watchdog.