Conversation
B4nan
left a comment
There was a problem hiding this comment.
fwiw, v6 is already supported, there are no required changes here, the peer dependency range should already allow stable v6 too (works fine with the realworld example)
|
Note for myself so I don't forget, we also need to rename the injection tokens for repositories (#106) for v6. |
|
something that needs to be considered for this PR is that import { MikroORM } from '@mikro-orm/postgresql'
@Injectable()
export class TestService {
constructor(private readonly orm: MikroORM) {}
}It would fail with the error You can work around this via one of the following:
|
BREAKING CHANGE:
MikroORM v6 and Nest.js v10 are now required. Also Node.js 18.12 is required.