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.
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.
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).
Tendencias Destacadas
Tooling para agentes de IA en todos lados: VS Code con Research agent y session sync, Astro con dev server en background. El editor y el framework ahora asumen que un agente está al volante.
TypeScript 6.0 se vuelve piso obligatorio: Angular 22 dropea TS 5.9 y exige 6.0+. La migración del ecosistema al runtime nativo en Go se acelera.
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.
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.
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).
Notable Trends
AI-agent tooling everywhere: VS Code with a Research agent and session sync, Astro with a background dev server. The editor and the framework now assume an agent is at the wheel.
TypeScript 6.0 becomes the mandatory floor: Angular 22 drops TS 5.9 and requires 6.0+. The ecosystem's march toward the Go-based native toolchain is accelerating.
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.
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.
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.
Tendances Notables
Du tooling pour agents IA partout : VS Code avec un agent Research et session sync, Astro avec un dev server en arrière-plan. L'éditeur et le framework supposent désormais qu'un agent est aux commandes.
TypeScript 6.0 devient le socle obligatoire : Angular 22 abandonne TS 5.9 et exige 6.0+. La migration de l'écosystème vers le toolchain natif en Go s'accélère.