Skip to content

🔧 chore(deps): bump pnpm to 11.12.0#38

Merged
xdanger merged 1 commit into
mainfrom
agent/pnpm-11.12.0-20260713
Jul 13, 2026
Merged

🔧 chore(deps): bump pnpm to 11.12.0#38
xdanger merged 1 commit into
mainfrom
agent/pnpm-11.12.0-20260713

Conversation

@xdanger

@xdanger xdanger commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • update the pinned package manager to pnpm 11.12.0
  • preserve the existing lockfile and dependency graph

Why

This keeps the repository on the current pnpm 11 release after the fresh-release safety window. The change is limited to the Corepack package-manager version and verified integrity hash.

Impact

No dependency ranges, resolved packages, runtime code, or migration steps change.

Validation

  • frozen install with pnpm 11.12.0
  • repository lint suite
  • pnpm audit

- 🔧 keep the package manager current
@claude

claude Bot commented Jul 13, 2026

Copy link
Copy Markdown

✅ Approved

No new findings. This is a straightforward pnpm version bump (11.11.0 → 11.12.0) with an updated integrity hash. No logic changes or risk.

🤖 Generated with Claude Code

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

Updates the repository’s pinned package manager version in package.json so Corepack will use pnpm 11.12.0 with an updated SHA-512 integrity string, without changing the dependency graph or lockfile.

Changes:

  • Bump packageManager from pnpm@11.11.0 to pnpm@11.12.0.
  • Update the corresponding sha512 integrity hash in the packageManager spec.

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

@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown

Greptile Summary

此 PR 将 package.json 中的 Corepack packageManager 字段从 pnpm@11.11.0 升级至 pnpm@11.12.0,并同步更新了对应的 SHA512 完整性哈希,无其他代码变动。

  • package.json:版本字符串及 SHA512 哈希值均已更新至 pnpm 11.12.0(已于 2026-07-11 正式发布),格式符合 Corepack 规范(128 位十六进制 SHA512)。
  • 本次变更不影响任何依赖范围、锁文件或运行时逻辑,是一次纯工具链维护升级。

Confidence Score: 5/5

这是一次仅更改 package.json 单行内容的工具链版本维护,不涉及任何运行时代码、依赖范围或锁文件,可安全合并。

变更内容只有 pnpm 版本号(11.11.0 → 11.12.0)和对应的 SHA512 哈希值两处更新。pnpm 11.12.0 已于 2026-07-11 正式发布,哈希格式正确(128 位十六进制 SHA512),与 Corepack 规范吻合。没有依赖范围、脚本逻辑或锁文件发生改变。

无需对任何文件进行额外审查。

Important Files Changed

Filename Overview
package.json 将 packageManager 字段中的 pnpm 版本从 11.11.0 升级至 11.12.0,同时更新对应的 SHA512 完整性哈希值;无其他改动。

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json
packageManager 字段] -->|Corepack 读取| B{版本匹配?}
    B -->|是| C[直接使用已安装的 pnpm]
    B -->|否| D[下载 pnpm 11.12.0]
    D -->|验证 SHA512 哈希| E{哈希一致?}
    E -->|是| F[安装并激活 pnpm 11.12.0]
    E -->|否| G[拒绝安装 / 报错]
    F --> H[正常执行 pnpm 命令]
    C --> H
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
packageManager 字段] -->|Corepack 读取| B{版本匹配?}
    B -->|是| C[直接使用已安装的 pnpm]
    B -->|否| D[下载 pnpm 11.12.0]
    D -->|验证 SHA512 哈希| E{哈希一致?}
    E -->|是| F[安装并激活 pnpm 11.12.0]
    E -->|否| G[拒绝安装 / 报错]
    F --> H[正常执行 pnpm 命令]
    C --> H
Loading

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

@xdanger
xdanger merged commit ff0f629 into main Jul 13, 2026
6 checks passed
@xdanger
xdanger deleted the agent/pnpm-11.12.0-20260713 branch July 13, 2026 10:00
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