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

Tailwind CSS v4.3.0: scrollbar utilities, container-size y @variant apilados

Llegó v4.3.0 con utilidades nuevas que veníamos pidiendo hace rato: scrollbar-{auto,thin,none}, scrollbar-thumb-*, scrollbar-track-*, scrollbar-gutter-*, @container-size, zoom-* y tab-*. Además, @variant ahora soporta variantes apiladas (@variant hover:focus) y compuestas (@variant hover, focus), y las utilidades funcionales aceptan --default(…). Ojo con esto: el rework de scrollbars te ahorra plugins de terceros.

08 May 2026
github.com/tailwindlabs →
Destacado

Next.js 16.3 canary 19: POC de task eviction en turbo-tasks-backend

Vercel está moviendo cosas pesadas en el motor: v16.3.0-canary.19 incluye un proof of concept para evict de tasks tras el snapshot del backend de turbo-tasks (PR #91790). Es plomería interna pero impacta el footprint de memoria del builder. Si seguís canary, miralo de cerca.

10 May 2026
github.com/vercel →
🟦

TypeScript

Beta

TypeScript Native Preview 7.0.0-dev.20260508.1 en npm

Microsoft sigue empujando la port a Go: la nightly del 8 de mayo trae el binario tsgo con velocidad ~10x sobre tsc en proyectos grandes. No todas las features están portadas (rename, find-all-references, auto-imports están en progreso), pero ya se puede medir en CI con npm i -D @typescript/native-preview. Si manejás monorepos pesados, vale la pena un piloto.

08 May 2026
npmjs.com →
🧩

JS Frameworks

Beta

Astro 7.0.0-alpha.1: Vite 8 oficialmente soportado

Pequeño pero clave: el alpha quita la advertencia de incompatibilidad con Vite v8. Astro 7 ya corre sobre el bundler nuevo basado en Rolldown sin warnings. Es un alpha, así que no lo metas en prod, pero el camino para upgrade está claro.

09 May 2026
github.com/withastro →
Destacado

Angular v22.0.0-next.12: factory en clases abstractas y host bindings más estrictos

Tres cambios que importan: (1) DI ahora permite registrar servicios con useFactory sobre clases abstractas, (2) los host bindings dejan de admitir event attribute bindings de forma incondicional (antes había escape hatches que abrían superficie de XSS), y (3) renderModule y renderApplication aceptan allowedHosts en platform-server. Si SSReás con Angular, este último es importante.

08 May 2026
github.com/angular →
🔧

Build Tools & Runtimes

Patch

Next.js 16.3 canary 18: limpieza de prefetch headers de instant nav

El canary del 9 de mayo elimina headers de prefetch redundantes en navegación instantánea y mejora el reporting de errores en instant insights. Cosas chicas pero que reducen ruido en el waterfall del browser.

09 May 2026
github.com/vercel →
🔥

Top Stories

Breaking

Tailwind CSS v4.3.0: scrollbar utilities, container-size, and stacked @variant

v4.3.0 ships utilities the community has been asking for: scrollbar-{auto,thin,none}, scrollbar-thumb-*, scrollbar-track-*, scrollbar-gutter-*, @container-size, zoom-* and tab-*. @variant now supports stacked variants (@variant hover:focus) and composed ones (@variant hover, focus), and functional utilities accept --default(…). Watch this: the scrollbar rework lets you drop third-party plugins.

08 May 2026
github.com/tailwindlabs →
Notable

Next.js 16.3 canary 19: turbo-tasks-backend task eviction POC

Vercel is moving heavy machinery in the engine: v16.3.0-canary.19 includes a proof of concept for task eviction after the turbo-tasks backend snapshot (PR #91790). Internal plumbing, but it hits the builder's memory footprint. If you track canary, watch it closely.

10 May 2026
github.com/vercel →
🟦

TypeScript

Beta

TypeScript Native Preview 7.0.0-dev.20260508.1 on npm

Microsoft keeps pushing the Go port: the May 8 nightly ships the tsgo binary with ~10x speed over tsc on large projects. Not every feature is ported yet (rename, find-all-references, auto-imports still in progress), but you can already measure in CI with npm i -D @typescript/native-preview. If you run heavy monorepos, worth a pilot.

08 May 2026
npmjs.com →
🧩

JS Frameworks

Beta

Astro 7.0.0-alpha.1: Vite 8 officially supported

Small but key: the alpha drops the Vite v8 incompatibility warning. Astro 7 now runs on the new Rolldown-based bundler without warnings. It's an alpha, so don't ship to prod, but the upgrade path is clear.

09 May 2026
github.com/withastro →
Notable

Angular v22.0.0-next.12: factory on abstract classes, stricter host bindings

Three changes that matter: (1) DI now allows registering services with useFactory on abstract classes, (2) host bindings stop unconditionally accepting event attribute bindings (previously there were escape hatches that opened XSS surface), and (3) renderModule and renderApplication accept allowedHosts in platform-server. If you SSR with Angular, this last one matters.

08 May 2026
github.com/angular →
🔧

Build Tools & Runtimes

Patch

Next.js 16.3 canary 18: cleanup of instant-nav prefetch headers

The May 9 canary drops redundant prefetch headers on instant navigation and improves error reporting in instant insights. Small things, but they cut noise in the browser waterfall.

09 May 2026
github.com/vercel →
🔥

Top Stories

Breaking

Tailwind CSS v4.3.0 : utilitaires scrollbar, container-size et @variant empilés

v4.3.0 livre les utilitaires que la communauté demandait : scrollbar-{auto,thin,none}, scrollbar-thumb-*, scrollbar-track-*, scrollbar-gutter-*, @container-size, zoom-* et tab-*. @variant supporte désormais les variantes empilées (@variant hover:focus) et composées (@variant hover, focus), et les utilitaires fonctionnels acceptent --default(…). Le rework des scrollbars permet de retirer des plugins tiers.

08 May 2026
github.com/tailwindlabs →
Notable

Next.js 16.3 canary 19 : POC d'éviction de tâches dans turbo-tasks-backend

Vercel bouge des choses lourdes dans le moteur : v16.3.0-canary.19 inclut un proof of concept d'éviction de tâches après le snapshot du backend turbo-tasks (PR #91790). Plomberie interne, mais cela impacte l'empreinte mémoire du builder. Si vous suivez canary, surveillez ça.

10 May 2026
github.com/vercel →
🟦

TypeScript

Bêta

TypeScript Native Preview 7.0.0-dev.20260508.1 sur npm

Microsoft continue de pousser le port Go : la nightly du 8 mai livre le binaire tsgo avec une vitesse ~10x supérieure à tsc sur les gros projets. Toutes les features ne sont pas encore portées (rename, find-all-references, auto-imports en cours), mais on peut déjà mesurer en CI avec npm i -D @typescript/native-preview. Si vous gérez des monorepos lourds, un pilote en vaut la peine.

08 May 2026
npmjs.com →
🧩

JS Frameworks

Bêta

Astro 7.0.0-alpha.1 : Vite 8 officiellement pris en charge

Petit mais clé : l'alpha supprime l'avertissement d'incompatibilité avec Vite v8. Astro 7 tourne désormais sur le nouveau bundler basé sur Rolldown sans warnings. C'est un alpha, donc pas en prod, mais le chemin d'upgrade est clair.

09 May 2026
github.com/withastro →
Notable

Angular v22.0.0-next.12 : factory sur classes abstraites, host bindings plus stricts

Trois changements qui comptent : (1) DI permet désormais d'enregistrer des services avec useFactory sur des classes abstraites, (2) les host bindings cessent d'accepter les event attribute bindings de façon inconditionnelle (il y avait avant des escape hatches qui ouvraient une surface XSS), et (3) renderModule et renderApplication acceptent allowedHosts dans platform-server. Si vous faites du SSR avec Angular, ce dernier point est important.

08 May 2026
github.com/angular →
🔧

Build Tools & Runtimes

Patch

Next.js 16.3 canary 18 : nettoyage des en-têtes prefetch d'instant nav

Le canary du 9 mai supprime les en-têtes prefetch redondants en navigation instantanée et améliore le reporting d'erreurs dans instant insights. Petites choses, mais elles réduisent le bruit dans le waterfall navigateur.

09 May 2026
github.com/vercel →