Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@apollo/server": "^4.9.3",
"@nestjs/apollo": "^12.0.7",
"@apollo/server": "^5.4.0",

Choose a reason for hiding this comment

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

high

This is a major version upgrade. Please be aware that @apollo/server@5.x requires Node.js version 20 or higher. Your project should be tested against this new Node.js version requirement to ensure it doesn't break your deployment environment.

"@nestjs/apollo": "^13.0.0",

Choose a reason for hiding this comment

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

critical

The new version 13.x of @nestjs/apollo requires @nestjs/common and @nestjs/core version ^11.0.1. However, your project is still using version 9.4.2 for these packages. This major version mismatch will likely break your application. You should consider upgrading all @nestjs/* packages to a consistent major version (e.g., v10 or v11) to ensure compatibility.

"@nestjs/bull": "^0.6.3",
"@nestjs/cache-manager": "^1.0.0",
"@nestjs/common": "9.4.2",
Expand All @@ -44,11 +44,11 @@
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "9.4.2",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "10.4.2",
"@nestjs/platform-express": "10.4.22",
"@nestjs/platform-socket.io": "^9.4.2",
"@nestjs/schedule": "^2.2.2",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/swagger": "6.3.0",
"@nestjs/swagger": "11.2.6",

Choose a reason for hiding this comment

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

critical

Similar to the @nestjs/apollo upgrade, version 11.x of @nestjs/swagger has a peer dependency on @nestjs/common and @nestjs/core version ^11.0.1. Your project's use of version 9.4.2 for these core packages is incompatible. This is likely to cause build or runtime errors. A full framework upgrade is recommended for compatibility.

"@nestjs/websockets": "^9.4.2",
"@prisma/client": "^4.12.0",
"@socket.io/redis-adapter": "^8.0.1",
Expand All @@ -60,7 +60,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express": "^4.22.0",
"fs-extra": "^11.1.0",
"graphql": "^16.8.1",
"graphql-fields": "^2.0.3",
Expand Down
Loading
Loading