typeschema icon indicating copy to clipboard operation
typeschema copied to clipboard

Valibot v33

Open kaeon opened this issue 1 year ago • 1 comments

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

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

kaeon avatar Jun 23 '24 05:06 kaeon

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.

fabian-hiller avatar Jun 25 '24 15:06 fabian-hiller

Done! Updated to v0.39.0

decs avatar Aug 26 '24 03:08 decs