Skip to content

Conversation

@chanceaclark
Copy link
Contributor

What/Why?

Catalyst has been upgraded to Next.js 15.5.8. This is a patch version upgrade that requires migration steps for existing stores to fix a security vulnerability.

Testing

N/A

Migration

Update Dependencies

If you're maintaining a custom Catalyst store, update 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"
  }
}

Then run:

pnpm install

@chanceaclark chanceaclark requested a review from a team as a code owner December 11, 2025 23:49
@changeset-bot
Copy link

changeset-bot bot commented Dec 11, 2025

🦋 Changeset detected

Latest commit: 83c5b75

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@bigcommerce/catalyst-makeswift Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Dec 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
catalyst-b2b Ready Ready Preview Comment Dec 11, 2025 11:51pm
catalyst-canary Ready Ready Preview Comment Dec 11, 2025 11:51pm
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
catalyst Ignored Ignored Dec 11, 2025 11:51pm
catalyst-uplift-vertex Ignored Ignored Dec 11, 2025 11:51pm

@chanceaclark chanceaclark merged commit c688134 into integrations/makeswift Dec 11, 2025
13 checks passed
@chanceaclark chanceaclark deleted the chore/update-next branch December 11, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants