Local Network Access: Chrome ahora pide permiso para llegar al 192.168.*
Chrome 142 cerró un agujero clásico de CSRF contra dispositivos de la LAN: cualquier request a la red local del usuario queda gatillado por un prompt de permiso. Si tu app web habla con routers, NAS o printers caseros, asumí que hay UX nueva en el medio. No es opcional, es del browser.
WebGPU agrega primitive_index en fragment shaders para geometría virtualizada
Nueva optional capability en WebGPU: el built-in primitive_index expone, por primitiva, el índice al fragment shader en hardware compatible. Es la pieza que te falta si querés implementar técnicas tipo virtualized geometry o cluster shading desde el browser sin recalcular IDs en el vertex stage.
Next.js 16.3.0-canary.18: limpieza de prefetch y mejoras en Instant Insights
La canary del 9 de mayo quitó el header redundante de instant navigation prefetch y mejoró el error reporting de Instant Insights. Si estás midiendo Core Web Vitals con su API, vas a ver telemetría más limpia. Plomería, sí, pero del tipo que cambia la señal del dashboard.
Vite 7.3.3 sigue manteniendo la rama legacy en paralelo a la 8.x
Para los proyectos que todavía no se animaron al rolldown, el 7 de mayo salió Vite 7.3.3 con backports. No esperes features nuevas: es una rama de mantenimiento mientras la 8.x estabiliza. Si tu lock está pegado a Vite 7, este es el patch del momento.
Tendencias Destacadas
El ciclo de view transitions se está unificando: Chrome 142 baja a position: absolute en ::view-transition mientras React Native 0.86 estrena sus propias view transition APIs. Conceptualmente, web y mobile están alineando vocabulario.
Rolldown sigue apretando los plazos: dos patches de Vite 8 en una semana (8.0.11 y 8.0.12) ajustando RCs. La señal es clara, la 8.x se va a estabilizar rápido.
Local Network Access: Chrome now prompts before hitting your 192.168.*
Chrome 142 closed a classic CSRF hole against LAN devices: any request to the user's local network is now gated behind a permission prompt. If your web app talks to routers, NAS boxes, or home printers, expect a new UX step in the way. Browser-level, not opt-in.
WebGPU adds primitive_index in fragment shaders for virtualized geometry
New WebGPU optional capability: a primitive_index shader built-in that hands the per-primitive index to the fragment shader on supported hardware. This is the missing piece for techniques like virtualized geometry or cluster shading without recomputing IDs in the vertex stage.
Next.js 16.3.0-canary.18: prefetch cleanup and Instant Insights tweaks
The May 9 canary dropped the redundant instant navigation prefetch header and improved Instant Insights error reporting. If you measure Core Web Vitals through that API, expect cleaner telemetry. Plumbing — but the kind that moves the dashboard.
Vite 7.3.3 keeps the legacy line alive next to 8.x
For projects not ready to jump to rolldown, Vite 7.3.3 landed on May 7 with backports. Maintenance only — no new features, just stability while 8.x settles. If your lockfile sits on Vite 7, this is the patch to pin.
Notable Trends
The view-transitions story is converging: Chrome 142 demotes ::view-transition to position: absolute while React Native 0.86 introduces its own view transition APIs. Web and mobile are aligning vocabulary.
Rolldown keeps tightening cycles: two Vite 8 patches in one week (8.0.11 and 8.0.12) chasing RCs. The signal is clear — 8.x will stabilize fast.
Local Network Access : Chrome demande maintenant une permission pour atteindre 192.168.*
Chrome 142 ferme un trou CSRF classique contre les équipements LAN : toute requête vers le réseau local de l'utilisateur passe désormais par un prompt de permission. Pas optionnel, c'est au niveau navigateur.
WebGPU ajoute primitive_index dans les fragment shaders
Nouvelle capacité optionnelle WebGPU : primitive_index expose l'index par primitive au fragment shader sur le matériel compatible. Utile pour la geometry virtualisée ou le cluster shading.
Next.js 16.3.0-canary.18 : nettoyage du prefetch et améliorations Instant Insights
La canary du 9 mai retire le header redondant d'instant navigation prefetch et améliore l'error reporting d'Instant Insights. Tuyauterie utile pour les Core Web Vitals.
Vite 7.3.3 maintient la branche legacy en parallèle de la 8.x
Pour les projets pas encore prêts à passer à rolldown, Vite 7.3.3 est sorti le 7 mai avec des backports. Branche de maintenance pendant que la 8.x se stabilise.
Tendances Notables
Le sujet view transitions converge : Chrome 142 passe ::view-transition à position: absolute pendant que React Native 0.86 introduit ses propres view transition APIs. Web et mobile alignent leur vocabulaire.
Rolldown serre les cycles : deux patches Vite 8 en une semaine (8.0.11 et 8.0.12) qui suivent les RC. La 8.x va se stabiliser vite.