Next.js: File Tracing Expands, Turbopack Tightens Its Bookkeeping

Next.js added cross-root file tracing for pnpm's global virtual store while landing a cluster of Turbopack performance and correctness fixes around module evaluation, task persistence, and output cleanup. A parallel push added an experimental agent-feedback system with dedicated eval coverage.

Duration: PT2M46S

Episode overview

This episode is a short developer briefing from Next.js.

It explains recent repository work in plain language.

  • Show: Next.js
  • Published: 2026-09-19T13:10:54Z
  • Audio duration: PT2M46S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

You're listening to the Next.js briefing for September 19th, 2026.

The top story is file tracing. Contributor B-G-W landed a pair of connected changes, PR 98003 and PR 98469, that let Turbopack's file system follow symlinks outside its own root and record that in the trace metadata. This is built specifically to support pnpm's global virtual store, where packages live in a shared…

The second theme is Turbopack internals getting more precise. Lukesandberg opened three related PRs: 98932 changes how ESM export bindings are tagged to save bytes, since most exports are plain values rather than getters. PR 98928 teaches the module graph to distinguish code that runs immediately from code deferred…

On the task engine side, Sokra's PR 98728 and 98729 close out a stack fixing race conditions in Turbopack's persistent task storage — keeping tasks alive during restore handoffs and making sure garbage-collected tasks that get resurrected are persisted as new tasks rather than corrupting old records. A related…

Rounding out Turbopack, Jimmy Miller's PR 98834 and 98828 clean up unnecessary output assets and fix CSS loading behavior when lazy dynamic imports are enabled — both aimed at faster…

Separ…

Nearby episodes from Next.js

  1. Agentic Upgrades and a Turbopack Reliability Sweep
  2. Turbopack's Performance Push
  3. A Locale Fix, Two Reverts, and a Cache Bug
  4. Pages Router Prefetch Bugs and Turbopack Tree Shaking
  5. Turbopack's Bundle Diet
  6. Weekly Recap - Caching Correctness and Turbopack Hardening
  7. Closing the Gaps Windows and Test Proxies Left Open
  8. Turbopack's Performance and Correctness Push