Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility. Highlights for this release include

Turbopack Builds: 100% integration test compatibility for next build --turbopack
Stability Improvements: Numerous stability and performance improvements to Next.js and Turbopack
This blog post also includes an early preview of what's coming in Next.js 16, our next major release.
Upgrade today, or get started with:
Terminal
# Use the automated upgrade CLInpx @next/codemod@canary upgrade latest # ...or upgrade manuallynpm install next@latest react@latest react-dom@latest # ...or start a new projectnpx create-next-app@latestSubscribe to our newsletter to receive updates, tips, and exclusive content from our blog!