Skip to content

🔧 chore(deps): bump pnpm to 11.10.0 - #35

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#35
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
@claude

claude Bot commented Jul 6, 2026

Copy link
Copy Markdown

✅ Approved

No new issues found. This is a straightforward pnpm version bump (11.9.0 → 11.10.0) with a valid SHA512 integrity hash. The PR description confirms CI validation passed (frozen lockfile install, lint, audit).

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 Node.js package manager to pnpm 11.10.0 (via the packageManager field), aligning tooling versions while intentionally keeping the lockfile unchanged.

Changes:

  • Bump packageManager in package.json from pnpm 11.9.0 to 11.10.0 (including the associated 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

package.json 中的 packageManager 字段从 pnpm@11.9.0 升级至 pnpm@11.10.0,并同步更新 Corepack 校验用的 SHA512 完整性哈希;lockfile 保持不变。

  • 仅修改 package.jsonpackageManager 字段,新哈希为 128 位十六进制编码的合法 SHA512 摘要,格式正确。
  • PR 描述中已记录三项本地验证(--frozen-lockfile 安装、lint、audit),且 audit 返回 0 个安全公告,变更范围极小、风险低。

Confidence Score: 5/5

仅升级 pnpm 版本号与 Corepack 哈希,变更范围极小,可放心合并。

改动只涉及 package.jsonpackageManager 字段:版本从 11.9.0 升至 11.10.0,SHA512 哈希随之更新且长度正确(128 位十六进制)。lockfile 未变动,说明依赖树没有任何变化。PR 描述中包含 frozen-lockfile 安装、lint 以及 0 公告的 audit 验证,给出了充分的本地验证记录。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json 将 packageManager 字段从 pnpm@11.9.0 升级至 pnpm@11.10.0,同时更新对应的 Corepack SHA512 完整性哈希。

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json packageManager 字段] --> B{Corepack 验证}
    B -->|SHA512 匹配| C[使用 pnpm@11.10.0]
    B -->|SHA512 不匹配| D[拒绝运行]
    C --> E[install --frozen-lockfile]
    C --> F[run lint]
    C --> G[audit --audit-level low]
    E --> H[✅ 依赖安装成功]
    F --> I[✅ lint 通过]
    G --> J[✅ 0 个安全公告]
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 -->|SHA512 匹配| C[使用 pnpm@11.10.0]
    B -->|SHA512 不匹配| D[拒绝运行]
    C --> E[install --frozen-lockfile]
    C --> F[run lint]
    C --> G[audit --audit-level low]
    E --> H[✅ 依赖安装成功]
    F --> I[✅ lint 通过]
    G --> J[✅ 0 个安全公告]
Loading

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

@xdanger
xdanger merged commit d0da31f 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