### Which dependencies are being updated? - `packages/nestjs-mikro-orm-config` - `@mikro-orm/core`: `5.7.12` and `^5` -> `7.1.5` and `^7` - `@mikro-orm/nestjs`: `5.2.0` and `^5` -> `7.0.2` and `^7` - `@nestjs/common`: `10.4.1` and `^10` -> Nest 11 package baseline and `^11` - `@nestjs/core`: `10.4.1` and `^10` -> Nest 11 package baseline and `^11` - `@atls/mikro-orm-logger`: consume the MikroORM 7 peer release from `atls/mikro-orm#9` when it is published ### What blocks the update? - `atls/mikro-orm#9` must publish the MikroORM 7 release first - `MikroORMConfig`, `MikroORMConfigBuilder`, and exported config interfaces must be checked against MikroORM 7 and `@mikro-orm/nestjs` 7 before publishing - This update unblocks the Serenity TypeORM -> MikroORM migration path tracked from `atls/serenity#650`
Which dependencies are being updated?
packages/nestjs-mikro-orm-config@mikro-orm/core:5.7.12and^5->7.1.5and^7@mikro-orm/nestjs:5.2.0and^5->7.0.2and^7@nestjs/common:10.4.1and^10-> Nest 11 package baseline and^11@nestjs/core:10.4.1and^10-> Nest 11 package baseline and^11@atls/mikro-orm-logger: consume the MikroORM 7 peer release fromatls/mikro-orm#9when it is publishedWhat blocks the update?
atls/mikro-orm#9must publish the MikroORM 7 release firstMikroORMConfig,MikroORMConfigBuilder, and exported config interfaces must be checked against MikroORM 7 and@mikro-orm/nestjs7 before publishingatls/serenity#650