Skip to content

chore: upgrade pnpm to 11.1.2#32

Merged
chenjiahan merged 1 commit into
mainfrom
codex/pnpm-11-1-2
May 18, 2026
Merged

chore: upgrade pnpm to 11.1.2#32
chenjiahan merged 1 commit into
mainfrom
codex/pnpm-11-1-2

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

Upgrade the package manager to pnpm 11.1.2 and add the pnpm v11 build approval configuration needed for installs to complete without interactive approval.

Related Links

Copilot AI review requested due to automatic review settings May 18, 2026 03:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the project's package manager from pnpm 10.33.4 to pnpm 11.1.2 and introduces a new pnpm-workspace.yaml intended to pre-approve (or suppress) build scripts for core-js and simple-git-hooks so CI installs do not stall on the new pnpm v11 interactive build-approval prompt. The lockfile is regenerated, which incidentally drops the optional core-js peer from @rsbuild/core/@rslib/core/@rstest/core resolutions.

Changes:

  • Bump packageManager to pnpm@11.1.2 in package.json.
  • Add pnpm-workspace.yaml with an allowBuilds map for core-js and simple-git-hooks.
  • Regenerate pnpm-lock.yaml, removing the core-js@3.47.0 optional dependency edges from rsbuild/rslib/rstest entries.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates packageManager field to pnpm@11.1.2.
pnpm-workspace.yaml New workspace config attempting to disable build scripts for core-js and simple-git-hooks.
pnpm-lock.yaml Lockfile regenerated under pnpm 11; removes core-js optional dependency edges and the empty playground importer.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-workspace.yaml
@chenjiahan chenjiahan merged commit bbf30f8 into main May 18, 2026
9 checks passed
@chenjiahan chenjiahan deleted the codex/pnpm-11-1-2 branch May 18, 2026 04:02
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.

2 participants