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

Beta

Next.js 16.3 canary.23: Turbopack estrena graph-based CSS chunking

Vercel publicó [email protected] en la madrugada del 19 may. Lo grande es Turbopack: detrás del flag experimental.cssChunking: 'graph', ahora particiona el CSS por grafo de dependencias en vez de orden de import — menos overhead y menos critical CSS duplicado en builds grandes. La canary.20 del 15 may ya había sumado instant error overlay para metadata/viewport/sync IO y el comando next internal static-routes-info. Si self-hosteás Next, seguí en 16.2.6 mientras 16.3 madura, pero la canary vale para vetar la migración.

19 May 2026
github.com/vercel/next.js →
Patch

Astro 6.3.5: fix CSP en Image/Picture y dev server con contenido stale

Astro 6.3.5 (18 may) tapa un agujero donde la prop position en <Image> y <Picture> rompía la Content Security Policy al inyectar estilos inline sin nonce. Si activaste CSP estricta y dejaste hashes para tags inline, esta es la actualización obligatoria. Además arregla el dev server sirviendo contenido viejo cuando cambiaban módulos SSR-only — astro:hmr-reload ahora devuelve esos módulos para que Vite invalide el cache del module runner. Ojo: si seguís en 6.3.3 sin parchear, hay un XSS reflejado en slot names hidratados que se cerró en 6.3.3 mismo.

18 May 2026
github.com/withastro/astro →
Release

VS Code 1.121: Mermaid built-in en Markdown y auto-approve para Agent Host

VS Code 1.121 (release del 18 may) suma rendering de Mermaid.js nativo en previews de Markdown — chau extensiones de terceros para diagramas. Del lado de Agent Host: auto-approve picker con clasificador basado en modelo para aprobar o denegar tool calls automáticamente, token usage widget, keyboard-interactive SSH y pinning de modelos favoritos en el picker. Para terminal: compresión de output de test runners/build tools/package managers y un idle-silence timer para run_in_terminal. Si dependés del REPL agent del IDE, esta release recorta fricción medible.

18 May 2026
code.visualstudio.com →
🧩

JS Frameworks

Release

Astro 6.3.4: advanced routing gana fetchFile y App.Providers

El mismo día que 6.3.5, Astro publicó 6.3.4 con extensiones al experimental advanced routing (el feature flag experimental.advancedRouting que llegó en 6.3.0). Hay nueva opción fetchFile para personalizar el entrypoint, interface App.Providers para tipar context providers custom, export Fetchable y propiedad FetchState.response que se setea automáticamente después de middleware o page. Bugs cerrados: cache() de Hono, styles Markdoc/MDX en Cloudflare adapter dev server, action requests fallando en astro dev con Cloudflare, y SVGs con dimensiones cero. TypeScript bumpeó a v6 sin cambios requeridos.

18 May 2026
github.com/withastro/astro →
Patch

Svelte 5.55.8: cinco fixes en reactividad y rendering

Patch del 18 may con cinco fixes puntuales: print ahora maneja svelte:body y arregla el bug de keyframes con porcentajes duplicados; derived stores no inicializados se ejecutan incluso después de destruidos; uso consistente de named symbols; los teardown effects ya no corren cuando los deriveds se descongelan; y el run function ahora desetea contexto sincrónicamente. Nada de breaking — bumpealo seguro si estás en 5.55.x. La 5.55.7 (14 may) ya había tapado un XSS en hydratable con contenido de usuario, así que revisá que no estés clavado en una versión anterior.

18 May 2026
github.com/sveltejs/svelte →
🔥

Top Stories

Beta

Next.js 16.3 canary.23: Turbopack lands graph-based CSS chunking

Vercel pushed [email protected] in the early hours of May 19. The headline is Turbopack: behind experimental.cssChunking: 'graph', CSS is now partitioned by dependency graph rather than import order — less overhead and less duplicated critical CSS on big builds. canary.20 (May 15) also extended the instant error overlay to metadata/viewport/sync IO and added next internal static-routes-info. Stay on 16.2.6 for self-hosted prod, but the canary is the channel to vet your migration.

19 May 2026
github.com/vercel/next.js →
Patch

Astro 6.3.5: CSP fix in Image/Picture and stale dev server content

Astro 6.3.5 (May 18) plugs a hole where the position prop on <Image> and <Picture> broke Content Security Policy by injecting inline styles without a nonce. If you run strict CSP with hashed inline tags, this is the mandatory bump. It also fixes the dev server serving stale content when SSR-only modules changed — astro:hmr-reload now returns those modules so Vite invalidates the module runner cache. Note: 6.3.3 itself had patched a reflected XSS in hydrated slot names, so don't stop short of that floor either.

18 May 2026
github.com/withastro/astro →
Release

VS Code 1.121: built-in Mermaid in Markdown and auto-approve for Agent Host

VS Code 1.121 (May 18) ships native Mermaid.js rendering in Markdown previews — drop your third-party diagram extension. On Agent Host: auto-approve picker with a model-based classifier to approve or deny tool calls automatically, a token usage widget, keyboard-interactive SSH, and pinning favorite models in the language model picker. Terminal side: output compression for test runners, build tools, and package managers, plus an idle-silence timer for run_in_terminal. If your day runs through the IDE's agent REPL, this release trims real friction.

18 May 2026
code.visualstudio.com →
🧩

JS Frameworks

Release

Astro 6.3.4: advanced routing gains fetchFile and App.Providers

Same day as 6.3.5, Astro shipped 6.3.4 extending experimental advanced routing (the experimental.advancedRouting flag from 6.3.0). New fetchFile option to customize the entrypoint, an App.Providers interface for typing custom context providers, a Fetchable type export, and a FetchState.response property that auto-sets after middleware or page processing. Bugs squashed: Hono cache() middleware, Markdoc/MDX styles in the Cloudflare adapter dev server, action requests failing in astro dev with Cloudflare, and SVGs with zero dimensions. TypeScript bumped to v6, no user changes required.

18 May 2026
github.com/withastro/astro →
Patch

Svelte 5.55.8: five fixes across reactivity and rendering

May 18 patch with five targeted fixes: print now handles svelte:body and fixes the keyframe percentage double-printing bug; uninitialized derived stores execute even when destroyed; consistent named symbols; teardown effects no longer run when deriveds unfreeze; and the run function unsets context synchronously. No breaking changes — safe bump if you're on 5.55.x. Note that 5.55.7 (May 14) had already plugged an XSS in hydratable on user content, so don't linger on older patches.

18 May 2026
github.com/sveltejs/svelte →
🔥

Top Stories

Bêta

Next.js 16.3 canary.23 : Turbopack introduit le CSS chunking par graphe

Vercel a poussé [email protected] aux premières heures du 19 mai. La grosse nouveauté côté Turbopack : derrière experimental.cssChunking: 'graph', le CSS est partitionné par graphe de dépendances et non par ordre d'import. canary.20 (15 mai) avait déjà étendu l'instant error overlay à metadata/viewport/sync IO et ajouté next internal static-routes-info.

19 May 2026
github.com/vercel/next.js →
Patch

Astro 6.3.5 : fix CSP sur Image/Picture et dev server stale

Astro 6.3.5 (18 mai) corrige une faille où la prop position sur <Image> et <Picture> cassait la Content Security Policy en injectant des styles inline sans nonce. Indispensable en CSP stricte. Corrige aussi le dev server qui servait du contenu stale après changement de modules SSR-only — astro:hmr-reload retourne désormais ces modules pour invalider le cache de Vite.

18 May 2026
github.com/withastro/astro →
Release

VS Code 1.121 : Mermaid intégré en Markdown et auto-approve pour Agent Host

VS Code 1.121 (18 mai) livre le rendu Mermaid.js natif dans les previews Markdown — adieu les extensions tierces. Côté Agent Host : auto-approve picker avec classifieur model-based, widget de token usage, SSH keyboard-interactive et pinning des modèles favoris. Terminal : compression d'output pour test runners et build tools, plus un idle-silence timer pour run_in_terminal.

18 May 2026
code.visualstudio.com →
🧩

JS Frameworks

Release

Astro 6.3.4 : advanced routing gagne fetchFile et App.Providers

Le même jour que 6.3.5, Astro a livré 6.3.4 qui étend l'experimental advanced routing (experimental.advancedRouting, arrivé en 6.3.0). Nouvelle option fetchFile, interface App.Providers, export Fetchable et propriété FetchState.response. Bugs corrigés : cache() de Hono, styles Markdoc/MDX dans l'adapter Cloudflare en dev, action requests qui échouaient en astro dev avec Cloudflare. TypeScript monte à v6.

18 May 2026
github.com/withastro/astro →
Patch

Svelte 5.55.8 : cinq fixes sur réactivité et rendering

Patch du 18 mai avec cinq fixes : print gère svelte:body et corrige le bug des keyframes en double ; les derived non initialisés s'exécutent même après destruction ; named symbols partout ; teardown effects ne tournent plus pendant l'unfreeze des deriveds ; run unset le contexte de manière synchrone. Aucun breaking. 5.55.7 (14 mai) avait déjà fixé un XSS sur hydratable.

18 May 2026
github.com/sveltejs/svelte →