From e3cd01081be380648b9a43b20e54904c84da8202 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Aug 2025 13:44:58 +0000 Subject: [PATCH] templates: bump templates for v3.50.0 --- templates/with-postgres/package.json | 12 ++++---- ...tial.json => 20250805_134410_initial.json} | 2 +- ..._initial.ts => 20250805_134410_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 => 20250805_134331_initial.json} | 2 +- ..._initial.ts => 20250805_134331_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- templates/with-vercel-website/package.json | 30 +++++++++---------- ...tial.json => 20250805_134351_initial.json} | 2 +- ..._initial.ts => 20250805_134351_initial.ts} | 0 .../src/migrations/index.ts | 8 ++--- 13 files changed, 52 insertions(+), 52 deletions(-) rename templates/with-postgres/src/migrations/{20250726_113920_initial.json => 20250805_134410_initial.json} (99%) rename templates/with-postgres/src/migrations/{20250726_113920_initial.ts => 20250805_134410_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20250726_113907_initial.json => 20250805_134331_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20250726_113907_initial.ts => 20250805_134331_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20250726_113914_initial.json => 20250805_134351_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20250726_113914_initial.ts => 20250805_134351_initial.ts} (100%) diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index 7f3e511548f..5584ba26ac4 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.49.0", - "@payloadcms/next": "3.49.0", - "@payloadcms/payload-cloud": "3.49.0", - "@payloadcms/richtext-lexical": "3.49.0", - "@payloadcms/ui": "3.49.0", + "@payloadcms/db-postgres": "3.50.0", + "@payloadcms/next": "3.50.0", + "@payloadcms/payload-cloud": "3.50.0", + "@payloadcms/richtext-lexical": "3.50.0", + "@payloadcms/ui": "3.50.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.49.0", + "payload": "3.50.0", "react": "19.1.0", "react-dom": "19.1.0", "sharp": "0.34.2" diff --git a/templates/with-postgres/src/migrations/20250726_113920_initial.json b/templates/with-postgres/src/migrations/20250805_134410_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20250726_113920_initial.json rename to templates/with-postgres/src/migrations/20250805_134410_initial.json index 97216aac113..4cc9ea124f6 100644 --- a/templates/with-postgres/src/migrations/20250726_113920_initial.json +++ b/templates/with-postgres/src/migrations/20250805_134410_initial.json @@ -1,5 +1,5 @@ { - "id": "a01f43fe-f9ef-41b2-9ef2-ee199fdbf09e", + "id": "db07a708-0d39-422b-8b4a-8b7e15cad7e4", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-postgres/src/migrations/20250726_113920_initial.ts b/templates/with-postgres/src/migrations/20250805_134410_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20250726_113920_initial.ts rename to templates/with-postgres/src/migrations/20250805_134410_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index 88725f28dd1..fe8243f0be2 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250726_113920_initial from './20250726_113920_initial' +import * as migration_20250805_134410_initial from './20250805_134410_initial' export const migrations = [ { - up: migration_20250726_113920_initial.up, - down: migration_20250726_113920_initial.down, - name: '20250726_113920_initial', + up: migration_20250805_134410_initial.up, + down: migration_20250805_134410_initial.down, + name: '20250805_134410_initial', }, ] diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 6b7788acd6d..c2787cc0d87 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.49.0", - "@payloadcms/next": "3.49.0", - "@payloadcms/payload-cloud": "3.49.0", - "@payloadcms/richtext-lexical": "3.49.0", - "@payloadcms/storage-vercel-blob": "3.49.0", - "@payloadcms/ui": "3.49.0", + "@payloadcms/db-mongodb": "3.50.0", + "@payloadcms/next": "3.50.0", + "@payloadcms/payload-cloud": "3.50.0", + "@payloadcms/richtext-lexical": "3.50.0", + "@payloadcms/storage-vercel-blob": "3.50.0", + "@payloadcms/ui": "3.50.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.49.0", + "payload": "3.50.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.13.1", + "packageManager": "pnpm@10.14.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 83071373bd7..566e5d36a06 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.49.0", - "@payloadcms/next": "3.49.0", - "@payloadcms/payload-cloud": "3.49.0", - "@payloadcms/richtext-lexical": "3.49.0", - "@payloadcms/storage-vercel-blob": "3.49.0", - "@payloadcms/ui": "3.49.0", + "@payloadcms/db-vercel-postgres": "3.50.0", + "@payloadcms/next": "3.50.0", + "@payloadcms/payload-cloud": "3.50.0", + "@payloadcms/richtext-lexical": "3.50.0", + "@payloadcms/storage-vercel-blob": "3.50.0", + "@payloadcms/ui": "3.50.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.49.0", + "payload": "3.50.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.13.1", + "packageManager": "pnpm@10.14.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20250726_113907_initial.json b/templates/with-vercel-postgres/src/migrations/20250805_134331_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20250726_113907_initial.json rename to templates/with-vercel-postgres/src/migrations/20250805_134331_initial.json index ce0a6c475f4..9929c5c9905 100644 --- a/templates/with-vercel-postgres/src/migrations/20250726_113907_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20250805_134331_initial.json @@ -1,5 +1,5 @@ { - "id": "1da33d28-30b0-4553-8961-ddbbf2a3caa0", + "id": "719b9730-0129-4695-93c1-08e9fadff9ae", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-postgres/src/migrations/20250726_113907_initial.ts b/templates/with-vercel-postgres/src/migrations/20250805_134331_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20250726_113907_initial.ts rename to templates/with-vercel-postgres/src/migrations/20250805_134331_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 0560cb28fed..e245b41d5b3 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_20250726_113907_initial from './20250726_113907_initial' +import * as migration_20250805_134331_initial from './20250805_134331_initial' export const migrations = [ { - up: migration_20250726_113907_initial.up, - down: migration_20250726_113907_initial.down, - name: '20250726_113907_initial', + up: migration_20250805_134331_initial.up, + down: migration_20250805_134331_initial.down, + name: '20250805_134331_initial', }, ] diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index d114ed402df..f48ecd88e70 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.49.0", - "@payloadcms/db-vercel-postgres": "3.49.0", - "@payloadcms/live-preview-react": "3.49.0", - "@payloadcms/next": "3.49.0", - "@payloadcms/payload-cloud": "3.49.0", - "@payloadcms/plugin-form-builder": "3.49.0", - "@payloadcms/plugin-nested-docs": "3.49.0", - "@payloadcms/plugin-redirects": "3.49.0", - "@payloadcms/plugin-search": "3.49.0", - "@payloadcms/plugin-seo": "3.49.0", - "@payloadcms/richtext-lexical": "3.49.0", - "@payloadcms/storage-vercel-blob": "3.49.0", - "@payloadcms/ui": "3.49.0", + "@payloadcms/admin-bar": "3.50.0", + "@payloadcms/db-vercel-postgres": "3.50.0", + "@payloadcms/live-preview-react": "3.50.0", + "@payloadcms/next": "3.50.0", + "@payloadcms/payload-cloud": "3.50.0", + "@payloadcms/plugin-form-builder": "3.50.0", + "@payloadcms/plugin-nested-docs": "3.50.0", + "@payloadcms/plugin-redirects": "3.50.0", + "@payloadcms/plugin-search": "3.50.0", + "@payloadcms/plugin-seo": "3.50.0", + "@payloadcms/richtext-lexical": "3.50.0", + "@payloadcms/storage-vercel-blob": "3.50.0", + "@payloadcms/ui": "3.50.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.49.0", + "payload": "3.50.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.13.1", + "packageManager": "pnpm@10.14.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-website/src/migrations/20250726_113914_initial.json b/templates/with-vercel-website/src/migrations/20250805_134351_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20250726_113914_initial.json rename to templates/with-vercel-website/src/migrations/20250805_134351_initial.json index 7904f3baede..d4dd152bffb 100644 --- a/templates/with-vercel-website/src/migrations/20250726_113914_initial.json +++ b/templates/with-vercel-website/src/migrations/20250805_134351_initial.json @@ -1,5 +1,5 @@ { - "id": "0cdb510f-c7c6-45da-8202-ffed100b9cbb", + "id": "091f3b48-75c7-4829-b17b-52e7fa7c3bb2", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-website/src/migrations/20250726_113914_initial.ts b/templates/with-vercel-website/src/migrations/20250805_134351_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20250726_113914_initial.ts rename to templates/with-vercel-website/src/migrations/20250805_134351_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index 114568d745f..24b486dfee6 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_20250726_113914_initial from './20250726_113914_initial' +import * as migration_20250805_134351_initial from './20250805_134351_initial' export const migrations = [ { - up: migration_20250726_113914_initial.up, - down: migration_20250726_113914_initial.down, - name: '20250726_113914_initial', + up: migration_20250805_134351_initial.up, + down: migration_20250805_134351_initial.down, + name: '20250805_134351_initial', }, ]