This Catalyst v1.3.5 release addresses a critical security vulnerability (CVE-2025-55182) that affects React Server Components.
Catalyst has been upgraded to Next.js 15.5.7. This upgrade moves from the canary release to the stable release and requires migration steps for existing stores to fix a security vulnerability.
This upgrade addresses a critical security vulnerability (CVE-2025-55182) that affects React Server Components. The vulnerability allowed unauthenticated remote code execution on servers running React Server Components. This upgrade includes:
All users are strongly encouraged to upgrade immediately.
Important: PPR (Partial Prerendering) has been removed in this release. PPR was only available in the Next.js 15.5.1-canary.4 release and is not supported in the stable 15.5.7 release.
ppr experimental flag has been removed from next.config.tsIf you’re maintaining a custom Catalyst store, update your package.json:
Then run:
Note: next will automatically update your tsconfig.json file.
Remove or comment out PPR configuration:
Remove or comment out eslint config
experimental_ppr flagRemove all export const experimental_ppr declarations from your codebase, regardless of whether they are set to true or false.
We have published new tags for the Core and Makeswift versions of Catalyst. Target these tags to pull the latest code:
And as always, you can pull the latest stable release with these tags: