Updates to the packageManager
digest fail on project with private dependencies
#32116
Labels
manager:npm
package.json files (npm/yarn/pnpm)
priority-2-high
Bugs impacting wide number of users or very important features
type:bug
Bug fix of existing functionality
Discussed in #32098
Originally posted by wtrep October 22, 2024
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Updates to the
packageManager
digest fails on projects with private dependencies.Reproduction: corepack-private-repo-npmrc-reproduction.
We can see that renovate will run
corepack use [email protected]
to update the pnpm digest. The command fails because it is executed before the.npmrc
file is generated.This is not an issue with the
.npmrc
file as updates to private dependencies are working as expected (see Update dependency @private/dependency to v1.0.1).Logs (if relevant)
Logs
The text was updated successfully, but these errors were encountered: