Breakages in convex-helpers and convex-ents in 1.13.0
Do we know what (if any) breakages there is within convex-helpers or convex-ents when running the new version 1.13.0?
6 Replies
You'll need to upgrade these libraries, but no known breakages once you upgrade.
they both use the
Validator
types which changed slightly and needed reworking for output validators
If you've copied code out of convex-helpers and are using those old copies however that could breakSounded like the updates to those packages are pending on the annocument.
convex-helpers 0.1.45 was just published https://www.npmjs.com/package/convex-helpers?activeTab=versions
convex-ents 0.8.0 published a few hours ago
if you run into something let us know, this is one of the larger changes we've made for libraries that do middleware-like things
oh yeah. you guys are on it. a announcement is only good for a few hours. 🙃
Yep the latest convex-helpers and convex-ents should work with convex 1.13.0, but let us know if you encounter any issues
I need to figure out a way to subscribe to alerts for all the updates in every package 🙂
so far it works. we use such a broad range of ents, tests and helpers with extra customizations i think its a good comprehensive test.