Skip to content

fix: let deploy inherit overrides#9546

Merged
zkochan merged 3 commits intopnpm:mainfrom
Leksat:fix-deploy-with-overrides
May 19, 2025
Merged

fix: let deploy inherit overrides#9546
zkochan merged 3 commits intopnpm:mainfrom
Leksat:fix-deploy-with-overrides

Conversation

@Leksat
Copy link
Contributor

@Leksat Leksat commented May 15, 2025

Fixes #9283

An alternative to #9483

Prevents the following error in "pnpm deploy" with "inject-workspace-packages=true":
  ERR_PNPM_LOCKFILE_CONFIG_MISMATCH Cannot proceed with the frozen installation.
  The current "overrides" configuration doesn't match the value found in the lockfile
@welcome
Copy link

welcome bot commented May 15, 2025

💖 Thanks for opening this pull request! 💖
Please be patient and we will get back to you as soon as we can.

@Leksat Leksat marked this pull request as ready for review May 16, 2025 11:07
@Leksat Leksat requested a review from zkochan as a code owner May 16, 2025 11:07
@zkochan
Copy link
Member

zkochan commented May 18, 2025

I think it looks good. Did this fix the issue for you?

Also, add a changeset.

@Leksat
Copy link
Contributor Author

Leksat commented May 19, 2025

@zkochan Yes, I tested locally, it fixes ERR_PNPM_LOCKFILE_CONFIG_MISMATCH

@zkochan zkochan merged commit aad7eeb into pnpm:main May 19, 2025
@welcome
Copy link

welcome bot commented May 19, 2025

Congrats on merging your first pull request! 🎉🎉🎉

zkochan pushed a commit that referenced this pull request Jun 2, 2025
* fix: let deploy inherit overrides

Prevents the following error in "pnpm deploy" with "inject-workspace-packages=true":
  ERR_PNPM_LOCKFILE_CONFIG_MISMATCH Cannot proceed with the frozen installation.
  The current "overrides" configuration doesn't match the value found in the lockfile

* chore: add changeset

* docs: update old-symbols-invite.md

close #9283
close #9483
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deploy ERR_PNPM_LOCKFILE_CONFIG_MISMATCH with overrides

2 participants