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 queueConsumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/bull": "^11.0.4",
"@nestjs/common": "^11.1.12",
"@nestjs/config": "^4.0.4",
"@nestjs/core": "11.1.12",
"@nestjs/core": "11.1.28",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Lockfile Still Mismatched

This manifest now requires exact @nestjs/core@11.1.28, but the committed pnpm lockfile still records the queue consumer dependency with the old 11.1.12 specifier and resolution. When CI or the Docker build installs from the committed lockfile, pnpm can reject the install before the queue consumer builds or starts. Please commit the matching lockfile update with this package bump.

Prompt To Fix With AI
This is a comment left during a code review.
Path: queueConsumer/package.json
Line: 31

Comment:
**Lockfile Still Mismatched**

This manifest now requires exact `@nestjs/core@11.1.28`, but the committed pnpm lockfile still records the queue consumer dependency with the old `11.1.12` specifier and resolution. When CI or the Docker build installs from the committed lockfile, pnpm can reject the install before the queue consumer builds or starts. Please commit the matching lockfile update with this package bump.

How can I resolve this? If you propose a fix, please make it concise.

"@nestjs/platform-express": "^11.1.26",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^11.2.6",
Expand Down