Skip to content

Commit 5c3244f

Browse files
authored
templates: bump to Next.js 16.2.1 (#16032)
- Bumps Next.js version in templates from 16.2.0 to 16.2.1 - Bumps Payload version in templates to 3.80.0 - Bumps monorepo Next.js version from 16.2.0 to 16.2.1 --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1213773331550129
1 parent 167a01e commit 5c3244f

23 files changed

Lines changed: 651 additions & 661 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"devDependencies": {
144144
"@axe-core/playwright": "4.11.0",
145145
"@libsql/client": "0.14.0",
146-
"@next/bundle-analyzer": "16.2.0",
146+
"@next/bundle-analyzer": "16.2.1",
147147
"@payloadcms/db-postgres": "workspace:*",
148148
"@payloadcms/eslint-config": "workspace:*",
149149
"@payloadcms/eslint-plugin": "workspace:*",
@@ -180,7 +180,7 @@
180180
"lint-staged": "15.2.7",
181181
"minimist": "1.2.8",
182182
"mongoose": "8.15.1",
183-
"next": "16.2.0",
183+
"next": "16.2.1",
184184
"node-gyp": "12.2.0",
185185
"open": "^10.1.0",
186186
"p-limit": "^5.0.0",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"@babel/preset-env": "7.27.2",
132132
"@babel/preset-react": "7.27.1",
133133
"@babel/preset-typescript": "7.27.1",
134-
"@next/eslint-plugin-next": "16.2.0",
134+
"@next/eslint-plugin-next": "16.2.1",
135135
"@payloadcms/eslint-config": "workspace:*",
136136
"@types/busboy": "1.5.4",
137137
"@types/react": "19.2.9",

pnpm-lock.yaml

Lines changed: 577 additions & 587 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/_template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@payloadcms/ui": "latest",
2525
"cross-env": "^7.0.3",
2626
"graphql": "^16.8.1",
27-
"next": "16.2.0",
27+
"next": "16.2.1",
2828
"payload": "latest",
2929
"react": "19.2.4",
3030
"react-dom": "19.2.4",
@@ -39,7 +39,7 @@
3939
"@types/react-dom": "19.2.3",
4040
"@vitejs/plugin-react": "4.5.2",
4141
"eslint": "^9.16.0",
42-
"eslint-config-next": "16.2.0",
42+
"eslint-config-next": "16.2.1",
4343
"jsdom": "28.0.0",
4444
"prettier": "^3.4.2",
4545
"tsx": "4.21.0",

templates/blank/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cross-env": "^7.0.3",
2626
"dotenv": "16.4.7",
2727
"graphql": "^16.8.1",
28-
"next": "16.2.0",
28+
"next": "16.2.1",
2929
"payload": "workspace:*",
3030
"react": "19.2.4",
3131
"react-dom": "19.2.4",
@@ -39,7 +39,7 @@
3939
"@types/react-dom": "19.2.3",
4040
"@vitejs/plugin-react": "4.5.2",
4141
"eslint": "^9.16.0",
42-
"eslint-config-next": "16.2.0",
42+
"eslint-config-next": "16.2.1",
4343
"jsdom": "28.0.0",
4444
"prettier": "^3.4.2",
4545
"tsx": "4.21.0",

templates/ecommerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"graphql": "^16.8.2",
5353
"jsonwebtoken": "9.0.1",
5454
"lucide-react": "0.563.0",
55-
"next": "16.2.0",
55+
"next": "16.2.1",
5656
"next-themes": "0.4.6",
5757
"payload": "workspace:*",
5858
"prism-react-renderer": "^2.3.1",
@@ -79,7 +79,7 @@
7979
"@vercel/git-hooks": "^1.0.0",
8080
"@vitejs/plugin-react": "4.5.2",
8181
"eslint": "^9.16.0",
82-
"eslint-config-next": "16.2.0",
82+
"eslint-config-next": "16.2.1",
8383
"eslint-plugin-jsx-a11y": "^6.10.2",
8484
"eslint-plugin-react": "^7.37.5",
8585
"eslint-plugin-react-hooks": "^5.2.0",

templates/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"copyfiles": "2.4.1",
6363
"cross-env": "^7.0.3",
6464
"eslint": "^9.23.0",
65-
"eslint-config-next": "16.2.0",
65+
"eslint-config-next": "16.2.1",
6666
"graphql": "^16.8.1",
6767
"mongodb-memory-server": "10.1.4",
68-
"next": "16.2.0",
68+
"next": "16.2.1",
6969
"open": "^10.1.0",
7070
"payload": "3.37.0",
7171
"prettier": "^3.4.2",

templates/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"geist": "^1.3.0",
4545
"graphql": "^16.8.2",
4646
"lucide-react": "0.563.0",
47-
"next": "16.2.0",
47+
"next": "16.2.1",
4848
"next-sitemap": "^4.2.3",
4949
"payload": "workspace:*",
5050
"prism-react-renderer": "^2.3.1",
@@ -67,7 +67,7 @@
6767
"@vitejs/plugin-react": "4.5.2",
6868
"autoprefixer": "^10.4.19",
6969
"eslint": "^9.16.0",
70-
"eslint-config-next": "16.2.0",
70+
"eslint-config-next": "16.2.1",
7171
"jsdom": "28.0.0",
7272
"postcss": "^8.4.38",
7373
"prettier": "^3.4.2",

templates/with-cloudflare-d1/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
},
2727
"dependencies": {
2828
"@opennextjs/cloudflare": "^1.11.0",
29-
"@payloadcms/db-d1-sqlite": "3.79.1",
30-
"@payloadcms/next": "3.79.1",
31-
"@payloadcms/richtext-lexical": "3.79.1",
32-
"@payloadcms/storage-r2": "3.79.1",
33-
"@payloadcms/ui": "3.79.1",
29+
"@payloadcms/db-d1-sqlite": "3.80.0",
30+
"@payloadcms/next": "3.80.0",
31+
"@payloadcms/richtext-lexical": "3.80.0",
32+
"@payloadcms/storage-r2": "3.80.0",
33+
"@payloadcms/ui": "3.80.0",
3434
"cross-env": "^7.0.3",
3535
"dotenv": "16.4.7",
3636
"graphql": "^16.8.1",
3737
"next": "15.4.11",
38-
"payload": "3.79.1",
38+
"payload": "3.80.0",
3939
"react": "19.2.1",
4040
"react-dom": "19.2.1"
4141
},

templates/with-postgres/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"ci": "payload migrate && pnpm build"
2020
},
2121
"dependencies": {
22-
"@payloadcms/next": "3.79.1",
23-
"@payloadcms/richtext-lexical": "3.79.1",
24-
"@payloadcms/ui": "3.79.1",
22+
"@payloadcms/next": "3.80.0",
23+
"@payloadcms/richtext-lexical": "3.80.0",
24+
"@payloadcms/ui": "3.80.0",
2525
"cross-env": "^7.0.3",
2626
"graphql": "^16.8.1",
27-
"next": "16.2.0",
28-
"payload": "3.79.1",
27+
"next": "16.2.1",
28+
"payload": "3.80.0",
2929
"react": "19.2.4",
3030
"react-dom": "19.2.4",
3131
"sharp": "0.34.2",
32-
"@payloadcms/db-postgres": "3.79.1"
32+
"@payloadcms/db-postgres": "3.80.0"
3333
},
3434
"devDependencies": {
3535
"@eslint/eslintrc": "^3.2.0",
@@ -40,7 +40,7 @@
4040
"@types/react-dom": "19.2.3",
4141
"@vitejs/plugin-react": "4.5.2",
4242
"eslint": "^9.16.0",
43-
"eslint-config-next": "16.2.0",
43+
"eslint-config-next": "16.2.1",
4444
"jsdom": "28.0.0",
4545
"prettier": "^3.4.2",
4646
"tsx": "4.21.0",

0 commit comments

Comments
 (0)