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

Breaking

Angular 22 estable: Signal Forms, Resource API y el nuevo decorador @Service

Release MAYÚSCULO. Angular 22 marca Signal Forms, las Resource APIs y Angular Aria como estables, y estrena su primer decorador nuevo en años: @Service(), atajo de @Injectable({ providedIn: 'root' }) que obliga a usar inject() en vez de inyección por constructor. Llega también injectAsync() para lazy-load de servicios con prefetch opcional. Ojo: requiere TypeScript 6.0+ y dropea soporte de TS 5.9. Esto es ENORME para el ecosistema.

03 Jun 2026
blog.ninja-squad.com →
Release

VS Code 1.123: contexto de 1M tokens, session sync y Research agent

El release de mayo de VS Code suma soporte para ventanas de contexto de 1 millón de tokens con modelos compatibles (Claude Opus 4.7, GPT-5.5). Además: session sync que respalda los chats en tu cuenta de GitHub con historial buscable entre máquinas, comandos chronicle para consultar sesiones pasadas y armar standups, una ventana de Agents para correr varias sesiones en paralelo, y un Research agent (preview) que produce reportes citados. También suma un delay automático de 2 horas en updates de extensiones no confiables. Mirá esto si vivís en el editor.

03 Jun 2026
code.visualstudio.com →
Destacado

Next.js 16.3 canary estrena Partial Prefetching (App Shell por defecto)

Las canaries 45 y 46 de Next.js 16.3 agregan un config global para activar Partial Prefetching, con default a App Shell only: en vez de prefetchear la ruta completa, se extrae el shell de los static prefetches. Además se removió el flag experimental.useNodeStreams (ya viene habilitado) y eviction de Effects por defecto en Turbopack. Iteración fina de cara a la 16.3 estable.

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

JS Frameworks

Beta

Astro 7.0 alpha.2: dev server en background pensado para agentes de IA

Astro 7 alpha.2 estrena gestión del dev server en background con subcomandos nuevos: astro dev --background, astro dev stop, astro dev status y astro dev logs — pensado para que los agentes de coding manejen el server sin bloquear la terminal. También remueve APIs deprecadas de astro:transitions (TRANSITION_BEFORE_PREPARATION, createAnimationScope()) y arregla Astro.request.url con forwarded headers validados.

08 Jun 2026
github.com/withastro/astro →
Patch

Svelte 5.56.3: arreglos en effects destruidos y $state.snapshot con BigInt

Patch de Svelte 5: ahora ignora errores que ocurren en effects ya destruidos y tipa correctamente los BigInt en el retorno de $state.snapshot(...). La 5.56.2 ya había arreglado el tracking de effects en componentes hermanos async y falsos positivos de pérdida de reactividad.

07 Jun 2026
github.com/sveltejs/svelte →
🔧

Build Tools & Runtimes

Release

oxlint 1.69 / oxc 0.135: integración del React Compiler portado a Rust

Hito grande para el toolchain en Rust: oxc 0.135 integra el port del React Compiler a Rust. oxlint 1.69 suma schemas de varias reglas de ESLint, mejoras en el plugin de Vue (next-tick-style, validación de props) y la opción checkArguments para reglas unicorn. oxfmt 0.54 agrega formateo de JSON/JSONC. Marca también nodos del AST como #[non_exhaustive] (breaking para crates downstream).

08 Jun 2026
github.com/oxc-project/oxc →
🔥

Top Stories

Breaking

Angular 22 stable: Signal Forms, Resource API and the new @Service decorator

A MAJOR release. Angular 22 marks Signal Forms, the Resource APIs and Angular Aria as stable, and ships its first new decorator in years: @Service(), shorthand for @Injectable({ providedIn: 'root' }) that forces inject() over constructor injection. It also adds injectAsync() for lazy-loading services with an optional prefetch hook. Heads up: it requires TypeScript 6.0+ and drops TS 5.9.

03 Jun 2026
blog.ninja-squad.com →
Release

VS Code 1.123: 1M-token context, session sync and a Research agent

VS Code's May release adds support for 1 million token context windows with compatible models (Claude Opus 4.7, GPT-5.5). Also: session sync that backs up chats to your GitHub account with searchable cross-machine history, chronicle commands to query past sessions and generate standups, an Agents window for parallel sessions, and a Research agent (preview) producing cited reports. Plus a 2-hour auto-update delay for untrusted extension publishers.

03 Jun 2026
code.visualstudio.com →
Notable

Next.js 16.3 canary ships Partial Prefetching (App Shell by default)

Next.js 16.3 canaries 45 and 46 add a global config to enable Partial Prefetching, defaulting to App Shell only: instead of prefetching the full route, the shell is extracted from static prefetches. They also removed the experimental.useNodeStreams flag (now enabled) and turned on Effects eviction by default in Turbopack.

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

JS Frameworks

Beta

Astro 7.0 alpha.2: a background dev server built for AI coding agents

Astro 7 alpha.2 ships background dev server management with new subcommands: astro dev --background, astro dev stop, astro dev status and astro dev logs — built so AI coding agents can run the server without blocking the terminal. It also removes deprecated astro:transitions APIs and fixes Astro.request.url with validated forwarded headers.

08 Jun 2026
github.com/withastro/astro →
Patch

Svelte 5.56.3: fixes for destroyed effects and BigInt in $state.snapshot

A Svelte 5 patch: it now ignores errors thrown in already-destroyed effects and correctly types BigInts in the $state.snapshot(...) return value. 5.56.2 earlier fixed effect tracking for async sibling components and false-positive reactivity-loss warnings.

07 Jun 2026
github.com/sveltejs/svelte →
🔧

Build Tools & Runtimes

Release

oxlint 1.69 / oxc 0.135: React Compiler Rust port integration lands

A big milestone for the Rust toolchain: oxc 0.135 integrates the React Compiler Rust port. oxlint 1.69 adds schemas for several ESLint rules, Vue plugin improvements (next-tick-style, prop validation) and a checkArguments option for unicorn rules. oxfmt 0.54 adds JSON/JSONC formatting. It also marks AST nodes #[non_exhaustive] (breaking for downstream crates).

08 Jun 2026
github.com/oxc-project/oxc →
🔥

Top Stories

Breaking

Angular 22 stable : Signal Forms, Resource API et le nouveau décorateur @Service

Une release MAJEURE. Angular 22 rend Signal Forms, les Resource APIs et Angular Aria stables, et livre son premier nouveau décorateur depuis des années : @Service(), raccourci de @Injectable({ providedIn: 'root' }) qui impose inject() plutôt que l'injection par constructeur. Arrive aussi injectAsync() pour le lazy-load de services. Attention : requiert TypeScript 6.0+ et abandonne TS 5.9.

03 Jun 2026
blog.ninja-squad.com →
Release

VS Code 1.123 : contexte d'1M tokens, session sync et agent Research

La release de mai de VS Code ajoute le support des fenêtres de contexte d'1 million de tokens avec des modèles compatibles (Claude Opus 4.7, GPT-5.5). Aussi : session sync qui sauvegarde les chats sur votre compte GitHub avec un historique cherchable, des commandes chronicle, une fenêtre Agents pour des sessions en parallèle, et un agent Research (preview) qui produit des rapports sourcés.

03 Jun 2026
code.visualstudio.com →
Notable

Next.js 16.3 canary livre le Partial Prefetching (App Shell par défaut)

Les canaries 45 et 46 de Next.js 16.3 ajoutent une config globale pour activer le Partial Prefetching, par défaut en App Shell only : au lieu de prefetcher la route complète, le shell est extrait des static prefetches. Le flag experimental.useNodeStreams est retiré (déjà activé) et l'eviction des Effects activée par défaut dans Turbopack.

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

JS Frameworks

Bêta

Astro 7.0 alpha.2 : un dev server en arrière-plan pensé pour les agents IA

Astro 7 alpha.2 livre la gestion du dev server en arrière-plan avec de nouvelles sous-commandes : astro dev --background, astro dev stop, astro dev status et astro dev logs — conçu pour que les agents IA gèrent le serveur sans bloquer le terminal. Retire aussi des APIs dépréciées de astro:transitions.

08 Jun 2026
github.com/withastro/astro →
Patch

Svelte 5.56.3 : corrections sur les effects détruits et BigInt dans $state.snapshot

Un patch Svelte 5 : il ignore désormais les erreurs survenant dans des effects déjà détruits et type correctement les BigInt dans le retour de $state.snapshot(...). La 5.56.2 corrigeait déjà le tracking des effects pour les composants frères async.

07 Jun 2026
github.com/sveltejs/svelte →
🔧

Build Tools & Runtimes

Release

oxlint 1.69 / oxc 0.135 : intégration du React Compiler porté en Rust

Un grand jalon pour le toolchain Rust : oxc 0.135 intègre le port Rust du React Compiler. oxlint 1.69 ajoute des schémas pour plusieurs règles ESLint, des améliorations du plugin Vue et une option checkArguments pour les règles unicorn. oxfmt 0.54 ajoute le formatage JSON/JSONC.

08 Jun 2026
github.com/oxc-project/oxc →