-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Added pnpm_9 support to dependabot. #10050
Conversation
59948a2
to
15ad4a5
Compare
In general (and while I believe |
Hi @deivid-rodriguez this is not the bug, I am trying to implement this as a feature (pnpm version 9 support). This will set the pnpm version to package.json based on the pnpm version given in package-lock.json (provided as part of the manifest file). |
Reading the latest comments in #9684, it seems like adding Even if this is intentionally changed as a feature (I disagree, but it's Dependabot's team choice), I think it'd be good to dig into #9684 regardless. I can try have a look. |
So I looked into it and fixing that bug "just" requires the default PNPM version run by Dependabot to be upgraded. That makes sense, since it explains why Dependabot works for people using |
@thavaahariharangit We can close this PR, since the fix for the PNPM9 is deployed in the below PR: |
What are you trying to accomplish?
I have added support to pnpm 9 version
Anything you want to highlight for special attention from reviewers?
Added packageManager property to package.json. This will not only enable the support for pnpm 9 but also for the future versions
How will you know you've accomplished your goal?
wrote Junit test with appropriate fixtures. To prove provided solution works as expected
Checklist