Noticias Dev

Dev News — 26 de junio de 2026

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

Deno 2.9: apps de escritorio nativas sin Electron

El plato fuerte es deno desktop: construís apps de escritorio nativas con tu stack web de siempre, compilando a un único binario y sin el boilerplate de Electron. Además: arranque en frío casi al doble (34ms → 17ms), hasta 3.1x menos memoria, imports de CSS modules, criptografía post-cuántica (ML-KEM, ML-DSA) y compatibilidad con Node.js 26. Y deno install ahora lee lockfiles de npm, pnpm, yarn y Bun directo. Esto es ENORME para el ecosistema.

25 Jun 2026
deno.com →
Breaking

Astro 7.0: salto a Vite 8 y compilador en Rust

Release MAYOR: Astro 7.0 sube a Vite 8 (bundler Rolldown en Rust), cambia a un compilador basado en Rust, activa el advanced routing por defecto y elimina el deprecado @astrojs/db. Ojo con la migración si dependés de esos paquetes, pero las ganancias de build son fuertes.

22 Jun 2026
github.com/withastro →
🧩

JS Frameworks

Patch

Astro 7.0.3: HMR de actions y páginas de error i18n

Primer parche post-7.0: el HMR de archivos de actions ya funciona sin reiniciar el dev server, las páginas de error custom localizadas en proyectos i18n muestran el status code correcto, y se arregla un bug donde un getStaticPaths() que tiraba error en dev impedía matchear otras rutas.

25 Jun 2026
github.com/withastro →
🔧

Build Tools & Runtimes

Destacado

Vite 8.1: glob case-insensitive y mira a Lightning CSS

Sobre la base de Vite 8 (bundler Rolldown unificado), la 8.1 suma caseSensitive en import.meta.glob, html.additionalAssetSources para descubrir más assets en HTML, y resuelve regresiones del upgrade. El equipo evalúa hacer Lightning CSS el preprocesador por defecto en la próxima mayor: probalo con css.transformer: 'lightningcss'.

23 Jun 2026
vite.dev →
⚛️

React

Minor

TanStack Query: fix de hidratación en queries pendientes

Parche puntual pero útil para SSR: ahora dataUpdatedAt se setea cuando una query pendiente resuelve antes de la hidratación, evitando timestamps inconsistentes entre server y cliente. Si hacés streaming SSR con React, ojo con este.

23 Jun 2026
github.com/TanStack →
🔥

Top Stories

Breaking

Deno 2.9: native desktop apps without Electron

The headline is deno desktop: build native desktop apps from the web stack you already know, compiling to a single binary with no Electron boilerplate. Plus: cold start nearly doubled (34ms → 17ms), up to 3.1x less memory, CSS module imports, post-quantum crypto (ML-KEM, ML-DSA), and Node.js 26 compatibility. And deno install now reads npm, pnpm, yarn, and Bun lockfiles directly.

25 Jun 2026
deno.com →
Breaking

Astro 7.0: jumps to Vite 8 and a Rust compiler

MAJOR release: Astro 7.0 moves up to Vite 8 (Rust-based Rolldown bundler), switches to a Rust-based compiler, enables advanced routing by default, and removes the deprecated @astrojs/db package. Mind the migration if you depend on those, but the build wins are real.

22 Jun 2026
github.com/withastro →
🧩

JS Frameworks

Patch

Astro 7.0.3: action HMR and i18n error pages

First patch after 7.0: HMR for action files now works without restarting the dev server, localized custom error pages in i18n projects show the correct status code, and a bug where a throwing getStaticPaths() in dev blocked other routes from matching is fixed.

25 Jun 2026
github.com/withastro →
🔧

Build Tools & Runtimes

Notable

Vite 8.1: case-insensitive glob and eyeing Lightning CSS

Building on Vite 8 (unified Rolldown bundler), 8.1 adds caseSensitive to import.meta.glob, html.additionalAssetSources to discover more assets in HTML, and resolves upgrade regressions. The team is considering making Lightning CSS the default preprocessor in the next major — try it with css.transformer: 'lightningcss'.

23 Jun 2026
vite.dev →
⚛️

React

Minor

TanStack Query: hydration fix for pending queries

Small but useful SSR patch: dataUpdatedAt is now set when a pending query resolves before hydration, avoiding inconsistent timestamps between server and client. Worth grabbing if you stream SSR with React.

23 Jun 2026
github.com/TanStack →
🔥

Top Stories

Breaking

Deno 2.9 : apps desktop natives sans Electron

La vedette est deno desktop : construire des apps desktop natives depuis votre stack web, compilées en un binaire unique sans boilerplate Electron. Aussi : démarrage à froid presque doublé (34ms → 17ms), jusqu’à 3,1x moins de mémoire, imports de CSS modules, crypto post-quantique (ML-KEM, ML-DSA) et compatibilité Node.js 26.

25 Jun 2026
deno.com →
Breaking

Astro 7.0 : passage à Vite 8 et compilateur en Rust

Release MAJEURE : Astro 7.0 passe à Vite 8 (bundler Rolldown en Rust), adopte un compilateur en Rust, active l’advanced routing par défaut et supprime le paquet déprécié @astrojs/db.

22 Jun 2026
github.com/withastro →
🧩

JS Frameworks

Patch

Astro 7.0.3 : HMR des actions et pages d’erreur i18n

Premier patch après 7.0 : le HMR des fichiers d’actions fonctionne sans redémarrer le dev server, les pages d’erreur localisées en i18n affichent le bon status code, et un bug bloquant le matching de routes est corrigé.

25 Jun 2026
github.com/withastro →
🔧

Build Tools & Runtimes

Notable

Vite 8.1 : glob insensible à la casse et Lightning CSS en vue

Sur la base de Vite 8 (bundler Rolldown unifié), la 8.1 ajoute caseSensitive à import.meta.glob, html.additionalAssetSources, et corrige des régressions. L’équipe envisage Lightning CSS par défaut dans la prochaine majeure.

23 Jun 2026
vite.dev →
⚛️

React

Mineur

TanStack Query : correctif d’hydratation

Petit correctif SSR utile : dataUpdatedAt est désormais défini quand une query en attente se résout avant l’hydratation, évitant des timestamps incohérents entre serveur et client.

23 Jun 2026
github.com/TanStack →