Skip to content
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 #179

Open
lakardion opened this issue Nov 20, 2023 · 0 comments
Open

Upgrade zod #179

lakardion opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lakardion
Copy link
Member

lakardion commented Nov 20, 2023

Zod is a peer dependency which has fallen behind for a whole minor.
Users installing a more recent version than the one we have declared in the library seems to cause some weird behaviours with the types, we should check out what it looks like when upgrading the version internally|

"zod": ">=3.21.4"

Zod has a >= which is a bit of misleading since users are installing more recent versions than what they should (given these type errors we've been experiencing) So we can also take the oportunity with this issue as well to have a look at how we declare the peer dependency to avoid such issues.

@lakardion lakardion added the enhancement New feature or request label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant