Lo nuevo hoy

Today's highlights

Points forts du jour

Click en cualquiera para ir al detalle

Click any item to jump to the full section

Cliquez un élément pour aller à la section complète

🔥

Top Stories

Seguridad

React 19.2.7 + 19.1.8 — parche FormData en Server Actions

Doble release de mantenimiento: 19.2.7 y 19.1.8 arreglan entradas de FormData que se perdían en Server Actions —regresión introducida en 19.2.6/19.1.7. Si tenés un form post con archivos o fields repetidos, updateá ya o vas a ver datos en silencio cortados.

01 Jun 2026
github.com/facebook/react →
Release

Next.js 16.2.7 stable + 15.5.19 — backport de fixes en serie

Stable doble el 1 de junio: 16.2.7 con fixes de FormData en middleware rewrites, cache tag encoding y server action forwarding. 15.5.19 backportea el mismo fix de preservación de FormData. Si seguís en 15.x es upgrade casi obligado.

01 Jun 2026
github.com/vercel/next.js →
Release

Svelte 5.56.0 — declarations adentro del template

Feature grande: ahora podés declarar variables directamente en el markup. Más perf por debajo: createElement en vez de createElementNS para HTML, current_sources como Set (lookups O(1)) y dedupe de templates hoisted idénticos. El 5.56.1 del 1 de junio limpia infinite loops con tag expressions que terminan en slash.

29 May 2026
github.com/sveltejs/svelte →
⚛️

React

Release

Next.js 16.3.0-canary.33 — Streaming Prerender para Cache Components

Llega Streaming Prerender para Cache Components, propagación de adapter preferred regions y bail-out de 'use cache' bajo unstable_instant = false. Turbopack module graph ahora alimenta NFT (Node File Tracing). La 16.3.0-canary.37 (2 jun) refina constantes numéricas vía serde_json.

29 May 2026
github.com/vercel/next.js →
Release

TanStack Router — RSC para rsbuild + fix beforeLoad

Dos releases el 30 de mayo: la de las 00:48 arregla errores primitivos en beforeLoad (22 paquetes tocados). La de las 13:26 mete soporte RSC en rsbuild (9 paquetes, [email protected]). Schiller-manuel sigue empujando RSC fuera del territorio Vite.

30 May 2026
github.com/TanStack/router →
🧩

JS Frameworks

Destacado

Svelte junio 2026 — SvelteKit 2.57–2.61 con remote forms y query.live

Newsletter mensual: forms con boolean de validez, query.batch(...) para inspección, query.live(...) como subscription async-iterable (2.61). Breaking: .run() sacado de remote queries —usá await query()—, y requested(...) ahora requiere limit. TypeScript 6 soportado en language-tools.

01 Jun 2026
svelte.dev →
Release

Astro 6.3 y 6.4 — routing con Hono + Markdown pipeline en Rust

6.3 trae advanced routing experimental con Hono, image redirects e island hydration resiliente. 6.4 estrena pipeline Markdown pluggable con procesador en Rust y helpers de Cloudflare para advanced routing. Mientras tanto el alpha de Astro 7 ya prueba Vite 8 y el compilador Rust estable.

31 May 2026
astro.build →
🔧

Build Tools & Runtimes

Patch

Vite 8.0.15 y 8.0.16 — doble patch en horas

Drop doble el 1 de junio: 8.0.15 a las 04:14 UTC y 8.0.16 a las 09:50 UTC. Cadencia agresiva post Vite 8 stable (12 mar). Si estás en 8.0.x updateá directo a 8.0.16 —saltear el 15 ahorra una rotación de lockfile.

01 Jun 2026
github.com/vitejs/vite →
Patch

Next.js 16.3.0-canary.32 — Turbopack analyzer short-circuit fix

Patch puntual al Turbopack analyzer: short-circuit de &&/|| con métodos string y nullish, instrumentation con type:module, y más coverage para generateStaticParams. Es uno de esos releases de plomería que mañana evita un bug raro en producción.

28 May 2026
github.com/vercel/next.js →
🌐

HTML / Web Platform

Release

Chrome 149 stable + Edge 148 — el ciclo de junio arranca

Chrome 149 entra a stable hoy, después de pasar por Early Stable Update el 29 may. Edge 148 cayó stable el 30 may. Firefox 152 stable se proyecta para el 16 jun. Si tenés feature flags atados a Chromium 149, prendelos.

02 Jun 2026
chromereleases.googleblog.com →
🛠️

Developer Tools

Release

VS Code 1.122 stable — 1M context, BYOK air-gapped y device emulation

Stable del 28 may: 1M context window para modelos Anthropic y OpenAI compatibles, BYOK sin sign-in para entornos air-gapped, device emulation en el integrated browser y rich issue reporting con screenshots + video. Copilot pasa a billing usage-based —ojo con la cuenta.

28 May 2026
code.visualstudio.com →
🔥

Top Stories

Security

React 19.2.7 + 19.1.8 — FormData patch for Server Actions

Double maintenance drop: 19.2.7 and 19.1.8 fix missing FormData entries in Server Actions — regression from 19.2.6/19.1.7. If you have form posts with files or repeated fields, upgrade now or you'll silently lose data.

01 Jun 2026
github.com/facebook/react →
Release

Next.js 16.2.7 stable + 15.5.19 — serial backport fixes

Double stable on June 1: 16.2.7 with FormData fixes in middleware rewrites, cache tag encoding, and server action forwarding. 15.5.19 backports the same FormData preservation fix. If you're still on 15.x, this is a near-mandatory upgrade.

01 Jun 2026
github.com/vercel/next.js →
Release

Svelte 5.56.0 — declarations inside the template

Big feature: you can now declare variables directly in markup. Perf gains under the hood: createElement instead of createElementNS for HTML, current_sources as a Set (O(1) lookups), and dedupe of identical hoisted templates. The 5.56.1 patch on June 1 cleans up infinite loops with trailing-slash tag expressions.

29 May 2026
github.com/sveltejs/svelte →
⚛️

React

Release

Next.js 16.3.0-canary.33 — Streaming Prerender for Cache Components

Adds Streaming Prerender for Cache Components, adapter preferred-regions propagation, and 'use cache' bail-out under unstable_instant = false. Turbopack's module graph now feeds NFT (Node File Tracing). 16.3.0-canary.37 (Jun 2) refines numeric constants via serde_json.

29 May 2026
github.com/vercel/next.js →
Release

TanStack Router — RSC for rsbuild + beforeLoad fix

Two releases on May 30: 00:48 fixes primitive beforeLoad errors (22 packages). 13:26 lands RSC support for rsbuild (9 packages, [email protected]). Schiller-manuel keeps pushing RSC beyond Vite territory.

30 May 2026
github.com/TanStack/router →
🧩

JS Frameworks

Notable

Svelte June 2026 — SvelteKit 2.57–2.61 with remote forms and query.live

Monthly newsletter: forms return validity booleans, query.batch(...) for inspection, query.live(...) as async-iterable subscription (2.61). Breaking: .run() removed from remote queries (use await query()), and requested(...) now requires limit. TypeScript 6 supported across language-tools.

01 Jun 2026
svelte.dev →
Release

Astro 6.3 and 6.4 — Hono routing + Rust Markdown pipeline

6.3 brings experimental advanced routing with Hono, image redirects, and resilient island hydration. 6.4 ships a pluggable Markdown pipeline with a Rust processor and Cloudflare helpers for advanced routing. Meanwhile, the Astro 7 alpha already tests Vite 8 and the stable Rust compiler.

31 May 2026
astro.build →
🔧

Build Tools & Runtimes

Patch

Vite 8.0.15 and 8.0.16 — double patch within hours

Double drop on June 1: 8.0.15 at 04:14 UTC and 8.0.16 at 09:50 UTC. Aggressive cadence post Vite 8 stable (Mar 12). If you're on 8.0.x, jump straight to 8.0.16 — skipping 15 saves a lockfile churn.

01 Jun 2026
github.com/vitejs/vite →
Patch

Next.js 16.3.0-canary.32 — Turbopack analyzer short-circuit fix

Targeted patch to the Turbopack analyzer: short-circuit of &&/|| with string and nullish methods, instrumentation under type:module, and more generateStaticParams coverage. One of those plumbing releases that quietly prevents a weird prod bug tomorrow.

28 May 2026
github.com/vercel/next.js →
🌐

HTML / Web Platform

Release

Chrome 149 stable + Edge 148 — June cycle kicks off

Chrome 149 hits stable today, following an Early Stable Update on May 29. Edge 148 went stable on May 30. Firefox 152 stable is targeted for June 16. If you've got feature flags tied to Chromium 149, flip them.

02 Jun 2026
chromereleases.googleblog.com →
🛠️

Developer Tools

Release

VS Code 1.122 stable — 1M context, air-gapped BYOK, device emulation

Stable on May 28: 1M context window for compatible Anthropic/OpenAI models, air-gapped BYOK without sign-in, device emulation in the integrated browser, and rich issue reporting with screenshots + video. Copilot moves to usage-based billing — watch the bill.

28 May 2026
code.visualstudio.com →
🔥

Top Stories

Sécurité

React 19.2.7 + 19.1.8 — correctif FormData pour Server Actions

Double release de maintenance : 19.2.7 et 19.1.8 corrigent les entrées FormData manquantes dans Server Actions — régression de 19.2.6/19.1.7. Mettez à jour si vous avez des forms avec fichiers ou champs répétés.

01 Jun 2026
github.com/facebook/react →
Release

Next.js 16.2.7 stable + 15.5.19 — correctifs backportés

Double stable le 1er juin : 16.2.7 avec correctifs FormData dans middleware rewrites, cache tag encoding et server action forwarding. 15.5.19 backporte le même correctif FormData.

01 Jun 2026
github.com/vercel/next.js →
Release

Svelte 5.56.0 — déclarations dans le template

Grosse feature : on peut déclarer des variables directement dans le markup. Perf : createElement au lieu de createElementNS pour HTML, current_sources comme Set (O(1)), dedupe des templates hoisted. Le 5.56.1 du 1er juin corrige des boucles infinies.

29 May 2026
github.com/sveltejs/svelte →
⚛️

React

Release

Next.js 16.3.0-canary.33 — Streaming Prerender pour Cache Components

Ajoute Streaming Prerender pour Cache Components, propagation des preferred regions et bail-out de 'use cache'. Le module graph Turbopack alimente maintenant NFT.

29 May 2026
github.com/vercel/next.js →
Release

TanStack Router — RSC pour rsbuild + correctif beforeLoad

Deux releases le 30 mai : 00:48 corrige les erreurs primitives beforeLoad. 13:26 ajoute le support RSC pour rsbuild.

30 May 2026
github.com/TanStack/router →
🧩

JS Frameworks

Notable

Svelte juin 2026 — SvelteKit 2.57–2.61 avec remote forms et query.live

Newsletter mensuelle : forms avec boolean de validité, query.batch(...), query.live(...) async-iterable. Breaking : .run() retiré, requested(...) requiert limit. TypeScript 6 supporté.

01 Jun 2026
svelte.dev →
Release

Astro 6.3 et 6.4 — routage Hono + pipeline Markdown en Rust

6.3 apporte un routage avancé expérimental avec Hono, redirects images et island hydration résilient. 6.4 livre un pipeline Markdown pluggable avec processeur Rust et helpers Cloudflare.

31 May 2026
astro.build →
🔧

Build Tools & Runtimes

Patch

Vite 8.0.15 et 8.0.16 — double patch en quelques heures

Double drop le 1er juin : 8.0.15 à 04:14 UTC et 8.0.16 à 09:50 UTC. Cadence agressive post Vite 8 stable.

01 Jun 2026
github.com/vitejs/vite →
Patch

Next.js 16.3.0-canary.32 — correctif short-circuit Turbopack analyzer

Patch ciblé du Turbopack analyzer : short-circuit de &&/||, instrumentation sous type:module, plus de coverage pour generateStaticParams.

28 May 2026
github.com/vercel/next.js →
🌐

HTML / Web Platform

Release

Chrome 149 stable + Edge 148 — le cycle de juin démarre

Chrome 149 passe stable aujourd'hui, après un Early Stable Update le 29 mai. Edge 148 stable le 30 mai. Firefox 152 stable visé pour le 16 juin.

02 Jun 2026
chromereleases.googleblog.com →
🛠️

Developer Tools

Release

VS Code 1.122 stable — 1M context, BYOK air-gapped, device emulation

Stable le 28 mai : 1M context window pour Anthropic/OpenAI, BYOK air-gapped sans sign-in, device emulation, rich issue reporting. Copilot passe au billing usage-based.

28 May 2026
code.visualstudio.com →