ERR_PNPM_LOCKFILE_CONFIG_MISMATCH when using pnpm workspace with named catalogs #42185
Unanswered
FabienDehopre
asked this question in
Request Help
Replies: 2 comments
0 replies
|
might be related to #41731 but the other way around. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
43.91.5
Please tell us more about your question or problem
when updating npm package(s) for non-major version bump and when using a pnpm workspace with named catalogs, renovate only updates the lock file, not the related catalog entry in the workspace file.
then, when the CI workflow runs the
pnpm install --frozen-lockfilecommand, it errors out with the following message:there is already a discussion #38610 about the same issue but it is closed and locked so I open this one to see if this can be fixed.
Logs (if relevant)
the error occurs in the CI workflow after the update has already been done by renovate app
All reactions