oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.98k stars 97 forks source link

feature: upgrade MikroORM to 5.8 and adjust tests #361

Closed murbanowicz closed 2 months ago

murbanowicz commented 1 year ago

This PR migrates MikroORM to the newest. Between the used version and the current one, API changed quite a lot, which results in issue with using newer MikroORM versions.

As the target it should be migrated to use peerDependencies to use user's package, but it requires a bit more of work (and testing it with multiple versions as perfect solution) but I will try to work on it later.

oguimbal commented 2 months ago

I belive has already partly been done in a previous PR... I'm still referencing you in the 2.9.0 release, thanks and sorry for the delay !