v16.2.1-canary.32
📦 next-jsView on GitHub →
✨ 2 features🐛 3 fixes⚡ 1 deprecations🔧 7 symbols
Summary
This release introduces improvements to path resolution in tsconfigs and enhances Node.js stream handling with a new forkpoint for CacheComponents. It also includes several stability fixes and dependency upgrades, notably bumping swc to 63.1.1.
Migration Steps
- If relying on `turbo_tasks::function` being present in `ValueDebug` trait items, update code as it has been dropped.
✨ New Features
- Add forkpoint for CacheComponents in Node.js streams.
- Resolve `compilerOptions.paths` in tsconfigs even without `compilerOptions.baseUrl`.
🐛 Bug Fixes
- Fix NextFontIssue IssueStage: CodeGen → Resolve.
- Turbopack: fix filesystem watcher config not applying follow_symlinks(false).
- Turbopack: cut number of client references in half.
Affected Symbols
⚡ Deprecations
- Drop turbo_tasks::function from ValueDebug trait items.