Skip to content

chore: upgrade pnpm to 11.1.2#57

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

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

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

This PR upgrades the repository package manager metadata to pnpm 11.1.2 and updates pnpm 11 install configuration where dependency build scripts need an explicit allowBuilds decision. Lockfile or small validation fixes are included only where pnpm 11/local checks required them.

Related Links

@chenjiahan chenjiahan marked this pull request as ready for review May 17, 2026 07:00
Copilot AI review requested due to automatic review settings May 17, 2026 07:00
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 repo's declared package manager from pnpm 10.33.4 to pnpm 11.1.2 and adds a new pnpm-workspace.yaml to declare per-package build-script policy for core-js and simple-git-hooks under pnpm 11's stricter install-script approval model.

Changes:

  • Bump packageManager in package.json to pnpm@11.1.2.
  • Add pnpm-workspace.yaml with an allowBuilds map for core-js and simple-git-hooks.

Reviewed changes

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

File Description
package.json Updates the packageManager field to pnpm 11.1.2.
pnpm-workspace.yaml Introduces build-script approval config for two dependencies (uses an allowBuilds key that does not match pnpm's documented schema).
Comments suppressed due to low confidence (1)

pnpm-workspace.yaml:1

  • The PR description mentions "where pnpm 11 install configuration where dependency build scripts need an explicit allowBuilds decision", but pnpm does not have an allowBuilds setting. Please confirm the intended field name (likely onlyBuiltDependencies / ignoredBuiltDependencies) and that pnpm 11.1.2 is the actual released version being targeted, since the configuration shown here would be silently ignored by pnpm.
allowBuilds:

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

Comment thread pnpm-workspace.yaml
@chenjiahan chenjiahan merged commit 70f9f0f into main May 17, 2026
9 checks passed
@chenjiahan chenjiahan deleted the codex/pnpm-11-1-2 branch May 17, 2026 13:30
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