[PR #147] [CLOSED] Migrating to zod/v4 #150

Closed
opened 2026-02-16 03:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/147
Author: @AstraBert
Created: 8/26/2025
Status: Closed

Base: mainHead: clelia/zodv4


📝 Commits (9)

📊 Changes

6 files changed (+305 additions, -13 deletions)

View changed files

.changeset/fair-seas-burn.md (+5 -0)
📝 demo/node/mcp-file-parse-tool.ts (+1 -1)
📝 demo/package.json (+1 -1)
📝 packages/core/package.json (+12 -3)
📝 packages/core/src/mcp.ts (+2 -2)
📝 pnpm-lock.yaml (+284 -6)

📄 Description

With this PR we intend to add support for zod/v4


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/147 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 8/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `clelia/zodv4` --- ### 📝 Commits (9) - [`ba15016`](https://github.com/run-llama/workflows-ts/commit/ba1501685f80a60664944dd3f0da6d261c3fd30d) feat: migrate to zod/v4 - [`fd0ccc1`](https://github.com/run-llama/workflows-ts/commit/fd0ccc112a3df34671fbc045aa9707d01adb0c3b) changesets - [`23f0f5a`](https://github.com/run-llama/workflows-ts/commit/23f0f5ab66abfd86565004f15cdec5ff5bc95fd0) fix: zod/v4 also in demo - [`0896621`](https://github.com/run-llama/workflows-ts/commit/0896621e89b01da59e057565b193057c6cb4551a) fix: lockfile - [`29ef50e`](https://github.com/run-llama/workflows-ts/commit/29ef50ed60823194493083943fd043d95f767de8) fix: mcp demo - [`b32a2f2`](https://github.com/run-llama/workflows-ts/commit/b32a2f29643a783f165925f5444dbcc8d98637d6) fix: add web-std/file and recheck as peer deps - [`2d68513`](https://github.com/run-llama/workflows-ts/commit/2d6851344705de4b2cdd1c83d0d3b556f76c3982) fix: lockfile - [`eae75f3`](https://github.com/run-llama/workflows-ts/commit/eae75f3de8af45b81690db5573fe40fe1013daa7) fix: specifier and version in zod - [`5406406`](https://github.com/run-llama/workflows-ts/commit/5406406b2ac1f75317d9f6313dd16f45e8942213) fix: mcp back to zod/v3 to avoid type clashes ### 📊 Changes **6 files changed** (+305 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fair-seas-burn.md` (+5 -0) 📝 `demo/node/mcp-file-parse-tool.ts` (+1 -1) 📝 `demo/package.json` (+1 -1) 📝 `packages/core/package.json` (+12 -3) 📝 `packages/core/src/mcp.ts` (+2 -2) 📝 `pnpm-lock.yaml` (+284 -6) </details> ### 📄 Description With this PR we intend to add support for zod/v4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:18 -05:00
yindo closed this issue 2026-02-16 03:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#150