Skip to content

🔧 chore(deps): bump pnpm to 11.11.0#36

Merged
xdanger merged 1 commit into
mainfrom
agent/pnpm-11.11.0-20260711
Jul 11, 2026
Merged

🔧 chore(deps): bump pnpm to 11.11.0#36
xdanger merged 1 commit 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 from pnpm 11.10.0 to 11.11.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.11.0
  • repository lint suite
  • pnpm audit

- 🔧 keep the package manager current
@claude

claude Bot commented Jul 11, 2026

Copy link
Copy Markdown

✅ Approved

No new findings. This is a minimal, single-line version bump of the pinned pnpm package manager (11.10.0 → 11.11.0) with an updated integrity hash. No code, dependencies, or configuration changes beyond the packageManager field in package.json.

🤖 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

This PR updates the repository’s pinned Corepack package manager version in package.json to pnpm 11.11.0, aligning the repo with the intended pnpm 11 minor release without changing dependencies or lockfile contents.

Changes:

  • Bump packageManager from pnpm 11.10.0 to pnpm 11.11.0.
  • Update the associated sha512 integrity hash for the pinned pnpm version.

💡 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

package.json 中 Corepack 固定的包管理器从 pnpm@11.10.0 升级到 pnpm@11.11.0,并同步更新对应的 sha512 完整性哈希。

  • 仅修改 packageManager 字段的版本号和哈希值,不涉及任何依赖范围、lockfile 或运行时代码
  • pnpm 11.11.0 于 2026-07-09 正式发布,主要包含冷缓存依赖解析阶段的内存峰值优化(RSS 降低约 30%)

Confidence Score: 5/5

这是一个仅修改 packageManager 版本固定字段的最小变更,对代码逻辑和依赖图无任何影响,可以安全合并。

变更范围极小,仅更新了 package.json 中的 pnpm 版本号和对应的 sha512 哈希,pnpm 11.11.0 已正式发布,sha512 格式正确(128 位十六进制字符),不涉及任何依赖、lockfile 或业务逻辑的变动。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json 仅更新 packageManager 字段中的 pnpm 版本(11.10.0 → 11.11.0)及对应的 sha512 哈希,变更范围极小

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json packageManager 字段] --> B{Corepack 读取}
    B --> C[验证版本: pnpm@11.11.0]
    B --> D[验证 sha512 完整性哈希]
    C --> E{版本匹配?}
    D --> F{哈希匹配?}
    E -- 是 --> G[使用缓存的 pnpm 11.11.0]
    E -- 否 --> H[从 npm registry 下载]
    F -- 是 --> G
    F -- 否 --> I[拒绝安装并报错]
    H --> J[写入 Corepack 缓存]
    J --> G
    G --> K[执行 pnpm 命令]
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 字段] --> B{Corepack 读取}
    B --> C[验证版本: pnpm@11.11.0]
    B --> D[验证 sha512 完整性哈希]
    C --> E{版本匹配?}
    D --> F{哈希匹配?}
    E -- 是 --> G[使用缓存的 pnpm 11.11.0]
    E -- 否 --> H[从 npm registry 下载]
    F -- 是 --> G
    F -- 否 --> I[拒绝安装并报错]
    H --> J[写入 Corepack 缓存]
    J --> G
    G --> K[执行 pnpm 命令]
Loading

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

@xdanger
xdanger merged commit 46fd93a into main Jul 11, 2026
6 checks passed
@xdanger
xdanger deleted the agent/pnpm-11.11.0-20260711 branch July 11, 2026 09:53
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