RepoJournal
Vercel

@vercel

Next.js + the Vercel platform - frontend infrastructure for the web

Keep up with Vercel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

TURBOPACK WINDOWS FIX, REACT ROUTER REGRESSION PATCHED, WORKFLOW ENCRYPTION RECLASSIFIED

By RepoJournal · Filed · About Vercel

Turbopack now generates valid file URIs on Windows, React Router's prerender mode stops leaking HTML to JSON endpoints, and Workflow SDK encryption failures stop masquerading as user errors.

The Windows file URI fix [1] corrects a critical path issue where `import.meta.url` produced malformed URIs with unencoded backslashes, breaking anything downstream that expected valid file paths (URL constructors, source maps, dev tools). This lands alongside a dev-overlay redesign [2] that strips misleading code frames from unrendered-segment warnings and integrates an Errors/Insights tab split [3] to separate structural validation issues from runtime errors. React Router users deploying with `prerender: true` hit a regression [4] where `/__manifest` returned prerendered HTML instead of JSON after CLI 54.2.0, fixed by restoring the index SSR catch-all while adding an explicit `/` rewrite. In Workflow, SDK-level AES-GCM decryption failures are now correctly classified as `RUNTIME_ERROR` instead of `USER_ERROR` [5], improving signal in run-failure diagnostics. Turborepo's `query affected` command now detects root tasks [6] so root-scoped deploy gates work in CI, and auth flows [7] now timeout instead of hanging indefinitely on unresponsive OAuth endpoints.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Produce valid file URLs for `import.meta.url` on Windows in Turbopack ↗ vercel/next.js
  2. [2] Redesign the unrendered-segment instant validation overlay (#93879) vercel/next.js
  3. [3] Add Errors/Insights tab split to the instant error overlay ↗ vercel/next.js
  4. [4] Fix React Router /__manifest returning HTML when index is prerendered ↗ vercel/vercel
  5. [5] fix(core,errors): classify SDK encryption failures as RUNTIME_ERROR ↗ vercel/workflow
  6. [6] fix: Detect affected root tasks in query ↗ vercel/turborepo
  7. [7] fix: Add auth HTTP timeouts ↗ vercel/turborepo

Quick answers

What shipped in Vercel on May 30, 2026?
Turbopack now generates valid file URIs on Windows, React Router's prerender mode stops leaking HTML to JSON endpoints, and Workflow SDK encryption failures stop masquerading as user errors. In total, 40 commits, 42 pull requests, and 14 releases landed.
Who contributed to Vercel on May 30, 2026?
5 developers shipped this update, including sokra, aurorascharff, jeffsee55, TooTallNate, and anthonyshew.
What were the notable Vercel updates?
Produce valid file URLs for `import.meta.url` on Windows in Turbopack, Redesign the unrendered-segment instant validation overlay (#93879), and Add Errors/Insights tab split to the instant error overlay.

More from @vercel

Daily updates, in your inbox

Follow Vercel

Keep up with Vercel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?