FormidableLabs / groqd

A schema-unaware, runtime and type-safe query builder for GROQ.
https://commerce.nearform.com/open-source/groqd
MIT License
222 stars 17 forks source link

chore: update zod to 3.21.4 #201

Closed heggemsnes closed 1 year ago

heggemsnes commented 1 year ago

zod@3.20.2 introduced some issues with type recursions that I think may have caused some wierd Type instantiation is excessively deep and possibly infinite. in our projects.

Referenced under "Compiler performance" here: https://github.com/colinhacks/zod/releases/tag/v3.21.0

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
groqd ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 7:18pm
gksander commented 1 year ago

@heggemsnes Will you run pnpm run changeset and add a minor-version changeset record (and push to this branch) on this so that we can cut a minor release with this change? Then we can get this released ASAP!

heggemsnes commented 1 year ago

Done!