Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"postgresql": "0.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.2",
"typeorm": "^0.2.25",
"typeorm": "^0.3.26",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Breaking: TypeORM 0.3 breaks NestJS TypeORM integration

Upgrading typeorm from 0.2.25 to 0.3.26 introduces a breaking compatibility issue with @nestjs/typeorm version 7.1.0. The @nestjs/typeorm 7.1.0 package was designed for TypeORM 0.2.x and is incompatible with TypeORM 0.3.x. This will cause runtime errors and the application will fail to start. The @nestjs/typeorm package must also be upgraded to version 8.x or higher to support TypeORM 0.3.x.

Fix in Cursor Fix in Web

"typescript": "^3.9.7",
"validator": "^13.1.1",
"snyk": "^1.370.1"
Expand Down