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

Release

Next.js 16.3 preview: App Shells por defecto y prefetch estabilizado

La rama 16.3.0-preview.0 arranca con App Shells habilitado por defecto y estabiliza las APIs instant, catchError y retry que venían experimentales. Ojo: esto baja a estable un montón de la navegación instantánea que Vercel venía cocinando en canary durante semanas.

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

React Native 0.86 llega a GA: View Transitions API y DevTools renovado

La 0.86.0 sale GA sin breaking changes y consolida la era New-Arch-only: nueva View Transitions API con la interfaz UIManagerViewTransitionDelegate, DevTools con tracking de performance custom y emulación light/dark, más autofill extendido de TextInput en Android. Es una locura lo pulido que quedó el backend de animación.

11 Jun 2026
github.com/facebook/react-native →
Release

Deno 2.8.3: watch mode en deno compile y cripto post-cuántica

2.8.3 suma watch mode a deno compile, soporte de comas finales en JSON para el formateador, diagnósticos LSP más finos y los algoritmos post-cuánticos ML-DSA y ML-KEM. También arregla un montón de estabilidad en HTTP/2, compat con Node y streaming. Ojo con esto si firmás binarios.

11 Jun 2026
github.com/denoland/deno →
🎨

CSS

Minor

Tailwind CSS 4.3.1: utilidades de spacing más limpias y flag --silent

Patch con cambio lindo en la salida: m-0 ahora emite 0 en vez de calc(var(--spacing) * 0), y m-1 da directamente var(--spacing). Suma --silent en el CLI, arregla los warnings de deprecación en Node 26+, mejora @apply con mixins de CSS y la negación de container queries con not-*.

12 Jun 2026
github.com/tailwindlabs/tailwindcss →
🧩

JS Frameworks

Beta

Angular 22.1.0-next.0: set custom en linkedSignal y transfer cache afinado

El preview de 22.1 trae una opción set custom para linkedSignal, soporte de componentes foráneos definidos fuera del scope top-level y mejoras en el transfer cache para requests con credenciales (más deprecación de JSONP). En paralelo, las 22.0.1 y 21.2.17 backportan parches de seguridad: escapado de CSS en funciones URL, saneo de props two-way y hardening del TransferState.

10 Jun 2026
github.com/angular/angular →
Patch

Astro 6.4.7: corte de fugas de CSS desde islas client:only

Patch sólido: corta el CSS que se filtraba de islas client:only hacia páginas no relacionadas, arregla el CSS inline rancio tras editar archivos en dev, el HMR del directorio de middleware y paths doble-URL-encodeados que tiraban 400 en rutas on-demand. En paralelo salió la 7.0.0-beta.4 cambiando el procesador de Markdown por defecto.

15 Jun 2026
github.com/withastro/astro →
🔧

Build Tools & Runtimes

Beta

Vite 8.1.0-beta.0: arranca el ciclo del próximo minor

Primera beta de la línea 8.1, con [email protected] acompañando. Vite 8 ya venía con Rolldown como bundler unificado en Rust; este ciclo sigue puliéndolo. Buen momento para probar en proyectos no críticos.

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

Next.js canary sube next-rspack a rspack 2.0

La 16.3.0-canary.52 sube next-rspack a rspack 2.0 y agrega soporte experimental del React Compiler. Para quien sigue la alternativa a Turbopack vía rspack, este salto de mayor es el que venían esperando.

16 Jun 2026
github.com/vercel/next.js →
🛠️

Developer Tools

Release

VS Code 1.124: Autopilot por defecto y navegación de sesiones de agente

La 1.124.2 prende Autopilot por defecto (con un modelo de utilidad que decide cuándo la tarea está completa, tope de tres rondas) y suma navegación por teclado en la ventana de Agents: picker de sesiones con Ctrl+R, back/forward con Ctrl+Tab y foco posicional con Ctrl+1-9. El browser integrado ahora guarda historial.

10 Jun 2026
code.visualstudio.com →
🔥

Top Stories

Release

Next.js 16.3 preview: App Shells on by default, prefetch stabilized

The 16.3.0-preview.0 branch opens with App Shells enabled by default and stabilizes the previously experimental instant, catchError and retry APIs. This pushes a big chunk of the instant-navigation work to stable.

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

React Native 0.86 hits GA: View Transitions API and revamped DevTools

0.86.0 ships GA with no breaking changes and cements the New-Arch-only era: a new View Transitions API with the UIManagerViewTransitionDelegate interface, DevTools with custom performance tracking and light/dark emulation, plus extended TextInput autofill on Android.

11 Jun 2026
github.com/facebook/react-native →
Release

Deno 2.8.3: watch mode in deno compile and post-quantum crypto

2.8.3 adds watch mode to deno compile, JSON trailing-comma support in the formatter, finer LSP diagnostics, and the post-quantum ML-DSA and ML-KEM algorithms. It also lands stability fixes across HTTP/2, Node compat and streaming.

11 Jun 2026
github.com/denoland/deno →
🎨

CSS

Minor

Tailwind CSS 4.3.1: leaner spacing utilities and a --silent flag

A patch with a nice output change: m-0 now emits 0 instead of calc(var(--spacing) * 0), and m-1 outputs var(--spacing) directly. Adds a --silent CLI flag, fixes deprecation warnings on Node 26+, improves @apply with CSS mixins and container-query negation via not-*.

12 Jun 2026
github.com/tailwindlabs/tailwindcss →
🧩

JS Frameworks

Beta

Angular 22.1.0-next.0: custom set on linkedSignal and refined transfer cache

The 22.1 preview adds a custom set option for linkedSignal, support for foreign components defined outside top-level scope, and transfer-cache improvements for credentialed requests (plus JSONP deprecation). In parallel, 22.0.1 and 21.2.17 backport security patches: CSS escaping in URL functions, two-way prop sanitization and TransferState hardening.

10 Jun 2026
github.com/angular/angular →
Patch

Astro 6.4.7: stops CSS leaking from client:only islands

A solid patch: it stops CSS leaking from client:only islands into unrelated pages, fixes stale inline CSS after dev file edits, middleware-directory HMR, and double-URL-encoded paths that threw 400s on on-demand routes. In parallel, 7.0.0-beta.4 shipped, swapping the default Markdown processor.

15 Jun 2026
github.com/withastro/astro →
🔧

Build Tools & Runtimes

Beta

Vite 8.1.0-beta.0: the next minor cycle kicks off

First beta of the 8.1 line, with [email protected] alongside. Vite 8 already shipped Rolldown as the unified Rust bundler; this cycle keeps refining it. Good time to try it on non-critical projects.

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

Next.js canary bumps next-rspack to rspack 2.0

16.3.0-canary.52 bumps next-rspack to rspack 2.0 and adds experimental React Compiler support. For anyone tracking the rspack-based alternative to Turbopack, this is the major jump they were waiting for.

16 Jun 2026
github.com/vercel/next.js →
🛠️

Developer Tools

Release

VS Code 1.124: Autopilot on by default and agent-session navigation

1.124.2 turns Autopilot on by default (with a utility model deciding when a task is done, capped at three rounds) and adds keyboard navigation in the Agents window: session picker via Ctrl+R, back/forward with Ctrl+Tab and positional focus with Ctrl+1-9. The integrated browser now keeps history.

10 Jun 2026
code.visualstudio.com →
🔥

Top Stories

Release

Next.js 16.3 preview : App Shells par défaut et prefetch stabilisé

La branche 16.3.0-preview.0 démarre avec App Shells activé par défaut et stabilise les APIs instant, catchError et retry jusqu'ici expérimentales.

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

React Native 0.86 atteint la GA : View Transitions API et DevTools repensé

0.86.0 sort en GA sans breaking changes et consolide l'ère New-Arch-only : nouvelle View Transitions API via UIManagerViewTransitionDelegate, DevTools avec tracking de performance custom et émulation light/dark, plus autofill TextInput étendu sur Android.

11 Jun 2026
github.com/facebook/react-native →
Release

Deno 2.8.3 : watch mode dans deno compile et crypto post-quantique

2.8.3 ajoute le watch mode à deno compile, le support des virgules finales JSON dans le formateur, des diagnostics LSP plus fins et les algorithmes post-quantiques ML-DSA et ML-KEM.

11 Jun 2026
github.com/denoland/deno →
🎨

CSS

Mineur

Tailwind CSS 4.3.1 : utilitaires de spacing allégés et flag --silent

Un patch avec un changement de sortie sympa : m-0 émet maintenant 0 au lieu de calc(var(--spacing) * 0). Ajoute un flag --silent, corrige les warnings de dépréciation sur Node 26+ et améliore @apply avec les mixins CSS.

12 Jun 2026
github.com/tailwindlabs/tailwindcss →
🧩

JS Frameworks

Bêta

Angular 22.1.0-next.0 : set custom sur linkedSignal et transfer cache affiné

Le preview 22.1 ajoute une option set custom pour linkedSignal, le support des composants étrangers hors scope top-level et des améliorations du transfer cache pour les requêtes avec credentials. En parallèle, 22.0.1 et 21.2.17 backportent des correctifs de sécurité.

10 Jun 2026
github.com/angular/angular →
Patch

Astro 6.4.7 : stoppe les fuites de CSS des îlots client:only

Un patch solide : il stoppe le CSS qui fuyait des îlots client:only vers des pages non liées, corrige le CSS inline périmé après édition en dev et le HMR du dossier middleware. En parallèle, 7.0.0-beta.4 change le processeur Markdown par défaut.

15 Jun 2026
github.com/withastro/astro →
🔧

Build Tools & Runtimes

Bêta

Vite 8.1.0-beta.0 : le cycle du prochain minor démarre

Première beta de la ligne 8.1, avec [email protected]. Vite 8 livrait déjà Rolldown comme bundler unifié en Rust ; ce cycle continue de l'affiner.

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

Next.js canary passe next-rspack à rspack 2.0

16.3.0-canary.52 passe next-rspack à rspack 2.0 et ajoute le support expérimental du React Compiler.

16 Jun 2026
github.com/vercel/next.js →
🛠️

Developer Tools

Release

VS Code 1.124 : Autopilot par défaut et navigation des sessions d'agent

1.124.2 active Autopilot par défaut (avec un modèle utilitaire décidant quand une tâche est terminée, limité à trois rounds) et ajoute la navigation clavier dans la fenêtre Agents : picker de sessions via Ctrl+R, back/forward avec Ctrl+Tab.

10 Jun 2026
code.visualstudio.com →