-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker)!: Upgrade PNPM to version 8.8.0
See [1] for the changelog. The lockfiles of the synthetic FunTests are no longer compatible with this PNPM version, therefore update them as well to fix this error: ``` ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE Cannot perform a frozen installation because the version of the lockfile is incompatible with this version of pnpm Try either: 1. Aligning the version of pnpm that generated the lockfile with the version that installs from it, or 2. Migrating the lockfile so that it is compatible with the newer version of pnpm, or 3. Using "pnpm install --no-frozen-lockfile" Note that in CI environments, this setting is enabled by default. ``` [1]: https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md#880 Signed-off-by: Marcel Bochtler <[email protected]>
- Loading branch information
1 parent
124422e
commit b01b886
Showing
6 changed files
with
112 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 48 additions & 40 deletions
88
...ackage-managers/node/src/funTest/assets/projects/synthetic/pnpm-workspaces/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 9 additions & 5 deletions
14
...Test/assets/projects/synthetic/pnpm-workspaces/src/non-workspace/package-c/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.