decs / typeschema

🛵 Universal adapter for TypeScript schema validation.
https://typeschema.com
MIT License
394 stars 13 forks source link

Valibot v33 #60

Closed kaeon closed 2 months ago

kaeon commented 4 months ago

Valibot is moving rapidly and while there is a fix now for v31, upgrading to v33 breaks npm install. Is there a way to allow new versions and still use @typeschema/valibot?

Upvote & Fund

Fund with Polar

fabian-hiller commented 4 months ago

Yes, unfortunately I introduced a breaking type change in v0.33.0. Therefore it is necessary to update Valibot and all related dependencies.

The code can remain completely the same. The only change required is to update the package.json files to >=v0.33.0.

decs commented 2 months ago

Done! Updated to v0.39.0