[codex] bump pnpm pin to 11.6.0#18
Merged
Merged
Conversation
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.
TL;DR
Pinned the repo to
pnpm@11.6.0and updated setup docs to match.What changed?
packageManagerinpackage.jsonfrompnpm@11.5.0topnpm@11.6.0AGENTS.mdproject learning that 11.6.0 is the intentional pin even when npm dist-tags are newerHow to test?
corepack pnpm --versionand confirm11.6.0CI=true corepack pnpm install --frozen-lockfilecorepack pnpm buildcorepack pnpm testcorepack pnpm typecheckcorepack pnpm lintcorepack pnpm latch report --flags packages/cli/examples/flags.json --src "packages/cli/examples/src/**/*.{ts,tsx}" packages/cli/examples/fixtures/flags.dev.jsoncorepack pnpm audit --audit-level moderateWhy make this change?
This aligns the repository package-manager pin with the pnpm version currently expected for the release branch, keeping Corepack-based installs and README setup guidance consistent.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.Note
Low Risk
Documentation and package-manager pin only; no application or CI logic changes in the diff.
Overview
Raises the workspace pnpm pin from 11.5.0 to 11.6.0 via root
packageManagerinpackage.json, so Corepack and local installs target the release-branch toolchain.README local setup prerequisites now say pnpm 11.6.0 to match. AGENTS.md adds a note that 11.6.0 is the intentional pin even when npm’s
latest-11tag is newer.Reviewed by Cursor Bugbot for commit 42e16e2. Bugbot is set up for automated code reviews on this repo. Configure here.