From 8a67da46eaf589e524b5c6f0f7dcbc3395bccd67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Sep 2025 18:52:50 +0000 Subject: [PATCH] templates: bump templates for v3.55.1 --- templates/with-postgres/package.json | 12 ++++---- ...tial.json => 20250910_185159_initial.json} | 2 +- ..._initial.ts => 20250910_185159_initial.ts} | 0 .../with-postgres/src/migrations/index.ts | 8 +++--- templates/with-vercel-mongodb/package.json | 14 +++++----- templates/with-vercel-postgres/package.json | 14 +++++----- ...tial.json => 20250910_185118_initial.json} | 2 +- ..._initial.ts => 20250910_185118_initial.ts} | 0 .../src/migrations/index.ts | 8 +++--- templates/with-vercel-website/package.json | 28 +++++++++---------- ...tial.json => 20250910_185138_initial.json} | 2 +- ..._initial.ts => 20250910_185138_initial.ts} | 0 .../src/migrations/index.ts | 8 +++--- 13 files changed, 49 insertions(+), 49 deletions(-) rename templates/with-postgres/src/migrations/{20250909_161027_initial.json => 20250910_185159_initial.json} (99%) rename templates/with-postgres/src/migrations/{20250909_161027_initial.ts => 20250910_185159_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20250909_160945_initial.json => 20250910_185118_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20250909_160945_initial.ts => 20250910_185118_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20250909_161006_initial.json => 20250910_185138_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20250909_161006_initial.ts => 20250910_185138_initial.ts} (100%) diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index df2380c9d7c..b2b1b289399 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.55.1", + "@payloadcms/next": "3.55.1", + "@payloadcms/payload-cloud": "3.55.1", + "@payloadcms/richtext-lexical": "3.55.1", + "@payloadcms/ui": "3.55.1", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.55.1", "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/20250910_185159_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20250909_161027_initial.json rename to templates/with-postgres/src/migrations/20250910_185159_initial.json index 861a9c7b86f..b23249aec5a 100644 --- a/templates/with-postgres/src/migrations/20250909_161027_initial.json +++ b/templates/with-postgres/src/migrations/20250910_185159_initial.json @@ -1,5 +1,5 @@ { - "id": "55cdb526-62ad-4b3a-ac43-2ae69cef0912", + "id": "ca0d49cd-d906-40fe-896e-817be5e63a85", "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/20250910_185159_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20250909_161027_initial.ts rename to templates/with-postgres/src/migrations/20250910_185159_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index 893023c0c59..c9ebea35c23 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_20250910_185159_initial from './20250910_185159_initial' export const migrations = [ { - up: migration_20250909_161027_initial.up, - down: migration_20250909_161027_initial.down, - name: '20250909_161027_initial', + up: migration_20250910_185159_initial.up, + down: migration_20250910_185159_initial.down, + name: '20250910_185159_initial', }, ] diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 172427afe20..d32b3b1c8c7 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.55.1", + "@payloadcms/next": "3.55.1", + "@payloadcms/payload-cloud": "3.55.1", + "@payloadcms/richtext-lexical": "3.55.1", + "@payloadcms/storage-vercel-blob": "3.55.1", + "@payloadcms/ui": "3.55.1", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.55.1", "react": "19.1.0", "react-dom": "19.1.0" }, diff --git a/templates/with-vercel-postgres/package.json b/templates/with-vercel-postgres/package.json index 70d0e88d488..9442fa08a65 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.55.1", + "@payloadcms/next": "3.55.1", + "@payloadcms/payload-cloud": "3.55.1", + "@payloadcms/richtext-lexical": "3.55.1", + "@payloadcms/storage-vercel-blob": "3.55.1", + "@payloadcms/ui": "3.55.1", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.4", - "payload": "3.55.0", + "payload": "3.55.1", "react": "19.1.0", "react-dom": "19.1.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20250909_160945_initial.json b/templates/with-vercel-postgres/src/migrations/20250910_185118_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/20250910_185118_initial.json index 6237aedc9a1..a45a3db2362 100644 --- a/templates/with-vercel-postgres/src/migrations/20250909_160945_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20250910_185118_initial.json @@ -1,5 +1,5 @@ { - "id": "a8071987-04a0-49b7-a350-9e7906dc9585", + "id": "28c23187-4297-4b50-b768-e9f597b0ac61", "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/20250910_185118_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/20250910_185118_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 79453b99f35..0f2fb20d5d1 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_20250910_185118_initial from './20250910_185118_initial' export const migrations = [ { - up: migration_20250909_160945_initial.up, - down: migration_20250909_160945_initial.down, - name: '20250909_160945_initial', + up: migration_20250910_185118_initial.up, + down: migration_20250910_185118_initial.down, + name: '20250910_185118_initial', }, ] diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index 350ad22c988..faf77c12d64 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.55.1", + "@payloadcms/db-vercel-postgres": "3.55.1", + "@payloadcms/live-preview-react": "3.55.1", + "@payloadcms/next": "3.55.1", + "@payloadcms/payload-cloud": "3.55.1", + "@payloadcms/plugin-form-builder": "3.55.1", + "@payloadcms/plugin-nested-docs": "3.55.1", + "@payloadcms/plugin-redirects": "3.55.1", + "@payloadcms/plugin-search": "3.55.1", + "@payloadcms/plugin-seo": "3.55.1", + "@payloadcms/richtext-lexical": "3.55.1", + "@payloadcms/storage-vercel-blob": "3.55.1", + "@payloadcms/ui": "3.55.1", "@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.55.1", "prism-react-renderer": "^2.3.1", "react": "19.1.0", "react-dom": "19.1.0", diff --git a/templates/with-vercel-website/src/migrations/20250909_161006_initial.json b/templates/with-vercel-website/src/migrations/20250910_185138_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/20250910_185138_initial.json index dc78615d563..f4bae3cc207 100644 --- a/templates/with-vercel-website/src/migrations/20250909_161006_initial.json +++ b/templates/with-vercel-website/src/migrations/20250910_185138_initial.json @@ -1,5 +1,5 @@ { - "id": "a25ed8ae-73ef-40d4-ac2b-da8868206442", + "id": "910eccce-8479-48bf-8a76-014a7efc1a18", "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/20250910_185138_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/20250910_185138_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index dd502e0b7fe..896d97b1182 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_20250910_185138_initial from './20250910_185138_initial' export const migrations = [ { - up: migration_20250909_161006_initial.up, - down: migration_20250909_161006_initial.down, - name: '20250909_161006_initial', + up: migration_20250910_185138_initial.up, + down: migration_20250910_185138_initial.down, + name: '20250910_185138_initial', }, ]