Skip to content

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

Merged
xdanger merged 2 commits into
mainfrom
agent/pnpm-11.11.0-20260711
Jul 14, 2026
Merged

🔧 chore(deps): bump pnpm to 11.12.0#38
xdanger merged 2 commits into
mainfrom
agent/pnpm-11.11.0-20260711

Conversation

@xdanger

@xdanger xdanger commented Jul 11, 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

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 pinned Corepack package manager version in package.json, keeping the project aligned with the current pnpm 11.x line while leaving the lockfile/dependency graph unchanged.

Changes:

  • Bump packageManager from pnpm@11.10.0 to pnpm@11.11.0.
  • Update the associated Corepack integrity hash in the packageManager string.

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

@greptile-apps

greptile-apps Bot commented Jul 11, 2026

Copy link
Copy Markdown

Greptile Summary

此 PR 通过修改 package.json 中的 packageManager 字段,将 Corepack 锁定的 pnpm 版本从 11.10.0 升级到 11.12.0(并随之更新了对应的 SHA-512 完整性哈希),不涉及任何依赖范围、lockfile 或运行时代码的改动。

  • 版本描述不符:PR 标题和说明均声称升级至 11.11.0,但实际 diff 显示目标版本为 11.12.0,跳过了一个 minor 版本;pnpm 11.12.0 是 2026-07-11 发布的合法版本,包含若干 peer dependency 解析修复和安全加固。
  • 哈希完整性:新旧 SHA-512 哈希均为 128 位十六进制字符,格式正确。

Confidence Score: 5/5

可以安全合并,仅修改 Corepack 锁定的 pnpm 版本与完整性哈希,不影响任何依赖或运行时逻辑。

变更范围极小,只涉及 package.json 中一行 packageManager 字段的版本号和哈希更新;pnpm 11.12.0 是已发布的合法版本,哈希格式正确,lockfile 和依赖图均未改动。

无需特别关注的文件,建议作者修正 PR 标题和描述中的版本号。

Important Files Changed

Filename Overview
package.json 将 Corepack packageManager 从 pnpm@11.10.0 升级至 pnpm@11.12.0,并更新对应的 SHA-512 完整性哈希(128 位十六进制,长度正确);PR 描述中声称目标版本为 11.11.0,与实际变更不符。

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\npackageManager 字段"] -->|"旧值"| B["pnpm@11.10.0\n+sha512.0b7f8b98..."]
    A -->|"新值"| C["pnpm@11.12.0\n+sha512.820a6fbd..."]
    C --> D["Corepack 执行时\n强制使用 pnpm 11.12.0"]
    D --> E["frozen install\n依赖图不变"]
    style B fill:#f9f,stroke:#999,color:#333
    style C fill:#9f9,stroke:#090,color:#333
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\npackageManager 字段"] -->|"旧值"| B["pnpm@11.10.0\n+sha512.0b7f8b98..."]
    A -->|"新值"| C["pnpm@11.12.0\n+sha512.820a6fbd..."]
    C --> D["Corepack 执行时\n强制使用 pnpm 11.12.0"]
    D --> E["frozen install\n依赖图不变"]
    style B fill:#f9f,stroke:#999,color:#333
    style C fill:#9f9,stroke:#090,color:#333
Loading

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

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

- 🔧 keep the package manager current
@github-actions github-actions Bot requested a review from Copilot July 13, 2026 09:48
@xdanger xdanger changed the title 🔧 chore(deps): bump pnpm to 11.11.0 🔧 chore(deps): bump pnpm to 11.12.0 Jul 13, 2026

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

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

Comment thread package.json

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@xdanger xdanger merged commit 709959d into main Jul 14, 2026
7 of 8 checks passed
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