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

fix(deps): fix pnpm dependency issue #868

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

ckfngod
Copy link
Contributor

@ckfngod ckfngod commented Oct 29, 2024

fixes #817

Never used pnpm before but my understanding is that it's looking for the new version of a local workspace package on the registry which it can't find because it hasn't been published yet.

I believe the correct way to handle this is to update all golevelup dependencies to use the local workspace packages instead of what is on the registry as detailed in their docs (https://pnpm.io/workspaces#publishing-workspace-packages).

@WonderPanda @underfisk Let me know what you guys think.

@underfisk
Copy link
Contributor

underfisk commented Oct 29, 2024

@ckfngod It looks good to me, i haven't tested but does everything run locally/build?
You'll have to install the dependencies again because CI is failing due to the lockfile not being updated

@ckfngod
Copy link
Contributor Author

ckfngod commented Oct 29, 2024

@underfisk added lockfile. yeah, everything builds and all tests pass.

@underfisk underfisk merged commit 9a02e8b into golevelup:master Oct 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish @golevelup/nestjs-rabbitmq
2 participants