Bump pnpm to 11.24.0 - #390
Merged
Merged
Conversation
- Pin packageManager to pnpm@11.24.0; CI: pnpm 11 + Node 24; release-pipeline pin and tests updated - Move minimum-release-age from .npmrc to pnpm-workspace.yaml (minimumReleaseAge: 1440) - pnpm-lock.yaml unchanged (lockfileVersion 9.0, byte-identical)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
packageManagerfrompnpm@10.18.1topnpm@11.24.0across the repo (cherry-picked from the port branch onto currentmain,6f7c4f9de).pnpm-lock.yamlunchanged, stilllockfileVersion 9.0(pnpm 11 writes the same 9.0 format; no dependency resolution changes).allowBuildsnow honored — pnpm 11 respects theallowBuildspolicy that 10.18.1 silently ignored, so postinstall build scripts are gated properly..github/workflows/pr-check.ymlbumped, since pnpm 11's floor rules out Node 20.minimumReleaseAgemigrated — moved from.npmrctopnpm-workspace.yaml(minimumReleaseAge: 1440, i.e. 24h); pnpm 11 reads this setting from the workspace manifest.Conflict resolution note
The cherry-pick of the original port-branch commit (
f1249f41b) conflicted inapps/desktop-tauri/package.json: main had advancedversionto0.55.0while the source commit predated it (0.53.1). Resolved by keeping main'sversion: 0.55.0and applying the bump'spackageManager: pnpm@11.24.0— the version was not regressed. The other 8 files in the commit cherry-picked cleanly.Files touched (9)
apps/desktop-tauri/package.json,apps/desktop-tauri/pnpm-workspace.yaml,apps/desktop-tauri/.npmrc,.github/workflows/pr-check.yml,.github/CI.md,docs/BUILDING.md,docs/release/ci-cd.md,scripts/install-release-prerequisites.ps1,scripts/release-pipeline.tests.ps1