Next.js: Turbopack Glob Fixes and Dev Server Cancellation Ships
Two independent contributors fixed the same class of parent-directory bug in Turbopack's import dot meta dot glob support, while server components hot reload cancellation graduates from opt-in experiment to default behavior.
Duration: PT2M30S
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-07-05T13:08:49Z
- Audio duration: PT2M30S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to Next.js, the developer briefing for July 5th, 2026.
Today's lead story is a bug that got fixed twice. Two separate pull requests, ninety-five thousand four hundred ninety-eight from chitwitgit and ninety-five thousand five hundred from sammyZi, both target the same problem: import dot meta dot glob patterns that reach into a parent directory were silently failing in…
Second theme: dev server reliability. PR ninety-five thousand four hundred eighty-six, from unstubbable, stops wasted work during Server Components hot reload — when rapid edits overlap, the server was still finishing a render for a refresh the client had already abandoned. That fix now ships enabled by default in…
Worth flagging separately: PR ninety-five thousand four hundred ninety-three from gaearon addresses a subtle correctness issue where an infinite cache life value — used to mean "never expire" — was turning into null after crossing JSON serialization boundaries like the prerender manifest. That's now normalized at…
And on the systems side, PR ninety-five thousand four hundred ninety-seven fixes a Windows-specific bug where directory sync during commits was failing outright, disabling…
Wha…
Nearby episodes from Next.js
- Cache Components, Dev Reliability, and a Documentation Cleanup Sweep
- Router Reliability Gets a Deep Cleanup
- Root Params and Performance Infrastructure
- Weekly Recap - API Stabilization & Dev Experience
- Memory Optimization and Streaming Fixes
- Router Instrumentation and Performance Optimizations
- Cache Components and Turbopack Infrastructure Improvements
- Cache Components Stabilization and Developer Experience Improvements