For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
  • Overview
    • Quick Start
    • Sandboxes
    • Tools & SDKs
    • Support
  • Docs
      • Getting Started
        • Overview
          • 1.6.0
          • 1.5.0
          • 1.4.0
          • 1.3.7
          • 1.3.6
          • 1.3.5
          • 1.3.0
          • 1.2.0
    • Archive
    • Closed Beta Programs
Dev Portal
LogoLogo
On this page
  • Key Changes
  • Migration Guide
  • Release Tags
DocsStorefrontCatalystRelease Notes

Catalyst version 1.3.6 Release Notes

Was this page helpful?
Previous

1.3.7

Next

1.3.5

Built with

Catalyst v1.3.6 release addresses a security vulnerability (CVE-2025-55184, CVE-2025-55183) that affects React Server Components.

Key Changes

  • Next.js 15.5.8: Upgraded from Next.js 15.5.7 to 15.5.8
  • React 19: Upgraded to React 19.1.3 and React DOM 19.1.3

Migration Guide

1

Update Dependencies

Update dependencies in your package.json:

{
"dependencies": {
"next": "15.5.8",
"react": "19.1.3",
"react-dom": "19.1.3"
},
"devDependencies": {
"@next/bundle-analyzer": "15.5.8",
"eslint-config-next": "15.5.8"
}
}
2

Run pnpm install

pnpm install

Note: next will automatically update your tsconfig.json file.

Release Tags

We have published new tags for the Core and Makeswift versions of Catalyst. Target these tags to pull the latest code:

  • @bigcommerce/catalyst-core@1.3.6
  • @bigcommerce/catalyst-makeswift@1.3.7

And as always, you can pull the latest stable release with these tags:

  • @bigcommerce/catalyst-core@latest
  • @bigcommerce/catalyst-makeswift@latest