Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"zod": "^3.25.76"
"zod": "^4.1.11"
},
Comment on lines 26 to 28
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Major-version upgrade demands code changes and migration work.

Moving Zod from v3 to v4 is a breaking change (schema infer rules, default string coercion removal, safeParseAsync behavior, error flattening, etc.). None of those migrations are addressed here, so the build/runtime will break as soon as any v3-only API runs. Block this PR until the repository’s Zod usages are updated and the test suite passes on v4; see the official v4 migration guide for the exact replacements.

"devDependencies": {
"@biomejs/biome": "^2.2.5",
Expand Down
Loading