-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade Zod major version to 4, Resolves #13 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Zod major version to 4, Resolves #13 #14
Conversation
* Updates Zod dependency version * Increments package major version, to account for breaking change (Zod Major version 3 no longer supported) * Adds missing type dependency for node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for your contribution!
The only hard requirement I have is to change the version number to sub-1, because I'm not quite ready to pronounce it a 1-release yet. Maybe 0.5.0
? I uses 0.4
because it was Zod 4, but this is major enough change to not continue the 0.4
line.
Yep, have done so. Thanks for the review, the changes in response to it are now available for re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick turnaround! I'll combine this with #15 into a new release.
Thanks for considering and including my change @schani! I appreciate it and I'm glad I could help improve your project in a small way =) |
Updates Zod version to to 4, incrementing the package's major version by 1 to indicate a breaking change.