Skip to content

chore: upgrade pnpm to 11.1.2#49

Merged
chenjiahan merged 2 commits into
masterfrom
codex/pnpm-11-1-2
May 17, 2026
Merged

chore: upgrade pnpm to 11.1.2#49
chenjiahan merged 2 commits into
masterfrom
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 06:59
Copilot AI review requested due to automatic review settings May 17, 2026 06:59

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9b9432f636

ℹ️ 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".

Comment thread package.json

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates repository tooling metadata to use pnpm 11.1.2, and also bumps the Node.js version used in CI workflows.

Changes:

  • Update packageManager metadata to pnpm@11.1.2.
  • Bump GitHub Actions CI Node.js version from 20.19.0 to 22.20.0 for lint/test jobs.

Reviewed changes

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

File Description
package.json Bumps the packageManager field to pnpm 11.1.2.
.github/workflows/nodejs.yml Updates CI matrices to run lint/tests on Node 22.20.0.
Comments suppressed due to low confidence (1)

.github/workflows/nodejs.yml:62

  • package.json declares engines.node >= 20.19.0, but this test matrix now only runs on 22.20.0. Consider including 20.19.0 in the matrix as well so Windows/Linux coverage includes the minimum supported Node version.
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest]
        node-version: [22.20.0]


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

Comment thread .github/workflows/nodejs.yml
Comment thread .github/workflows/nodejs.yml
@chenjiahan chenjiahan merged commit 5d11c6a into master May 17, 2026
10 checks passed
@chenjiahan chenjiahan deleted the codex/pnpm-11-1-2 branch May 17, 2026 13:37
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