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

NEXT.JS TYPEGEN TRAP FIXED, TURBOREPO CUTS TEST WALL CLOCK TIME

By RepoJournal · Filed · About Vercel

Next.js v16.3.0-canary.36 ships a critical CLI fix that prevents silent typegen failures from masquerading as successful builds.

The typegen command had a rejection-handling gap that let config errors slip through with exit code 0, leaving developers staring at TypeScript errors with no hint of the actual problem [1]. This lands in the latest canary alongside Turbopack improvements to the analyzer [2]. Over in Turborepo, the team is aggressively trimming integration test bloat by skipping installs for metadata-only tests and committing stable fixture lockfiles [3], cutting wall-clock time without sacrificing coverage. They're also adding final hash contract snapshots to guard against accidental cache drift [4]. Windows users will see real graceful shutdown now, not force kills that left dev servers hanging [5]. The Workflow team hardened their new trace viewer with a loading skeleton that mirrors the real layout to eliminate shift jank [6], and added label-gated CI for reproducing event-log race conditions [7].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [CLI] Exit non-zero with a clear message when next typegen fails ↗ vercel/next.js
  2. [2] v16.3.0-canary.36 ↗ vercel/next.js
  3. [3] test: Skip installs for metadata-only Rust tests ↗ vercel/turborepo
  4. [4] test: Add final hash contract snapshots ↗ vercel/turborepo
  5. [5] fix: Wait for Windows graceful shutdown ↗ vercel/turborepo
  6. [6] Add loading skeleton to the new trace viewer ↗ vercel/workflow
  7. [7] [e2e] Add label-gated event log race repro ↗ vercel/workflow

Quick answers

What shipped in Vercel on May 31, 2026?
Next.js v16.3.0-canary.36 ships a critical CLI fix that prevents silent typegen failures from masquerading as successful builds. In total, 15 commits, 15 pull requests, and 2 releases landed.
Who contributed to Vercel on May 31, 2026?
4 developers shipped this update, including gaojude, anthonyshew, mitul-s, and VaguelySerious.
What were the notable Vercel updates?
[CLI] Exit non-zero with a clear message when next typegen fails, v16.3.0-canary.36, and test: Skip installs for metadata-only Rust tests.

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?