Skip to content

🔧 chore(deps): bump pnpm to 11.10.0#37

Merged
xdanger merged 1 commit into
mainfrom
chore/pnpm-11.10.0-20260706
Jul 6, 2026
Merged

🔧 chore(deps): bump pnpm to 11.10.0#37
xdanger merged 1 commit into
mainfrom
chore/pnpm-11.10.0-20260706

Conversation

@xdanger

@xdanger xdanger commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

  • bump the declared package manager from pnpm 11.9.0 to 11.10.0
  • keep the lockfile unchanged

Validation

  • CI=true npm exec --yes pnpm@11.10.0 -- install --frozen-lockfile --ignore-scripts
  • npm exec --yes pnpm@11.10.0 -- run lint
  • npm exec --yes pnpm@11.10.0 -- audit --audit-level low --json returned 0 advisories

- 🔧 keep the repo on the current pnpm patch release
@xdanger xdanger self-assigned this Jul 6, 2026
@github-actions github-actions Bot requested a review from Copilot July 6, 2026 11:14

Copilot AI 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.

Pull request overview

This PR updates the repository’s declared package manager to pnpm 11.10.0 (via the packageManager field), aligning Corepack/npm tooling with the intended pnpm version while keeping the lockfile unchanged.

Changes:

  • Bump packageManager from pnpm@11.9.0 to pnpm@11.10.0 (including the integrity hash).

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

@greptile-apps

greptile-apps Bot commented Jul 6, 2026

Copy link
Copy Markdown

Greptile Summary

packageManager 声明的 pnpm 版本从 11.9.0 升级至 11.10.0,并同步更新 sha512 完整性哈希;lockfile 保持不变。

  • package.json 中仅修改 packageManager 字段的版本号及 sha512 哈希,从 pnpm@11.9.0 升级为 pnpm@11.10.0
  • PR 描述中包含 --frozen-lockfile 安装验证、lint 通过及 audit 零漏洞的验证步骤,变更范围极小。

Confidence Score: 5/5

仅更新 pnpm 版本声明与 sha512 哈希,无功能代码改动,安全合并。

改动只涉及 package.json 中的 packageManager 字段,将 pnpm 从 11.9.0 升级至 11.10.0 并更新哈希值。lockfile 未变,没有依赖关系或运行时逻辑被修改,PR 描述中也包含了完整的 CI 验证步骤。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json 将 packageManager 字段中的 pnpm 版本从 11.9.0 升级到 11.10.0,并同步更新对应的 sha512 完整性哈希值,无其他改动。

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] -->|before| B["pnpm@11.9.0 + old sha512"]
    A -->|after| C["pnpm@11.10.0 + new sha512"]
    C --> D{Corepack integrity check}
    D -->|hash match| E[Install succeeds]
    D -->|hash mismatch| F[Install rejected]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json] -->|before| B["pnpm@11.9.0 + old sha512"]
    A -->|after| C["pnpm@11.10.0 + new sha512"]
    C --> D{Corepack integrity check}
    D -->|hash match| E[Install succeeds]
    D -->|hash mismatch| F[Install rejected]
Loading

Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm to 11.10.0" | Re-trigger Greptile

@xdanger xdanger merged commit 175aea2 into main Jul 6, 2026
6 checks passed
@xdanger xdanger deleted the chore/pnpm-11.10.0-20260706 branch July 6, 2026 11:17
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