Skip to content

Commit 3dc74a1

Browse files
authored
Merge pull request #2765 from bigcommerce/changeset-release/integrations/makeswift
Version Packages (`integrations/makeswift`)
2 parents c688134 + 1748175 commit 3dc74a1

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

.changeset/tame-wolves-swim.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## 1.3.7
4+
5+
### Patch Changes
6+
7+
- [#2764](https://github.com/bigcommerce/catalyst/pull/2764) [`83c5b75`](https://github.com/bigcommerce/catalyst/commit/83c5b758a4a19e76fbb89bcea48f95a3da3f76b4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - # Next.js 15.5.8 Upgrade
8+
9+
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.
10+
11+
## 🔒 Critical Security Update
12+
13+
**This upgrade addresses a critical security vulnerability ([CVE-2025-55184 + CVE-2025-55183](https://nextjs.org/blog/security-update-2025-12-11))** that affects React Server Components. These vulnerabilities allow a Denial of Service attack and Source Code Exposure attach. This upgrade includes:
14+
- Next.js 15.5.8 with the security patch
15+
- React 19.1.3 and React DOM 19.1.3 with the security patch
16+
17+
**All users are strongly encouraged to upgrade immediately.**
18+
19+
## Key Changes
20+
-**Next.js 15.5.8**: Upgraded from Next.js 15.5.7 to 15.5.8
21+
- ⚛️ **React 19**: Upgraded to React 19.1.3 and React DOM 19.1.3
22+
23+
## Migration Guide
24+
25+
### Update Dependencies
26+
27+
If you're maintaining a custom Catalyst store, update your `package.json`:
28+
29+
```json
30+
{
31+
"dependencies": {
32+
"next": "15.5.8",
33+
"react": "19.1.3",
34+
"react-dom": "19.1.3"
35+
},
36+
"devDependencies": {
37+
"@next/bundle-analyzer": "15.5.8",
38+
"eslint-config-next": "15.5.8"
39+
}
40+
}
41+
```
42+
43+
Then run:
44+
45+
```bash
46+
pnpm install
47+
```
48+
349
## 1.3.6
450

551
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-makeswift",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",

0 commit comments

Comments
 (0)