From 32069e20568e07084c923397cf92e8b11dbe35fb Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 21 Aug 2025 16:02:50 -0400 Subject: [PATCH] templates: bump for v3.53.0 (#13541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Automated bump of templates for v3.53.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] --- templates/with-postgres/package.json | 12 ++++---- ...tial.json => 20250821_183927_initial.json} | 2 +- ..._initial.ts => 20250821_183927_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 => 20250821_183847_initial.json} | 2 +- ..._initial.ts => 20250821_183847_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- templates/with-vercel-website/package.json | 30 +++++++++---------- ...tial.json => 20250821_183907_initial.json} | 2 +- ..._initial.ts => 20250821_183907_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- 13 files changed, 52 insertions(+), 52 deletions(-) rename templates/with-postgres/src/migrations/{20250815_145342_initial.json => 20250821_183927_initial.json} (99%) rename templates/with-postgres/src/migrations/{20250815_145342_initial.ts => 20250821_183927_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20250815_145302_initial.json => 20250821_183847_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20250815_145302_initial.ts => 20250821_183847_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20250815_145322_initial.json => 20250821_183907_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20250815_145322_initial.ts => 20250821_183907_initial.ts} (100%) diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index 121f4fff91..48fddfa1c6 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.52.0", - "@payloadcms/next": "3.52.0", - "@payloadcms/payload-cloud": "3.52.0", - "@payloadcms/richtext-lexical": "3.52.0", - "@payloadcms/ui": "3.52.0", + "@payloadcms/db-postgres": "3.53.0", + "@payloadcms/next": "3.53.0", + "@payloadcms/payload-cloud": "3.53.0", + "@payloadcms/richtext-lexical": "3.53.0", + "@payloadcms/ui": "3.53.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.52.0", + "payload": "3.53.0", "react": "19.1.0", "react-dom": "19.1.0", "sharp": "0.34.2" diff --git a/templates/with-postgres/src/migrations/20250815_145342_initial.json b/templates/with-postgres/src/migrations/20250821_183927_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20250815_145342_initial.json rename to templates/with-postgres/src/migrations/20250821_183927_initial.json index 00cdf1e93b..b6d76ecd21 100644 --- a/templates/with-postgres/src/migrations/20250815_145342_initial.json +++ b/templates/with-postgres/src/migrations/20250821_183927_initial.json @@ -1,5 +1,5 @@ { - "id": "1992035c-9cdb-4ca1-8684-17e7688d6555", + "id": "a1c829e3-a53e-4658-bf19-385f89c5979f", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-postgres/src/migrations/20250815_145342_initial.ts b/templates/with-postgres/src/migrations/20250821_183927_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20250815_145342_initial.ts rename to templates/with-postgres/src/migrations/20250821_183927_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index fcfd955251..30a7088e36 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250815_145342_initial from './20250815_145342_initial' +import * as migration_20250821_183927_initial from './20250821_183927_initial' export const migrations = [ { - up: migration_20250815_145342_initial.up, - down: migration_20250815_145342_initial.down, - name: '20250815_145342_initial', + up: migration_20250821_183927_initial.up, + down: migration_20250821_183927_initial.down, + name: '20250821_183927_initial', }, ] diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 7de684dc63..fd5c41c660 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.52.0", - "@payloadcms/next": "3.52.0", - "@payloadcms/payload-cloud": "3.52.0", - "@payloadcms/richtext-lexical": "3.52.0", - "@payloadcms/storage-vercel-blob": "3.52.0", - "@payloadcms/ui": "3.52.0", + "@payloadcms/db-mongodb": "3.53.0", + "@payloadcms/next": "3.53.0", + "@payloadcms/payload-cloud": "3.53.0", + "@payloadcms/richtext-lexical": "3.53.0", + "@payloadcms/storage-vercel-blob": "3.53.0", + "@payloadcms/ui": "3.53.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.52.0", + "payload": "3.53.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.14.0", + "packageManager": "pnpm@10.15.0", "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 d27daafd4d..0d6347fe9a 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.52.0", - "@payloadcms/next": "3.52.0", - "@payloadcms/payload-cloud": "3.52.0", - "@payloadcms/richtext-lexical": "3.52.0", - "@payloadcms/storage-vercel-blob": "3.52.0", - "@payloadcms/ui": "3.52.0", + "@payloadcms/db-vercel-postgres": "3.53.0", + "@payloadcms/next": "3.53.0", + "@payloadcms/payload-cloud": "3.53.0", + "@payloadcms/richtext-lexical": "3.53.0", + "@payloadcms/storage-vercel-blob": "3.53.0", + "@payloadcms/ui": "3.53.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.52.0", + "payload": "3.53.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.14.0", + "packageManager": "pnpm@10.15.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20250815_145302_initial.json b/templates/with-vercel-postgres/src/migrations/20250821_183847_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20250815_145302_initial.json rename to templates/with-vercel-postgres/src/migrations/20250821_183847_initial.json index 2abab71599..5996ebaae0 100644 --- a/templates/with-vercel-postgres/src/migrations/20250815_145302_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20250821_183847_initial.json @@ -1,5 +1,5 @@ { - "id": "0b34041e-60ce-4113-ac2f-f5089e9f3da6", + "id": "c4b3797c-e69a-46b8-b729-3015b1853449", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-postgres/src/migrations/20250815_145302_initial.ts b/templates/with-vercel-postgres/src/migrations/20250821_183847_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20250815_145302_initial.ts rename to templates/with-vercel-postgres/src/migrations/20250821_183847_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 8ad7afb4bf..24f3b72407 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_20250815_145302_initial from './20250815_145302_initial' +import * as migration_20250821_183847_initial from './20250821_183847_initial' export const migrations = [ { - up: migration_20250815_145302_initial.up, - down: migration_20250815_145302_initial.down, - name: '20250815_145302_initial', + up: migration_20250821_183847_initial.up, + down: migration_20250821_183847_initial.down, + name: '20250821_183847_initial', }, ] diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index 28fe147b52..68e23873e3 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.52.0", - "@payloadcms/db-vercel-postgres": "3.52.0", - "@payloadcms/live-preview-react": "3.52.0", - "@payloadcms/next": "3.52.0", - "@payloadcms/payload-cloud": "3.52.0", - "@payloadcms/plugin-form-builder": "3.52.0", - "@payloadcms/plugin-nested-docs": "3.52.0", - "@payloadcms/plugin-redirects": "3.52.0", - "@payloadcms/plugin-search": "3.52.0", - "@payloadcms/plugin-seo": "3.52.0", - "@payloadcms/richtext-lexical": "3.52.0", - "@payloadcms/storage-vercel-blob": "3.52.0", - "@payloadcms/ui": "3.52.0", + "@payloadcms/admin-bar": "3.53.0", + "@payloadcms/db-vercel-postgres": "3.53.0", + "@payloadcms/live-preview-react": "3.53.0", + "@payloadcms/next": "3.53.0", + "@payloadcms/payload-cloud": "3.53.0", + "@payloadcms/plugin-form-builder": "3.53.0", + "@payloadcms/plugin-nested-docs": "3.53.0", + "@payloadcms/plugin-redirects": "3.53.0", + "@payloadcms/plugin-search": "3.53.0", + "@payloadcms/plugin-seo": "3.53.0", + "@payloadcms/richtext-lexical": "3.53.0", + "@payloadcms/storage-vercel-blob": "3.53.0", + "@payloadcms/ui": "3.53.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.52.0", + "payload": "3.53.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.14.0", + "packageManager": "pnpm@10.15.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-website/src/migrations/20250815_145322_initial.json b/templates/with-vercel-website/src/migrations/20250821_183907_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20250815_145322_initial.json rename to templates/with-vercel-website/src/migrations/20250821_183907_initial.json index 6883ed263a..354690dd48 100644 --- a/templates/with-vercel-website/src/migrations/20250815_145322_initial.json +++ b/templates/with-vercel-website/src/migrations/20250821_183907_initial.json @@ -1,5 +1,5 @@ { - "id": "c49c6925-d6c6-44b7-953c-27b4357a8b57", + "id": "46e0a2c3-ccd2-49a2-a365-1254d776a397", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-website/src/migrations/20250815_145322_initial.ts b/templates/with-vercel-website/src/migrations/20250821_183907_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20250815_145322_initial.ts rename to templates/with-vercel-website/src/migrations/20250821_183907_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index 3f80fdd6f9..d2332d9185 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_20250815_145322_initial from './20250815_145322_initial' +import * as migration_20250821_183907_initial from './20250821_183907_initial' export const migrations = [ { - up: migration_20250815_145322_initial.up, - down: migration_20250815_145322_initial.down, - name: '20250815_145322_initial', + up: migration_20250821_183907_initial.up, + down: migration_20250821_183907_initial.down, + name: '20250821_183907_initial', }, ]