We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeORM has been released with version 3 in March:
https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md
There is a PR in Nest.js to make it support the new version:
nestjs/typeorm#1233
I saw that Renovate tried to bump the version itself but failed:
#1487
I think that there will be not so many changes to make (Judging by failed test, but might be wrong here)
The text was updated successfully, but these errors were encountered:
@nestjs/typeorm now is support v0.3 above only https://github.com/nestjs/typeorm/releases/tag/8.1.0
@nestjs/typeorm
Sorry, something went wrong.
any plan for upgrade to typeorm V3 ?
In our case, this patch (#1549) was enough.
There's obviously more to do to remove usage of deprecated features, but in our case, it allowed us to bump NestJS and TypeORM versions.
TypeORM v3 support is now released in the alpha version of my fork together with all the fixes from here
No branches or pull requests
TypeORM has been released with version 3 in March:
https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md
There is a PR in Nest.js to make it support the new version:
nestjs/typeorm#1233
I saw that Renovate tried to bump the version itself but failed:
#1487
I think that there will be not so many changes to make (Judging by failed test, but might be wrong here)
The text was updated successfully, but these errors were encountered: