digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: update Drizzle #538

Closed EvanHahn closed 4 months ago

EvanHahn commented 5 months ago

This updates drizzle-orm and drizzle-kit to the latest versions.

Notably, a drizzle-orm change required a workaround to avoid resolving a promise with something awaitable.

I think this is a useful change on its own, but it also blocks upgrading TypeScript to the latest version.

EvanHahn commented 4 months ago

Update to latest drizzle-orm (v0.30.8)

Done in 0f22b0d82e4810b310d2e7aa0ec48fd92b4dd889.

Getting a deprecation warning about the placeholder export (think the notice was introduced somewhere in v0.29.x):

Fixed in 3a78872df776c31b890741e93043b61c236f846b.