Skip to content

[codex] bump pnpm pin to 11.6.0#18

Merged
Junnyyy merged 1 commit into
mainfrom
codex/bump-pnpm-11-6-0
Jun 19, 2026
Merged

[codex] bump pnpm pin to 11.6.0#18
Junnyyy merged 1 commit into
mainfrom
codex/bump-pnpm-11-6-0

Conversation

@Junnyyy

@Junnyyy Junnyyy commented Jun 19, 2026

Copy link
Copy Markdown
Member

TL;DR

Pinned the repo to pnpm@11.6.0 and updated setup docs to match.

What changed?

  • Updated packageManager in package.json from pnpm@11.5.0 to pnpm@11.6.0
  • Updated README local setup prerequisites to name pnpm 11.6.0
  • Added an AGENTS.md project learning that 11.6.0 is the intentional pin even when npm dist-tags are newer

How to test?

  1. Run corepack pnpm --version and confirm 11.6.0
  2. Run CI=true corepack pnpm install --frozen-lockfile
  3. Run corepack pnpm build
  4. Run corepack pnpm test
  5. Run corepack pnpm typecheck
  6. Run corepack pnpm lint
  7. Run corepack pnpm latch report --flags packages/cli/examples/flags.json --src "packages/cli/examples/src/**/*.{ts,tsx}" packages/cli/examples/fixtures/flags.dev.json
  8. Run corepack pnpm audit --audit-level moderate

Why 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.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag @codesmith with 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 packageManager in package.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-11 tag is newer.

Reviewed by Cursor Bugbot for commit 42e16e2. Bugbot is set up for automated code reviews on this repo. Configure here.

@Junnyyy Junnyyy marked this pull request as ready for review June 19, 2026 19:08
@Junnyyy Junnyyy merged commit 2dc37d0 into main Jun 19, 2026
2 checks passed
@Junnyyy Junnyyy deleted the codex/bump-pnpm-11-6-0 branch June 19, 2026 19:09
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.

1 participant