Skip to content

feat: add zod 4 to peerDependencies#194

Open
marcalexiei wants to merge 1 commit intoturkerdev:mainfrom
marcalexiei:zod-v4
Open

feat: add zod 4 to peerDependencies#194
marcalexiei wants to merge 1 commit intoturkerdev:mainfrom
marcalexiei:zod-v4

Conversation

@marcalexiei
Copy link
Copy Markdown
Contributor

https://github.com/colinhacks/zod/releases/tag/v4.0.1

Library authors — if you've already implemented Zod 4 support according to the best practices outlined in the Library authors guide, bump your peer dependency to include zod@^4.0.0:

// package.json
{
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  }
}

There should be no other code changes necessary. No code changes were made between the latest 3.25.x release and > 4.0.0. This does not require a major version bump.

@marcalexiei marcalexiei marked this pull request as ready for review July 19, 2025 07:23
Comment thread package.json Outdated
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.

3 participants