From ad1e6e179086b5ffba294ed3dcd111a7bfb8dca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Sep 2025 17:02:46 +0000 Subject: [PATCH] templates: bump templates for v3.57.0 --- templates/with-postgres/package.json | 12 ++++---- ...tial.json => 20250925_170153_initial.json} | 2 +- ..._initial.ts => 20250925_170153_initial.ts} | 0 .../with-postgres/src/migrations/index.ts | 8 ++--- templates/with-vercel-mongodb/package.json | 16 +++++----- templates/with-vercel-postgres/package.json | 16 +++++----- ...tial.json => 20250925_170113_initial.json} | 2 +- ..._initial.ts => 20250925_170113_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- templates/with-vercel-website/package.json | 30 +++++++++---------- ...tial.json => 20250925_170133_initial.json} | 2 +- ..._initial.ts => 20250925_170133_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- .../with-vercel-website/src/payload-types.ts | 22 +++++++------- 14 files changed, 63 insertions(+), 63 deletions(-) rename templates/with-postgres/src/migrations/{20250909_161027_initial.json => 20250925_170153_initial.json} (99%) rename templates/with-postgres/src/migrations/{20250909_161027_initial.ts => 20250925_170153_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20250909_160945_initial.json => 20250925_170113_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20250909_160945_initial.ts => 20250925_170113_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20250909_161006_initial.json => 20250925_170133_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20250909_161006_initial.ts => 20250925_170133_initial.ts} (100%) diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index df2380c9d7c..a92e7a4d534 100644 --- a/templates/with-postgres/package.json +++ b/templates/with-postgres/package.json @@ -19,15 +19,15 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-postgres": "3.55.0", - "@payloadcms/next": "3.55.0", - "@payloadcms/payload-cloud": "3.55.0", - "@payloadcms/richtext-lexical": "3.55.0", - "@payloadcms/ui": "3.55.0", + "@payloadcms/db-postgres": "3.57.0", + "@payloadcms/next": "3.57.0", + "@payloadcms/payload-cloud": "3.57.0", + "@payloadcms/richtext-lexical": "3.57.0", + "@payloadcms/ui": "3.57.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.57.0", "react": "19.1.0", "react-dom": "19.1.0", "sharp": "0.34.2" diff --git a/templates/with-postgres/src/migrations/20250909_161027_initial.json b/templates/with-postgres/src/migrations/20250925_170153_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20250909_161027_initial.json rename to templates/with-postgres/src/migrations/20250925_170153_initial.json index 861a9c7b86f..9a478192948 100644 --- a/templates/with-postgres/src/migrations/20250909_161027_initial.json +++ b/templates/with-postgres/src/migrations/20250925_170153_initial.json @@ -1,5 +1,5 @@ { - "id": "55cdb526-62ad-4b3a-ac43-2ae69cef0912", + "id": "8d95fe47-5760-4842-9bbf-14de129484d6", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-postgres/src/migrations/20250909_161027_initial.ts b/templates/with-postgres/src/migrations/20250925_170153_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20250909_161027_initial.ts rename to templates/with-postgres/src/migrations/20250925_170153_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index 893023c0c59..a6657949487 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250909_161027_initial from './20250909_161027_initial' +import * as migration_20250925_170153_initial from './20250925_170153_initial' export const migrations = [ { - up: migration_20250909_161027_initial.up, - down: migration_20250909_161027_initial.down, - name: '20250909_161027_initial', + up: migration_20250925_170153_initial.up, + down: migration_20250925_170153_initial.down, + name: '20250925_170153_initial', }, ] diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 172427afe20..372cbf3c292 100644 --- a/templates/with-vercel-mongodb/package.json +++ b/templates/with-vercel-mongodb/package.json @@ -18,16 +18,16 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-mongodb": "3.55.0", - "@payloadcms/next": "3.55.0", - "@payloadcms/payload-cloud": "3.55.0", - "@payloadcms/richtext-lexical": "3.55.0", - "@payloadcms/storage-vercel-blob": "3.55.0", - "@payloadcms/ui": "3.55.0", + "@payloadcms/db-mongodb": "3.57.0", + "@payloadcms/next": "3.57.0", + "@payloadcms/payload-cloud": "3.57.0", + "@payloadcms/richtext-lexical": "3.57.0", + "@payloadcms/storage-vercel-blob": "3.57.0", + "@payloadcms/ui": "3.57.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.57.0", "react": "19.1.0", "react-dom": "19.1.0" }, @@ -49,7 +49,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.17.1", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-postgres/package.json b/templates/with-vercel-postgres/package.json index 70d0e88d488..6e7eff60bc6 100644 --- a/templates/with-vercel-postgres/package.json +++ b/templates/with-vercel-postgres/package.json @@ -19,16 +19,16 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-vercel-postgres": "3.55.0", - "@payloadcms/next": "3.55.0", - "@payloadcms/payload-cloud": "3.55.0", - "@payloadcms/richtext-lexical": "3.55.0", - "@payloadcms/storage-vercel-blob": "3.55.0", - "@payloadcms/ui": "3.55.0", + "@payloadcms/db-vercel-postgres": "3.57.0", + "@payloadcms/next": "3.57.0", + "@payloadcms/payload-cloud": "3.57.0", + "@payloadcms/richtext-lexical": "3.57.0", + "@payloadcms/storage-vercel-blob": "3.57.0", + "@payloadcms/ui": "3.57.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.57.0", "react": "19.1.0", "react-dom": "19.1.0" }, @@ -50,7 +50,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.17.1", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20250909_160945_initial.json b/templates/with-vercel-postgres/src/migrations/20250925_170113_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20250909_160945_initial.json rename to templates/with-vercel-postgres/src/migrations/20250925_170113_initial.json index 6237aedc9a1..df7ece40619 100644 --- a/templates/with-vercel-postgres/src/migrations/20250909_160945_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20250925_170113_initial.json @@ -1,5 +1,5 @@ { - "id": "a8071987-04a0-49b7-a350-9e7906dc9585", + "id": "7284ecfc-02fc-442e-8b5e-59b438af3987", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-postgres/src/migrations/20250909_160945_initial.ts b/templates/with-vercel-postgres/src/migrations/20250925_170113_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20250909_160945_initial.ts rename to templates/with-vercel-postgres/src/migrations/20250925_170113_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 79453b99f35..21c1aa45b49 100644 --- a/templates/with-vercel-postgres/src/migrations/index.ts +++ b/templates/with-vercel-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250909_160945_initial from './20250909_160945_initial' +import * as migration_20250925_170113_initial from './20250925_170113_initial' export const migrations = [ { - up: migration_20250909_160945_initial.up, - down: migration_20250909_160945_initial.down, - name: '20250909_160945_initial', + up: migration_20250925_170113_initial.up, + down: migration_20250925_170113_initial.down, + name: '20250925_170113_initial', }, ] diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index 350ad22c988..ac11e572004 100644 --- a/templates/with-vercel-website/package.json +++ b/templates/with-vercel-website/package.json @@ -23,19 +23,19 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/admin-bar": "3.55.0", - "@payloadcms/db-vercel-postgres": "3.55.0", - "@payloadcms/live-preview-react": "3.55.0", - "@payloadcms/next": "3.55.0", - "@payloadcms/payload-cloud": "3.55.0", - "@payloadcms/plugin-form-builder": "3.55.0", - "@payloadcms/plugin-nested-docs": "3.55.0", - "@payloadcms/plugin-redirects": "3.55.0", - "@payloadcms/plugin-search": "3.55.0", - "@payloadcms/plugin-seo": "3.55.0", - "@payloadcms/richtext-lexical": "3.55.0", - "@payloadcms/storage-vercel-blob": "3.55.0", - "@payloadcms/ui": "3.55.0", + "@payloadcms/admin-bar": "3.57.0", + "@payloadcms/db-vercel-postgres": "3.57.0", + "@payloadcms/live-preview-react": "3.57.0", + "@payloadcms/next": "3.57.0", + "@payloadcms/payload-cloud": "3.57.0", + "@payloadcms/plugin-form-builder": "3.57.0", + "@payloadcms/plugin-nested-docs": "3.57.0", + "@payloadcms/plugin-redirects": "3.57.0", + "@payloadcms/plugin-search": "3.57.0", + "@payloadcms/plugin-seo": "3.57.0", + "@payloadcms/richtext-lexical": "3.57.0", + "@payloadcms/storage-vercel-blob": "3.57.0", + "@payloadcms/ui": "3.57.0", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-select": "^2.0.0", @@ -49,7 +49,7 @@ "lucide-react": "^0.378.0", "next": "15.4.4", "next-sitemap": "^4.2.3", - "payload": "3.55.0", + "payload": "3.57.0", "prism-react-renderer": "^2.3.1", "react": "19.1.0", "react-dom": "19.1.0", @@ -82,7 +82,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.17.1", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-website/src/migrations/20250909_161006_initial.json b/templates/with-vercel-website/src/migrations/20250925_170133_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20250909_161006_initial.json rename to templates/with-vercel-website/src/migrations/20250925_170133_initial.json index dc78615d563..78e67e3267f 100644 --- a/templates/with-vercel-website/src/migrations/20250909_161006_initial.json +++ b/templates/with-vercel-website/src/migrations/20250925_170133_initial.json @@ -1,5 +1,5 @@ { - "id": "a25ed8ae-73ef-40d4-ac2b-da8868206442", + "id": "fa09d88c-d9ac-41f3-b75e-5997cd95a212", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-website/src/migrations/20250909_161006_initial.ts b/templates/with-vercel-website/src/migrations/20250925_170133_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20250909_161006_initial.ts rename to templates/with-vercel-website/src/migrations/20250925_170133_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index dd502e0b7fe..e193867ba13 100644 --- a/templates/with-vercel-website/src/migrations/index.ts +++ b/templates/with-vercel-website/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250909_161006_initial from './20250909_161006_initial' +import * as migration_20250925_170133_initial from './20250925_170133_initial' export const migrations = [ { - up: migration_20250909_161006_initial.up, - down: migration_20250909_161006_initial.down, - name: '20250909_161006_initial', + up: migration_20250925_170133_initial.up, + down: migration_20250925_170133_initial.down, + name: '20250925_170133_initial', }, ] diff --git a/templates/with-vercel-website/src/payload-types.ts b/templates/with-vercel-website/src/payload-types.ts index d162266095e..a391db1671c 100644 --- a/templates/with-vercel-website/src/payload-types.ts +++ b/templates/with-vercel-website/src/payload-types.ts @@ -154,7 +154,7 @@ export interface Page { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -219,7 +219,7 @@ export interface Post { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -265,7 +265,7 @@ export interface Media { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -401,7 +401,7 @@ export interface CallToActionBlock { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -452,7 +452,7 @@ export interface ContentBlock { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -509,7 +509,7 @@ export interface ArchiveBlock { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -545,7 +545,7 @@ export interface FormBlock { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -602,7 +602,7 @@ export interface Form { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -685,7 +685,7 @@ export interface Form { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -717,7 +717,7 @@ export interface Form { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[]; @@ -1682,7 +1682,7 @@ export interface BannerBlock { root: { type: string; children: { - type: string; + type: any; version: number; [k: string]: unknown; }[];