Skip to content

Commit 2b10973

Browse files
authored
templates: bump payload and next.js versions (#16229)
- Bumps payload version in templates from 3.82.0 to 3.82.1 - Bumps Next.js version in monorepo and templates from 16.2.2 to 16.2.3
1 parent cf95cad commit 2b10973

26 files changed

Lines changed: 691 additions & 704 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"@ai-sdk/openai": "3.0.30",
180180
"@axe-core/playwright": "4.11.0",
181181
"@libsql/client": "0.14.0",
182-
"@next/bundle-analyzer": "16.2.2",
182+
"@next/bundle-analyzer": "16.2.3",
183183
"@payloadcms/db-postgres": "workspace:*",
184184
"@payloadcms/eslint-config": "workspace:*",
185185
"@payloadcms/eslint-plugin": "workspace:*",
@@ -218,7 +218,7 @@
218218
"lint-staged": "15.2.7",
219219
"minimist": "1.2.8",
220220
"mongoose": "8.15.1",
221-
"next": "16.2.2",
221+
"next": "16.2.3",
222222
"node-gyp": "12.2.0",
223223
"open": "^10.1.0",
224224
"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.2",
134+
"@next/eslint-plugin-next": "16.2.3",
135135
"@payloadcms/eslint-config": "workspace:*",
136136
"@types/busboy": "1.5.4",
137137
"@types/react": "19.2.9",

pnpm-lock.yaml

Lines changed: 614 additions & 630 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.2",
27+
"next": "16.2.3",
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.2",
42+
"eslint-config-next": "16.2.3",
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.2",
28+
"next": "16.2.3",
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.2",
42+
"eslint-config-next": "16.2.3",
4343
"jsdom": "28.0.0",
4444
"prettier": "^3.4.2",
4545
"tsx": "4.21.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { CollectionCards as CollectionCards_f9c02e79a4aed9a3924487c0cd4cafb1 } from '@payloadcms/next/rsc'
22

3+
/** @type import('payload').ImportMap */
34
export const importMap = {
45
'@payloadcms/next/rsc#CollectionCards': CollectionCards_f9c02e79a4aed9a3924487c0cd4cafb1,
56
}

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.2",
55+
"next": "16.2.3",
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.2",
82+
"eslint-config-next": "16.2.3",
8383
"eslint-plugin-jsx-a11y": "^6.10.2",
8484
"eslint-plugin-react": "^7.37.5",
8585
"eslint-plugin-react-hooks": "^5.2.0",

templates/ecommerce/src/app/(payload)/admin/importMap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { BeforeDashboard as BeforeDashboard_1a7510af427896d367a49dbf838d2de6 } f
2626
import { BeforeLogin as BeforeLogin_8a7ab0eb7ab5c511aba12e68480bfe5e } from '@/components/BeforeLogin'
2727
import { CollectionCards as CollectionCards_f9c02e79a4aed9a3924487c0cd4cafb1 } from '@payloadcms/next/rsc'
2828

29+
/** @type import('payload').ImportMap */
2930
export const importMap = {
3031
'@payloadcms/richtext-lexical/rsc#RscEntryLexicalCell':
3132
RscEntryLexicalCell_44fe37237e0ebf4470c9990d8cb7b07e,

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.2",
65+
"eslint-config-next": "16.2.3",
6666
"graphql": "^16.8.1",
6767
"mongodb-memory-server": "10.1.4",
68-
"next": "16.2.2",
68+
"next": "16.2.3",
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.2",
47+
"next": "16.2.3",
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.2",
70+
"eslint-config-next": "16.2.3",
7171
"jsdom": "28.0.0",
7272
"postcss": "^8.4.38",
7373
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)