FRONTEND
Next.js v16.2.3
RESUMEN
> [!NOTE] > This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see The release does not include all pending features/changes on canary. Core Changes - Ensure ap
Descripción Detallada
> [!NOTE] > This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see The release does not include all pending features/changes on canary. Core Changes - Ensure app-page reports stale ISR revalidation errors via onRequestError - Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273) - Deduplicate output assets and detect content conflicts on emit - Fix styled-jsx race condition: styles lost due to concurrent rendering - turbo-tasks-backend: stability fixes for task cancellation and error handling Credits Huge thanks to @icyJoseph, @sokra, @wbinnssmith, @eps1lon and @ztanner for helping!
Actualización de seguridad y corrección de errores en Next.js v16.2.3.
- Se asegura que los errores de revalidación de ISR se reporten correctamente.
- Se corrige un bug que rompía HMR en Next.js 16.2.
- Se deduplican los activos de salida y se detectan conflictos de contenido.
- Se soluciona una condición de carrera en styled-jsx que causaba pérdida de estilos.
A quién le importa
Todos los que usan Next.js y quieren mantener su aplicación segura.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.2.12
## What's Changed * Backport/docs fixes 16.2 - July round by @icyJoseph in https://github.com/vercel/next.js/pull/96031 * [Backport] Fixes to support TypeScript 7 by @lukesandberg in https://github.com/vercel/next.js/pull/95831 **Full Changelog**: https://github.com/vercel/next.js/compare/v16
FRONTEND
Next.js v15.5.22
## What's Changed * [15.5] Reject TypeScript >= 7.0 with an actionable error by @lukesandberg in https://github.com/vercel/next.js/pull/96110 **Full Changelog**: https://github.com/vercel/next.js/compare/v15.5.21...v15.5.22
FRONTEND