-
Notifications
You must be signed in to change notification settings - Fork 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 claims that it does not support PNPM v9.11.0
#11124
Comments
v9.11.0
After taking a closer look at the error, this seems to be because the |
Re-opening because after removing the
|
@jeffwidman What do you think of this one? The docs suggest that all versions within If you consider this a valid issue, I can take a look |
I honestly don't know... If we had all the time in the world, of course we'd want to support this, but there's many other things worth solving too so I'm not sure the value is there. Is it common for people to pin their cc @JamieMagee who may know more... |
Taking a quick look, I think this might be an exception we're catching from pnpm dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater.rb Lines 266 to 281 in 21cb492
@yeikel could you try and set |
I think that the confusion can be explained in two parts :
I don't know. It seems that enforcement via
No, It seems to be enforced strictly
For now, I think that we should leave this open and wait to see what we hear from pnpm/pnpm#8869 To me, when we say that we support v9, it should mean that we support any version of the range |
Yes, it does. The Dependabot logs are confusing though so it may be working accidentally
|
Yeah, I agree it's hard to tell from the logs exactly what's happening. But from reading the code, it looks like Dependabot will only log the |
Yeah, so ultimately, it seems that this is a hard enforcement at pnpm that there is little we can do about right now. Let's please leave this open until we hear back from pnpm/pnpm#8869 |
Is there an existing issue for this?
Package ecosystem
pnpm
Package manager version
v9.11.0
Language version
18
Manifest location and content before the Dependabot update
https://github.com/yeikel/kafka-ui/blob/dcb5d6edf6c3e1cf47a404f6f67be573de82b97f/frontend/package.json
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Dependabot should be able to support within the minor versions of 9.x as per the code and the docs
dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/package_manager.rb
Lines 155 to 161 in d1608d6
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
The text was updated successfully, but these errors were encountered: