Skip to content

Commit c0c5101

Browse files
committed
chore: try fix tests
1 parent 5a49b73 commit c0c5101

17 files changed

Lines changed: 48 additions & 85 deletions

File tree

.github/actions/start-database/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Starts the required database for tests
33

44
inputs:
55
database:
6-
description: 'Database type: mongodb, mongodb-atlas, cosmosdb, documentdb, firestore, postgres, postgres-custom-schema, postgres-uuid, postgres-read-replica, postgres-read-replicas, vercel-postgres-read-replica, sqlite, sqlite-uuid, supabase, d1'
6+
description: 'Database type: mongodb, mongodb-atlas, cosmosdb, documentdb, firestore, postgres, postgres-custom-schema, postgres-uuid, postgres-uuidv7, postgres-read-replica, postgres-read-replicas, vercel-postgres-read-replica, sqlite, sqlite-uuid, sqlite-uuidv7, supabase, d1'
77
required: true
88

99
outputs:

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ Set `PAYLOAD_DATABASE` in your `.env` file to choose the database adapter:
134134
- `postgres` - PostgreSQL with pgvector and PostGIS
135135
- `postgres-custom-schema` - PostgreSQL with custom schema
136136
- `postgres-uuid` - PostgreSQL with UUID primary keys
137+
- `postgres-uuidv7` - PostgreSQL with UUID V7 primary keys
137138
- `postgres-read-replica` - PostgreSQL with read replica
138139
- `sqlite` - SQLite
139140
- `sqlite-uuid` - SQLite with UUID primary keys
141+
- `sqlite-uuidv7` - SQLite with UUID V7 primary keys
140142
- `supabase` - Supabase (PostgreSQL)
141143
- `d1` - D1 (SQLite)
142144

packages/db-d1-sqlite/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,12 @@
7777
"drizzle-orm": "0.44.7",
7878
"prompts": "2.4.2",
7979
"to-snake-case": "1.0.0",
80-
"uuid": "9.0.0"
80+
"uuid": "11.1.0"
8181
},
8282
"devDependencies": {
8383
"@payloadcms/eslint-config": "workspace:*",
8484
"@types/pg": "8.10.2",
8585
"@types/to-snake-case": "1.0.0",
86-
"@types/uuid": "10.0.0",
8786
"payload": "workspace:*"
8887
},
8988
"peerDependencies": {

packages/db-mongodb/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@
5555
"mongoose": "8.15.1",
5656
"mongoose-paginate-v2": "1.8.5",
5757
"prompts": "2.4.2",
58-
"uuid": "10.0.0"
58+
"uuid": "11.1.0"
5959
},
6060
"devDependencies": {
6161
"@payloadcms/eslint-config": "workspace:*",
6262
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
6363
"@types/prompts": "^2.4.5",
64-
"@types/uuid": "10.0.0",
6564
"mongodb": "6.16.0",
6665
"mongodb-memory-server": "10.1.4",
6766
"payload": "workspace:*"

packages/db-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"pg": "8.16.3",
8383
"prompts": "2.4.2",
8484
"to-snake-case": "1.0.0",
85-
"uuid": "10.0.0"
85+
"uuid": "11.1.0"
8686
},
8787
"devDependencies": {
8888
"@hyrious/esbuild-plugin-commonjs": "0.2.6",

packages/db-sqlite/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@
7979
"drizzle-orm": "0.44.7",
8080
"prompts": "2.4.2",
8181
"to-snake-case": "1.0.0",
82-
"uuid": "9.0.0"
82+
"uuid": "11.1.0"
8383
},
8484
"devDependencies": {
8585
"@payloadcms/eslint-config": "workspace:*",
8686
"@types/pg": "8.10.2",
8787
"@types/to-snake-case": "1.0.0",
88-
"@types/uuid": "10.0.0",
8988
"payload": "workspace:*"
9089
},
9190
"peerDependencies": {

packages/db-vercel-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"pg": "8.16.3",
8383
"prompts": "2.4.2",
8484
"to-snake-case": "1.0.0",
85-
"uuid": "10.0.0"
85+
"uuid": "11.1.0"
8686
},
8787
"devDependencies": {
8888
"@hyrious/esbuild-plugin-commonjs": "0.2.6",

packages/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"drizzle-orm": "0.44.7",
6363
"prompts": "2.4.2",
6464
"to-snake-case": "1.0.0",
65-
"uuid": "^11.1.0"
65+
"uuid": "11.1.0"
6666
},
6767
"devDependencies": {
6868
"@libsql/client": "0.14.0",

packages/next/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"path-to-regexp": "6.3.0",
124124
"qs-esm": "8.0.1",
125125
"sass": "1.77.4",
126-
"uuid": "10.0.0"
126+
"uuid": "11.1.0"
127127
},
128128
"devDependencies": {
129129
"@babel/cli": "7.27.2",
@@ -136,7 +136,6 @@
136136
"@types/busboy": "1.5.4",
137137
"@types/react": "19.2.9",
138138
"@types/react-dom": "19.2.3",
139-
"@types/uuid": "10.0.0",
140139
"babel-plugin-react-compiler": "19.1.0-rc.3",
141140
"esbuild": "0.27.1",
142141
"esbuild-sass-plugin": "3.3.1",

packages/payload/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"ts-essentials": "10.0.3",
129129
"tsx": "4.21.0",
130130
"undici": "7.24.4",
131-
"uuid": "10.0.0",
131+
"uuid": "11.1.0",
132132
"ws": "^8.16.0"
133133
},
134134
"devDependencies": {
@@ -140,7 +140,6 @@
140140
"@types/nodemailer": "7.0.2",
141141
"@types/pluralize": "0.0.33",
142142
"@types/range-parser": "1.2.7",
143-
"@types/uuid": "10.0.0",
144143
"@types/ws": "^8.5.10",
145144
"copyfiles": "2.4.1",
146145
"cross-env": "7.0.3",

0 commit comments

Comments
 (0)