Skip to content
New issue

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

Upgrade TypeORM to v3 #1534

Open
wowczarczyk opened this issue Apr 6, 2022 · 4 comments
Open

Upgrade TypeORM to v3 #1534

wowczarczyk opened this issue Apr 6, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@wowczarczyk
Copy link

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)

@wowczarczyk wowczarczyk added the enhancement New feature or request label Apr 6, 2022
@Diluka
Copy link

Diluka commented Jun 20, 2022

@nestjs/typeorm now is support v0.3 above only https://github.com/nestjs/typeorm/releases/tag/8.1.0

@nikun
Copy link

nikun commented Jun 28, 2022

any plan for upgrade to typeorm V3 ?

@abidon
Copy link

abidon commented Aug 16, 2022

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.

@TriPSs
Copy link

TriPSs commented Aug 28, 2022

TypeORM v3 support is now released in the alpha version of my fork together with all the fixes from here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants