v2.8.18-canary.2
📦 turborepoView on GitHub →
✨ 3 features🐛 1 fixes🔧 1 symbols
Summary
This canary release introduces enhanced cache metadata including git SHA and dirty hash, and improves logging integration. A bug regarding implicit any types in @turbo/gen was also resolved.
✨ New Features
- Wired up turborepo-log with TerminalSink and converted the first warning.
- Added git SHA and dirty hash to cache metadata.
- Surfaced cache SCM metadata in Run Summary.
🐛 Bug Fixes
- Inlined PlopTypes in @turbo/gen to fix implicit any for consumers.