TypeScript Native Preview — build del 17 May
El paquete @typescript/native-preview publicó un build el 17 May con el port nativo en Go — apunta a ~10x en typecheck y ~8x al cargar proyectos en el language service. Para probar: reemplazar typescript por @typescript/native-preview en package.json. Es la rampa hacia TS 7; tené en cuenta conflictos con deps que arrastren la versión vieja.
Web Serial llega a Firefox estable — convergencia con Chromium
Con Firefox 151 estable, la Web Serial API deja de ser exclusiva de Chromium. Requiere un permiso de sitio sintetizado (mismo modelo que WebMIDI). Safari sigue afuera, pero para hardware web — IoT, microcontroladores, herramientas educativas — el surface area cross-browser se duplica.
TanStack Start — Deferred Hydrate boundary
La release 2026-05-20-2232 agrega Deferred Hydrate en TanStack Start: el compiler code-splittea los boundaries, prefetchea sus chunks, preserva el HTML server-rendered y reemite los eventos disparados antes de hidratar. También suma params.priority como tie-breaker en el matching del router y arregla varios warnings de mismatch y HMR.
Turbopack — graph-based CSS chunking
Next 16.3.0-canary.23 estrenó experimental.cssChunking: 'graph' en Turbopack: parte el CSS por el grafo de dependencias en vez de por orden de import. Promesa: menos invalidaciones de cache cuando cambia un componente. Probalo en branches; sigue siendo experimental.
Vite 8.0.13 — patch en la línea 8.0
Vite cortó 8.0.13 junto con [email protected]. Sin features nuevas — bugfixes sobre la 8.0.x con Rolldown como bundler unificado. Si estás en 7.x, mirá la guía de migración a v8: el cambio gordo fue Rolldown reemplazando esbuild + Rollup.
Next.js DevTools MCP — tool <code>compile_route</code>
El canary.24 sumó al server MCP de Next el tool compile_route: agentes de IA pueden disparar la compilación de una ruta específica y leer el resultado sin levantar toda la app. También llega nextConfig.instrumentationClientInject, sampling de memoria en turbopack-trace-server y rootParams queda activado por default.
Firefox 151 — release notes oficiales
Notas de versión completas de Firefox 151 — UI de New Tab nueva, merge de PDFs, backup local de perfiles en Linux/macOS.
@typescript/native-preview en npm
Paquete npm del port nativo en Go — instalá y mirá tu typecheck volar.
Tendencias Destacadas
Browser hardware APIs convergen: con Firefox 151 sumando Web Serial, IoT en el navegador deja de ser Chromium-only.
El stack de Next.js empuja MCP como integración primaria con agentes — DevTools ya expone tools como compile_route.
Hydration tardía cruza frameworks: TanStack Start sigue el patrón que React Server Components y Astro ya validaron.
TypeScript Native Preview — May 17 build
The @typescript/native-preview package shipped a May 17 build of the Go-based native port — targeting ~10x typecheck speedups and ~8x faster project load in the language service. To try it: swap typescript for @typescript/native-preview in package.json. This is the runway to TS 7; watch for conflicts with deps that pull in the old version.
Web Serial lands in stable Firefox — Chromium convergence
With Firefox 151 stable, the Web Serial API is no longer Chromium-only. It requires a synthesized site permission add-on (same model as WebMIDI). Safari is still out, but for web-driven hardware — IoT, microcontrollers, educational tooling — cross-browser surface area effectively doubles.
TanStack Start — Deferred Hydrate boundary
Release 2026-05-20-2232 adds Deferred Hydrate to TanStack Start: the compiler code-splits hydrate boundaries, preloads their chunks, preserves server-rendered fallback HTML, and replays interaction events after hydration. Also introduces params.priority as a tie-breaker in router matching, plus mismatch/HMR fixes.
Turbopack — graph-based CSS chunking
Next 16.3.0-canary.23 shipped experimental.cssChunking: 'graph' for Turbopack: it partitions CSS by dependency graph instead of import order. Promise: fewer cache invalidations when a single component changes. Still experimental — try on branches.
Vite 8.0.13 — 8.0 line patch
Vite cut 8.0.13 alongside [email protected]. No new features — bugfixes on the 8.0.x line with Rolldown as the unified bundler. If you're still on 7.x, check the v8 migration guide: the heavy lift was Rolldown replacing esbuild + Rollup.
Next.js DevTools MCP — <code>compile_route</code> tool
canary.24 adds compile_route to Next.js's MCP server: AI agents can trigger compilation of a specific route and read the result without spinning up the whole app. Also lands nextConfig.instrumentationClientInject, memory sampling in turbopack-trace-server, and rootParams on by default.
Firefox 151 — official release notes
Full Firefox 151 release notes — new New Tab UI, PDF merging, local profile backups on Linux/macOS.
@typescript/native-preview on npm
npm package of the Go native port — install and watch your typecheck fly.
Notable Trends
Browser hardware APIs are converging: with Firefox 151 adding Web Serial, browser-driven IoT is no longer Chromium-only.
Next.js is pushing MCP as the primary integration surface for agents — DevTools now exposes tools like compile_route.
Deferred hydration is going cross-framework: TanStack Start follows the pattern RSC and Astro already validated.
TypeScript Native Preview — build du 17 mai
Le package @typescript/native-preview a publié une build le 17 mai du port natif en Go — visant ~10x sur le typecheck et ~8x au chargement de projets dans le language service.
Web Serial atterrit dans Firefox stable — convergence avec Chromium
Avec Firefox 151 stable, l'API Web Serial n'est plus exclusive à Chromium. Elle nécessite un add-on de permission synthétisé (même modèle que WebMIDI).
TanStack Start — Deferred Hydrate boundary
La release 2026-05-20-2232 ajoute Deferred Hydrate à TanStack Start : le compilateur code-split les boundaries, précharge les chunks et rejoue les événements après hydratation.
Turbopack — CSS chunking par graphe
Next 16.3.0-canary.23 a livré experimental.cssChunking: 'graph' pour Turbopack : partition du CSS par graphe de dépendances au lieu de l'ordre des imports.
Vite 8.0.13 — patch ligne 8.0
Vite a publié 8.0.13 avec [email protected]. Pas de nouveautés — bugfixes sur la ligne 8.0.x avec Rolldown comme bundler unifié.
Next.js DevTools MCP — outil <code>compile_route</code>
canary.24 ajoute compile_route au serveur MCP de Next : les agents IA peuvent déclencher la compilation d'une route spécifique sans démarrer toute l'application.
Firefox 151 — notes de version officielles
Notes complètes de Firefox 151 — nouvelle UI New Tab, fusion de PDF, backups locaux Linux/macOS.
@typescript/native-preview sur npm
Package npm du port natif en Go — installe et regarde ton typecheck décoller.
Tendances Notables
Les API hardware des navigateurs convergent : avec Firefox 151 ajoutant Web Serial, l'IoT navigateur n'est plus exclusif à Chromium.
Next.js pousse MCP comme surface d'intégration principale pour les agents — DevTools expose désormais des outils comme compile_route.
L'hydratation différée traverse les frameworks : TanStack Start suit le modèle déjà validé par RSC et Astro.