-
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
Dependabot modifying dependency URLs causes Git clone error after upgrading to PNPM 9.4.0 #10124
Comments
I think pnpm/pnpm#8005 may have fixed this? If that's the case, #10058 just merged a few hours ago should've done the trick (assuming it's deployed already). Can you verify? |
I don't think so, dependabot continues to open incorrect pull requests. e.g. |
@CaoMeiYouRen is this still happening? I see successful Dependabot PRs in that repo |
Looks like they got rid of their git dependencies instead: CaoMeiYouRen/rss-impact-server@b50fd76 |
@n3dst4 ; yes, you're right. Thanks for the pointer |
I bumped in the same issue, is there any update? |
|
Same problem for me. I opened an issue with pnpm before finding this one here: pnpm/pnpm#8343 Not sure if Dependabot or pnpm needs to fix this. |
I believe PNPM is not doing a good job with this as it also mixes my dependencies to use git instead of The same error of pnpm/pnpm#8343 I am experiencing. Thanks for the great work of Dependabot and PNPM's teams 🙌 🙏 |
Posted a workaround in pnpm/pnpm#8343 (comment) |
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
remove auto commit since it skips tests related: dependabot/dependabot-core#7258 dependabot/dependabot-core#7851 dependabot/dependabot-core#10124 pnpm/pnpm#6050 pnpm/pnpm#6530 pnpm/pnpm#8343
remove auto commit since it skips tests related: dependabot/dependabot-core#7258 dependabot/dependabot-core#7851 dependabot/dependabot-core#10124 pnpm/pnpm#6050 pnpm/pnpm#6530 pnpm/pnpm#8343
remove auto commit since it skips tests related: dependabot/dependabot-core#7258 dependabot/dependabot-core#7851 dependabot/dependabot-core#10124 pnpm/pnpm#6050 pnpm/pnpm#6530 pnpm/pnpm#8343
Hi ,
I noticed that after upgrading to PNPM 9.4.0, Dependabot is modifying the dependency URLs from https://codeload.github.com/ to git+https://[email protected], which is causing the following error:
CaoMeiYouRen/rss-impact-server/pull/178
This seems to be related to the way PNPM handles Git dependencies.
I would like to know if it is related to this change
Originally posted by @CaoMeiYouRen in #10073 (comment)
The text was updated successfully, but these errors were encountered: