Skip to content

Commit 5f6bb92

Browse files
authored
feat!: bump minimum next version to 15.2.3 (#11823)
**BREAKING CHANGE:** This bumps the **minimum required Next.js** version from 15.0.0 to 15.2.3. This update is necessary due to a critical security vulnerability found in earlier Next.js versions, which requires an exception to our standard semantic versioning process. Additionally, this bumps all templates to the latest Next.js and Payload versions.
1 parent d20f06e commit 5f6bb92

File tree

41 files changed

+1654
-1503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1654
-1503
lines changed

examples/astro/payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@payloadcms/richtext-lexical": "3.11.0",
2828
"cross-env": "^7.0.3",
2929
"graphql": "^16.8.1",
30-
"next": "15.1.0",
30+
"next": "15.2.3",
3131
"payload": "3.11.0",
3232
"react": "19.0.0",
3333
"react-dom": "19.0.0",

examples/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@payloadcms/richtext-slate": "latest",
2222
"@payloadcms/ui": "latest",
2323
"cross-env": "^7.0.3",
24-
"next": "^15.0.0",
24+
"next": "^15.2.3",
2525
"payload": "latest",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",

examples/custom-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dotenv": "^8.2.0",
2626
"graphql": "^16.9.0",
2727
"install": "^0.13.0",
28-
"next": "^15.0.0",
28+
"next": "^15.2.3",
2929
"payload": "latest",
3030
"react": "^19.0.0",
3131
"react-dom": "^19.0.0"

examples/custom-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cross-env": "^7.0.3",
1818
"express": "^4.21.1",
1919
"graphql": "^16.8.1",
20-
"next": "15.1.5",
20+
"next": "15.2.3",
2121
"payload": "latest",
2222
"react": "19.0.0",
2323
"react-dom": "19.0.0"

examples/draft-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dotenv": "^8.2.0",
2525
"escape-html": "^1.0.3",
2626
"graphql": "^16.9.0",
27-
"next": "^15.0.0",
27+
"next": "^15.2.3",
2828
"payload": "latest",
2929
"react": "19.0.0",
3030
"react-dom": "19.0.0"

examples/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ejs": "3.1.10",
2626
"graphql": "^16.9.0",
2727
"juice": "11.0.0",
28-
"next": "^15.0.0",
28+
"next": "^15.2.3",
2929
"payload": "latest",
3030
"react": "19.0.0",
3131
"react-dom": "19.0.0"

examples/form-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@payloadcms/richtext-lexical": "latest",
2626
"cross-env": "^7.0.3",
2727
"graphql": "^16.9.0",
28-
"next": "^15.0.0",
28+
"next": "^15.2.3",
2929
"payload": "latest",
3030
"react": "19.0.0",
3131
"react-dom": "19.0.0",

examples/live-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dotenv": "^8.2.0",
2727
"escape-html": "^1.0.3",
2828
"graphql": "^16.9.0",
29-
"next": "^15.0.0",
29+
"next": "^15.2.3",
3030
"payload": "latest",
3131
"react": "19.0.0",
3232
"react-dom": "19.0.0",

examples/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql": "^16.8.2",
4040
"jsonwebtoken": "9.0.2",
4141
"lucide-react": "^0.378.0",
42-
"next": "^15.1.0",
42+
"next": "^15.2.3",
4343
"next-intl": "^3.23.2",
4444
"payload": "latest",
4545
"prism-react-renderer": "^2.3.1",

examples/multi-tenant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cross-env": "^7.0.3",
2626
"dotenv": "^8.2.0",
2727
"graphql": "^16.9.0",
28-
"next": "^15.0.0",
28+
"next": "^15.2.3",
2929
"payload": "latest",
3030
"qs-esm": "7.0.2",
3131
"react": "19.0.0",

0 commit comments

Comments
 (0)