Core Changes
- Apply sourcemaps by default during prerender in
next build: #93280 - Fix route handler SWR blocking on Node runtime: #93189
- [ci]: fix release script to not strip newlines: #93302
- Forward invalid dynamic usage errors on client-side navigations: #93184
- HMR: debounce status indicator transitions to prevent flicker during bursts of changes: #93229
- ci: Fix caching of test-cargo-unit: #93327
- Turbopack: pull in updated vercel/nft tests: #93321
Misc Changes
- Turbopack: compute exports without full analysis: #92823
- Turbopack: cheaper check in map_next_dynamic: #93283
- [turbo-tasks-backend] Single-item optimization for lost follower operations: #93200
- Fix
export * as X from './self'in scope-hoisted modules: #93192 - [ci]: Use macOS arm runner for intel builds: #93330
- Turbopack: only compute module ids for included modules: #93276
- Turbopack: iter_reachable_modules: #93315
- Turbopack: add failing test for cross-module side-effect inference: #93323
- Turbopack: also add edge count to trace: #93314
- [turbopack-trace-server] optimize loading: #93264
- [rust-deps] Update tokio: #93195
Credits
Huge thanks to @eps1lon, @mischnic, @unstubbable, @ztanner, @sokra, @wbinnssmith, and @lukesandberg for helping!