Reproduction for Renovate issue Updates to the packageManager digest fail on project with private dependencies.
Updates to the packageManager
digest fails on projects with private dependencies.
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).
corepack use [email protected]
should be executed after the.npmrc
file is configured/generated.- The pnpm version/digest should be updated successfully.