chore: upgrade pnpm to 11.1.2#51
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s package manager metadata to use pnpm 11.1.2 and adds pnpm workspace install configuration for dependency build-script decisions.
Changes:
- Upgraded
packageManagerfrom pnpm 10.33.4 to pnpm 11.1.2. - Added
pnpm-workspace.yamlwith explicitallowBuildsdecisions forcore-jsandsimple-git-hooks.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Updates the pinned pnpm version used by Corepack. |
pnpm-workspace.yaml |
Adds pnpm build-script allow/deny metadata for dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 747e4268ab
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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