Skip to content

Commit 3f61aba

Browse files
committed
Update zod package to version 3.25.76 across all modules
Update the zod library from version 3.23.8 to 3.25.76 in multiple package files to ensure compatibility and take advantage of new features or bug fixes introduced in recent releases. Keeping all modules synchronized with the latest version of zod helps maintain consistency across the project and reduces potential compatibility issues. - Modified zod version in apps/supervisor, webapp, and various internal packages. - Updated zod references in pnpm-lock.yaml to reflect the new version. - Ensure dependencies that rely on zod are using the updated version to avoid mismatches.
1 parent 1294076 commit 3f61aba

File tree

19 files changed

+237
-244
lines changed

19 files changed

+237
-244
lines changed

apps/supervisor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prom-client": "^15.1.0",
2020
"socket.io": "4.7.4",
2121
"std-env": "^3.8.0",
22-
"zod": "3.23.8"
22+
"zod": "3.25.76"
2323
},
2424
"devDependencies": {
2525
"@types/dockerode": "^3.3.33"

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"ulidx": "^2.2.1",
204204
"uuid": "^9.0.0",
205205
"ws": "^8.11.0",
206-
"zod": "3.23.8",
206+
"zod": "3.25.76",
207207
"zod-error": "1.5.0",
208208
"zod-validation-error": "^1.5.0"
209209
},

internal-packages/clickhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@clickhouse/client": "^1.11.1",
1010
"@internal/tracing": "workspace:*",
1111
"@trigger.dev/core": "workspace:*",
12-
"zod": "3.23.8",
12+
"zod": "3.25.76",
1313
"zod-error": "1.5.0"
1414
},
1515
"devDependencies": {

internal-packages/emails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-email": "^2.1.1",
1818
"resend": "^3.2.0",
1919
"tiny-invariant": "^1.2.0",
20-
"zod": "3.23.8"
20+
"zod": "3.25.76"
2121
},
2222
"devDependencies": {
2323
"@types/nodemailer": "^6.4.17",

internal-packages/run-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"nanoid": "3.3.8",
3131
"redlock": "5.0.0-beta.2",
3232
"seedrandom": "^3.0.5",
33-
"zod": "3.23.8"
33+
"zod": "3.25.76"
3434
},
3535
"devDependencies": {
3636
"@internal/testcontainers": "workspace:*",

internal-packages/schedule-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cron-parser": "^4.9.0",
2323
"cronstrue": "^2.50.0",
2424
"nanoid": "3.3.8",
25-
"zod": "3.23.8"
25+
"zod": "3.25.76"
2626
},
2727
"devDependencies": {
2828
"@internal/testcontainers": "workspace:*",

internal-packages/zod-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@trigger.dev/database": "workspace:*",
1111
"graphile-worker": "0.16.6",
1212
"lodash.omit": "^4.5.0",
13-
"zod": "3.23.8"
13+
"zod": "3.25.76"
1414
},
1515
"devDependencies": {
1616
"@types/lodash.omit": "^4.5.7",

packages/cli-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"tinyglobby": "^0.2.10",
136136
"ws": "^8.18.0",
137137
"xdg-app-paths": "^8.3.0",
138-
"zod": "3.23.8",
138+
"zod": "3.25.76",
139139
"zod-validation-error": "^1.5.0"
140140
},
141141
"engines": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"superjson": "^2.2.1",
197197
"tinyexec": "^0.3.2",
198198
"uncrypto": "^0.1.3",
199-
"zod": "3.23.8",
199+
"zod": "3.25.76",
200200
"zod-error": "1.5.0",
201201
"zod-validation-error": "^1.5.0"
202202
},

packages/redis-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash.omit": "^4.5.0",
2828
"nanoid": "^5.0.7",
2929
"p-limit": "^6.2.0",
30-
"zod": "3.23.8",
30+
"zod": "3.25.76",
3131
"cron-parser": "^4.9.0"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)