chore(deps): bump pnpm to 11.0.0-rc.3#274
Merged
John-David Dalton (jdalton) merged 2 commits intomainfrom Apr 21, 2026
Merged
Conversation
Release assets were renamed (macos-* → darwin-*, win-x64 → win32-x64) and @pnpm/exe optional deps moved to @pnpm/exe.<platform>-<arch>[-<libc>] scheme. New linux-*-musl variants added. @pnpm/exe now depends on detect-libc for runtime libc selection.
pnpm 11.0.0-rc.3's @pnpm/exe package ships a "This file intentionally left blank" stub as its pnpm binary, filled in by a preinstall script that downloads the real binary via detect-libc. Our .npmrc sets ignore-scripts=true, which blocks that preinstall, leaving the stub in place. When pnpm bootstraps from the lockfile's packageManagerDependencies, it executes the stub and dies with "This: not found". The setup action downloads the pnpm tarball directly onto PATH, so the packageManagerDependencies bootstrap is unnecessary. Strip the block.
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
Layer 2a of the pnpm rc.3 cascade. Updates
.github/actions/setup/action.ymlto download pnpm 11.0.0-rc.3 tarballs, plus matching bumps inexternal-tools.json,package.json, andpnpm-lock.yaml.v11.0.0-rc.3 renames release assets:
`@pnpm/exe` optional deps moved to `@pnpm/exe.-[-]` scheme and now depend on `detect-libc` for runtime libc selection.
See pnpm 11 RC 3 release notes.
Cascade
Test plan