We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm
pnpm 8.7.1
8.7.1
node.js 18.17.0
18.17.0
No response
version: 2 registries: npm-private: type: npm-registry url: http://npm-private.com/ replaces-base: true updates: - package-ecosystem: npm registries: - npm-private directory: '/' schedule: interval: monthly open-pull-requests-limit: 20 versioning-strategy: lockfile-only
Here is a section of update log, and only pnpm-lock.yaml file in my repo, but dependabot check the yarn.lock .
pnpm-lock.yaml
yarn.lock
I think the reason is there is no pnpm helper.
dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb
Lines 46 to 59 in 853aada
[2023-09-05 02:16:41 +0000] INFO -- [dep-update: mm/ff=>npm] Processing dependency codemirror [2023-09-05 02:16:45 +0000] WARN -- [dep-update: mm/ff=>npm] update for codemirror: 5.65.15 is impossible [2023-09-05 02:16:45 +0000] ERROR -- [dep-update: mm/ff=>npm] [core] Helpers output: {"command":"node /opt/npm_and_yarn/run.js","function":"yarn:findConflictingDependencies","args":["/home/dependabot/app/tmp/20230905-1-y1w0t4/dependabot_20230905-1-gz8eb1","codemirror","6.0.0"],"time_taken":0.129007959,"stderr_output":"","process_exit_value":"pid 451 exit 1","process_termsig":null,"response":{"error":"ENOENT: no such file or directory, open '/home/dependabot/app/tmp/20230905-1-y1w0t4/dependabot_20230905-1-gz8eb1/yarn.lock'"}}
The text was updated successfully, but these errors were encountered:
Thanks! Yes, this looks like it was missed in the PNPM implementation. Do you have a public repository that reproduces this?
Sorry, something went wrong.
Hi, same problem here. How can I help to solved it ?
[2024-06-25 07:59:51 +0000] WARN -- [dep-update: test/myrepo=>npm=>/front/core] update for autoprefixer: 10.4.5 is impossible [2024-06-25 07:59:51 +0000] WARN -- [dep-update: test/myrepo=>npm=>/front/core] [core] Helpers output: { "command": "node /opt/npm_and_yarn/run.js", "function": "yarn:findConflictingDependencies", "args": [ "/home/dependabot/app/tmp/20240625-34-qz3ttl/dependabot_20240625-34-1aj9yq", "autoprefixer", "" ], "time_taken": 0.19430674, "stderr_output": "", "process_exit_value": "pid 640 exit 1", "process_termsig": null, "response": { "error": "ENOENT: no such file or directory, open '/home/dependabot/app/tmp/20240625-34-qz3ttl/dependabot_20240625-34-1aj9yq/yarn.lock'" } }
Same here, any update?
No branches or pull requests
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
pnpm
8.7.1
Language version
node.js
18.17.0
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Here is a section of update log, and only
pnpm-lock.yaml
file in my repo, but dependabot check theyarn.lock
.I think the reason is there is no pnpm helper.
dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb
Lines 46 to 59 in 853aada
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: