Skip to content

chore(deps): upgrade zod 3→4 and @types/node 22→25#19

Merged
reaatech merged 1 commit intomainfrom
fix/zod-v4-types-node-upgrade
Apr 29, 2026
Merged

chore(deps): upgrade zod 3→4 and @types/node 22→25#19
reaatech merged 1 commit intomainfrom
fix/zod-v4-types-node-upgrade

Conversation

@reaatech
Copy link
Copy Markdown
Owner

Summary

Upgrade zod from v3 to v4 and @types/node from v22 to v25.

Changes

  • zod: ^3.23.0^4.3.0
    • Updated z.record() calls to new v4 API: z.record(KeyType, ValueType)
  • @types/node: ^22.0.0^25.6.0

Verification

  • tsc --noEmit passes
  • ESLint passes
  • 204/204 tests pass

- fix: update z.record() to zod v4 API (keySchema, valueSchema)
- zod v4 changed z.record(ValueType) → z.record(KeyType, ValueType)
@reaatech reaatech merged commit 9dd8996 into main Apr 29, 2026
4 of 5 checks passed
@reaatech reaatech deleted the fix/zod-v4-types-node-upgrade branch April 29, 2026 01:06
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