From dbc4ee6900edb7e627b077b2ecffdf5bca230080 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Dec 2025 21:29:33 +0000 Subject: [PATCH] templates: bump templates for v3.66.0 --- templates/blank/src/payload-types.ts | 1 + templates/ecommerce/src/payload-types.ts | 1 + templates/website/src/payload-types.ts | 1 + templates/with-cloudflare-d1/package.json | 12 ++++---- .../with-cloudflare-d1/src/payload-types.ts | 1 + templates/with-postgres/package.json | 10 +++---- ...tial.json => 20251203_212801_initial.json} | 6 ++-- ..._initial.ts => 20251203_212801_initial.ts} | 0 .../with-postgres/src/migrations/index.ts | 8 +++--- templates/with-postgres/src/payload-types.ts | 1 + templates/with-vercel-mongodb/package.json | 14 +++++----- .../with-vercel-mongodb/src/payload-types.ts | 1 + templates/with-vercel-postgres/package.json | 14 +++++----- ...tial.json => 20251203_212724_initial.json} | 6 ++-- ..._initial.ts => 20251203_212724_initial.ts} | 0 .../src/migrations/index.ts | 8 +++--- .../with-vercel-postgres/src/payload-types.ts | 1 + templates/with-vercel-website/package.json | 28 +++++++++---------- ...tial.json => 20251203_212743_initial.json} | 6 ++-- ..._initial.ts => 20251203_212743_initial.ts} | 0 .../src/migrations/index.ts | 8 +++--- .../with-vercel-website/src/payload-types.ts | 1 + 22 files changed, 68 insertions(+), 60 deletions(-) rename templates/with-postgres/src/migrations/{20251107_183854_initial.json => 20251203_212801_initial.json} (99%) rename templates/with-postgres/src/migrations/{20251107_183854_initial.ts => 20251203_212801_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20251107_183841_initial.json => 20251203_212724_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20251107_183841_initial.ts => 20251203_212724_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20251107_183848_initial.json => 20251203_212743_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20251107_183848_initial.ts => 20251203_212743_initial.ts} (100%) diff --git a/templates/blank/src/payload-types.ts b/templates/blank/src/payload-types.ts index ec118e0473e..7c24a0d57f3 100644 --- a/templates/blank/src/payload-types.ts +++ b/templates/blank/src/payload-types.ts @@ -86,6 +86,7 @@ export interface Config { db: { defaultIDType: string; }; + fallbackLocale: null; globals: {}; globalsSelect: {}; locale: null; diff --git a/templates/ecommerce/src/payload-types.ts b/templates/ecommerce/src/payload-types.ts index e5cdc693ec9..9caf7dd772b 100644 --- a/templates/ecommerce/src/payload-types.ts +++ b/templates/ecommerce/src/payload-types.ts @@ -127,6 +127,7 @@ export interface Config { db: { defaultIDType: string; }; + fallbackLocale: null; globals: { header: Header; footer: Footer; diff --git a/templates/website/src/payload-types.ts b/templates/website/src/payload-types.ts index e34987e1c0d..7d83ad77977 100644 --- a/templates/website/src/payload-types.ts +++ b/templates/website/src/payload-types.ts @@ -108,6 +108,7 @@ export interface Config { db: { defaultIDType: string; }; + fallbackLocale: null; globals: { header: Header; footer: Footer; diff --git a/templates/with-cloudflare-d1/package.json b/templates/with-cloudflare-d1/package.json index 74a43a22cba..74ee3e30ae1 100644 --- a/templates/with-cloudflare-d1/package.json +++ b/templates/with-cloudflare-d1/package.json @@ -26,16 +26,16 @@ }, "dependencies": { "@opennextjs/cloudflare": "^1.11.0", - "@payloadcms/db-d1-sqlite": "3.63.0", - "@payloadcms/next": "3.63.0", - "@payloadcms/richtext-lexical": "3.63.0", - "@payloadcms/storage-r2": "3.63.0", - "@payloadcms/ui": "3.63.0", + "@payloadcms/db-d1-sqlite": "3.66.0", + "@payloadcms/next": "3.66.0", + "@payloadcms/richtext-lexical": "3.66.0", + "@payloadcms/storage-r2": "3.66.0", + "@payloadcms/ui": "3.66.0", "cross-env": "^7.0.3", "dotenv": "16.4.7", "graphql": "^16.8.1", "next": "15.4.8", - "payload": "3.63.0", + "payload": "3.66.0", "react": "19.2.1", "react-dom": "19.2.1" }, diff --git a/templates/with-cloudflare-d1/src/payload-types.ts b/templates/with-cloudflare-d1/src/payload-types.ts index 5b400164177..bb85eafc6d0 100644 --- a/templates/with-cloudflare-d1/src/payload-types.ts +++ b/templates/with-cloudflare-d1/src/payload-types.ts @@ -86,6 +86,7 @@ export interface Config { db: { defaultIDType: number; }; + fallbackLocale: null; globals: {}; globalsSelect: {}; locale: null; diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index aaa39eae9d0..c8ea64254ba 100644 --- a/templates/with-postgres/package.json +++ b/templates/with-postgres/package.json @@ -19,14 +19,14 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-postgres": "3.63.0", - "@payloadcms/next": "3.63.0", - "@payloadcms/richtext-lexical": "3.63.0", - "@payloadcms/ui": "3.63.0", + "@payloadcms/db-postgres": "3.66.0", + "@payloadcms/next": "3.66.0", + "@payloadcms/richtext-lexical": "3.66.0", + "@payloadcms/ui": "3.66.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.8", - "payload": "3.63.0", + "payload": "3.66.0", "react": "19.2.1", "react-dom": "19.2.1", "sharp": "0.34.2" diff --git a/templates/with-postgres/src/migrations/20251107_183854_initial.json b/templates/with-postgres/src/migrations/20251203_212801_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20251107_183854_initial.json rename to templates/with-postgres/src/migrations/20251203_212801_initial.json index 347366f6a0a..d28c8b0d109 100644 --- a/templates/with-postgres/src/migrations/20251107_183854_initial.json +++ b/templates/with-postgres/src/migrations/20251203_212801_initial.json @@ -1,6 +1,4 @@ { - "id": "255dcb47-65ad-46bd-9bd7-6d5581478a90", - "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", "tables": { @@ -935,5 +933,7 @@ "schemas": {}, "tables": {}, "columns": {} - } + }, + "id": "7e2db874-45d7-4fc8-a862-d6a68e0c155e", + "prevId": "00000000-0000-0000-0000-000000000000" } diff --git a/templates/with-postgres/src/migrations/20251107_183854_initial.ts b/templates/with-postgres/src/migrations/20251203_212801_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20251107_183854_initial.ts rename to templates/with-postgres/src/migrations/20251203_212801_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index c77a1bf1a57..92ad2db909f 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20251107_183854_initial from './20251107_183854_initial' +import * as migration_20251203_212801_initial from './20251203_212801_initial' export const migrations = [ { - up: migration_20251107_183854_initial.up, - down: migration_20251107_183854_initial.down, - name: '20251107_183854_initial', + up: migration_20251203_212801_initial.up, + down: migration_20251203_212801_initial.down, + name: '20251203_212801_initial', }, ] diff --git a/templates/with-postgres/src/payload-types.ts b/templates/with-postgres/src/payload-types.ts index 0d481af819e..4133934a069 100644 --- a/templates/with-postgres/src/payload-types.ts +++ b/templates/with-postgres/src/payload-types.ts @@ -86,6 +86,7 @@ export interface Config { db: { defaultIDType: number; }; + fallbackLocale: null; globals: {}; globalsSelect: {}; locale: null; diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 7671bbc8771..b7b0e64e42e 100644 --- a/templates/with-vercel-mongodb/package.json +++ b/templates/with-vercel-mongodb/package.json @@ -18,15 +18,15 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-mongodb": "3.63.0", - "@payloadcms/next": "3.63.0", - "@payloadcms/richtext-lexical": "3.63.0", - "@payloadcms/storage-vercel-blob": "3.63.0", - "@payloadcms/ui": "3.63.0", + "@payloadcms/db-mongodb": "3.66.0", + "@payloadcms/next": "3.66.0", + "@payloadcms/richtext-lexical": "3.66.0", + "@payloadcms/storage-vercel-blob": "3.66.0", + "@payloadcms/ui": "3.66.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.8", - "payload": "3.63.0", + "payload": "3.66.0", "react": "19.2.1", "react-dom": "19.2.1" }, @@ -48,7 +48,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.20.0", + "packageManager": "pnpm@10.24.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-mongodb/src/payload-types.ts b/templates/with-vercel-mongodb/src/payload-types.ts index ec118e0473e..7c24a0d57f3 100644 --- a/templates/with-vercel-mongodb/src/payload-types.ts +++ b/templates/with-vercel-mongodb/src/payload-types.ts @@ -86,6 +86,7 @@ export interface Config { db: { defaultIDType: string; }; + fallbackLocale: null; globals: {}; globalsSelect: {}; locale: null; diff --git a/templates/with-vercel-postgres/package.json b/templates/with-vercel-postgres/package.json index 9b4f2789f43..1ef4dcd7e1e 100644 --- a/templates/with-vercel-postgres/package.json +++ b/templates/with-vercel-postgres/package.json @@ -19,15 +19,15 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-vercel-postgres": "3.63.0", - "@payloadcms/next": "3.63.0", - "@payloadcms/richtext-lexical": "3.63.0", - "@payloadcms/storage-vercel-blob": "3.63.0", - "@payloadcms/ui": "3.63.0", + "@payloadcms/db-vercel-postgres": "3.66.0", + "@payloadcms/next": "3.66.0", + "@payloadcms/richtext-lexical": "3.66.0", + "@payloadcms/storage-vercel-blob": "3.66.0", + "@payloadcms/ui": "3.66.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.4.8", - "payload": "3.63.0", + "payload": "3.66.0", "react": "19.2.1", "react-dom": "19.2.1" }, @@ -49,7 +49,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.20.0", + "packageManager": "pnpm@10.24.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20251107_183841_initial.json b/templates/with-vercel-postgres/src/migrations/20251203_212724_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20251107_183841_initial.json rename to templates/with-vercel-postgres/src/migrations/20251203_212724_initial.json index fc9ff555ed3..bf2d5650b5a 100644 --- a/templates/with-vercel-postgres/src/migrations/20251107_183841_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20251203_212724_initial.json @@ -1,6 +1,4 @@ { - "id": "b1eec400-2402-4b9e-a2a6-1c3abe4d218f", - "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", "tables": { @@ -935,5 +933,7 @@ "schemas": {}, "tables": {}, "columns": {} - } + }, + "id": "146ea3ea-85d8-4a6a-875e-83b67653decb", + "prevId": "00000000-0000-0000-0000-000000000000" } diff --git a/templates/with-vercel-postgres/src/migrations/20251107_183841_initial.ts b/templates/with-vercel-postgres/src/migrations/20251203_212724_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20251107_183841_initial.ts rename to templates/with-vercel-postgres/src/migrations/20251203_212724_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index e9a45811091..3aa1f032fdf 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_20251107_183841_initial from './20251107_183841_initial' +import * as migration_20251203_212724_initial from './20251203_212724_initial' export const migrations = [ { - up: migration_20251107_183841_initial.up, - down: migration_20251107_183841_initial.down, - name: '20251107_183841_initial', + up: migration_20251203_212724_initial.up, + down: migration_20251203_212724_initial.down, + name: '20251203_212724_initial', }, ] diff --git a/templates/with-vercel-postgres/src/payload-types.ts b/templates/with-vercel-postgres/src/payload-types.ts index 0d481af819e..4133934a069 100644 --- a/templates/with-vercel-postgres/src/payload-types.ts +++ b/templates/with-vercel-postgres/src/payload-types.ts @@ -86,6 +86,7 @@ export interface Config { db: { defaultIDType: number; }; + fallbackLocale: null; globals: {}; globalsSelect: {}; locale: null; diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index 65639a2755a..e957e681893 100644 --- a/templates/with-vercel-website/package.json +++ b/templates/with-vercel-website/package.json @@ -23,18 +23,18 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/admin-bar": "3.63.0", - "@payloadcms/db-vercel-postgres": "3.63.0", - "@payloadcms/live-preview-react": "3.63.0", - "@payloadcms/next": "3.63.0", - "@payloadcms/plugin-form-builder": "3.63.0", - "@payloadcms/plugin-nested-docs": "3.63.0", - "@payloadcms/plugin-redirects": "3.63.0", - "@payloadcms/plugin-search": "3.63.0", - "@payloadcms/plugin-seo": "3.63.0", - "@payloadcms/richtext-lexical": "3.63.0", - "@payloadcms/storage-vercel-blob": "3.63.0", - "@payloadcms/ui": "3.63.0", + "@payloadcms/admin-bar": "3.66.0", + "@payloadcms/db-vercel-postgres": "3.66.0", + "@payloadcms/live-preview-react": "3.66.0", + "@payloadcms/next": "3.66.0", + "@payloadcms/plugin-form-builder": "3.66.0", + "@payloadcms/plugin-nested-docs": "3.66.0", + "@payloadcms/plugin-redirects": "3.66.0", + "@payloadcms/plugin-search": "3.66.0", + "@payloadcms/plugin-seo": "3.66.0", + "@payloadcms/richtext-lexical": "3.66.0", + "@payloadcms/storage-vercel-blob": "3.66.0", + "@payloadcms/ui": "3.66.0", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-select": "^2.0.0", @@ -48,7 +48,7 @@ "lucide-react": "^0.378.0", "next": "15.4.8", "next-sitemap": "^4.2.3", - "payload": "3.63.0", + "payload": "3.66.0", "prism-react-renderer": "^2.3.1", "react": "19.2.1", "react-dom": "19.2.1", @@ -81,7 +81,7 @@ "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.3" }, - "packageManager": "pnpm@10.20.0", + "packageManager": "pnpm@10.24.0", "engines": { "node": "^18.20.2 || >=20.9.0" }, diff --git a/templates/with-vercel-website/src/migrations/20251107_183848_initial.json b/templates/with-vercel-website/src/migrations/20251203_212743_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20251107_183848_initial.json rename to templates/with-vercel-website/src/migrations/20251203_212743_initial.json index c9f38436b73..93c833136e0 100644 --- a/templates/with-vercel-website/src/migrations/20251107_183848_initial.json +++ b/templates/with-vercel-website/src/migrations/20251203_212743_initial.json @@ -1,6 +1,4 @@ { - "id": "6686d861-e460-451a-b85d-51479253bd5e", - "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", "tables": { @@ -9182,5 +9180,7 @@ "schemas": {}, "tables": {}, "columns": {} - } + }, + "id": "d05c897f-266d-4aff-854c-199fd0c64f73", + "prevId": "00000000-0000-0000-0000-000000000000" } diff --git a/templates/with-vercel-website/src/migrations/20251107_183848_initial.ts b/templates/with-vercel-website/src/migrations/20251203_212743_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20251107_183848_initial.ts rename to templates/with-vercel-website/src/migrations/20251203_212743_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index 5487974cd87..7b9f1c39db2 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_20251107_183848_initial from './20251107_183848_initial' +import * as migration_20251203_212743_initial from './20251203_212743_initial' export const migrations = [ { - up: migration_20251107_183848_initial.up, - down: migration_20251107_183848_initial.down, - name: '20251107_183848_initial', + up: migration_20251203_212743_initial.up, + down: migration_20251203_212743_initial.down, + name: '20251203_212743_initial', }, ] diff --git a/templates/with-vercel-website/src/payload-types.ts b/templates/with-vercel-website/src/payload-types.ts index 3c214ec076c..a420f9aefc6 100644 --- a/templates/with-vercel-website/src/payload-types.ts +++ b/templates/with-vercel-website/src/payload-types.ts @@ -108,6 +108,7 @@ export interface Config { db: { defaultIDType: number; }; + fallbackLocale: null; globals: { header: Header; footer: Footer;