Skip to content

chore: migrate to Zod v4#30

Merged
vreshch merged 1 commit intomasterfrom
chore/zod-v4
Mar 4, 2026
Merged

chore: migrate to Zod v4#30
vreshch merged 1 commit intomasterfrom
chore/zod-v4

Conversation

@vreshch
Copy link
Contributor

@vreshch vreshch commented Mar 4, 2026

Summary

  • Bump zod from 3.25.76 to ^4.3.6
  • z.string().url()z.url() (v4 top-level validator)
  • z.record(z.string())z.record(z.string(), z.string()) (v4 requires 2 args)

Test plan

  • 168/168 tests pass
  • Type-check clean
  • Lint clean

- Bump zod from 3.25.76 to ^4.3.6
- z.string().url() → z.url() (config.types.ts)
- z.record(z.string()) → z.record(z.string(), z.string()) (agent.schema.ts)
@vreshch vreshch merged commit a834612 into master Mar 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant