Skip to content

🔧 chore(deps): bump pnpm to 11.8.0#33

Merged
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-2-pnpm-11.8.0
Jun 22, 2026
Merged

🔧 chore(deps): bump pnpm to 11.8.0#33
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-2-pnpm-11.8.0

Conversation

@xdanger

@xdanger xdanger commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump the repo packageManager pin to pnpm 11.8.0 after the release-age window.
  • Leave dependency ranges and the lockfile unchanged.

Validation

  • CI=true npm exec --yes pnpm@11.8.0 -- install --frozen-lockfile --ignore-scripts
  • npm exec --yes pnpm@11.8.0 -- run lint

Greptile Summary

packageManager 字段中固定的 pnpm 版本从 11.7.0 升级至 11.8.0,同时更新对应的 SHA512 校验哈希,依赖范围与 lockfile 均保持不变。

  • package.jsonpackageManager 字段的版本号与 SHA512 哈希同步更新,新哈希长度为 128 个十六进制字符,符合 SHA512 格式。
  • PR 描述中提供了通过 --frozen-lockfile 安装及 lint 的验证步骤,变更范围极小,风险低。

Confidence Score: 5/5

此 PR 仅修改 packageManager 版本号与对应 SHA512 哈希,可安全合并。

改动范围极小,只有一行变更:pnpm 版本号从 11.7.0 更新为 11.8.0,SHA512 哈希格式正确(128 位十六进制字符)。lockfile 与依赖范围均未改动,PR 作者也在描述中提供了 frozen-lockfile 安装和 lint 的验证记录。

无文件需要特别关注。

Important Files Changed

Filename Overview
package.json 将 pnpm 从 11.7.0 升级至 11.8.0,同步更新 SHA512 校验哈希,其余内容无改动

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\npackageManager 字段] --> B{corepack 校验}
    B -->|版本匹配 + SHA512 验证通过| C[使用 pnpm 11.8.0]
    B -->|版本或哈希不匹配| D[安装失败]
    C --> E[pnpm install --frozen-lockfile]
    E --> F[pnpm run lint]
    F --> G[✅ CI 通过]
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{corepack 校验}
    B -->|版本匹配 + SHA512 验证通过| C[使用 pnpm 11.8.0]
    B -->|版本或哈希不匹配| D[安装失败]
    C --> E[pnpm install --frozen-lockfile]
    E --> F[pnpm run lint]
    F --> G[✅ CI 通过]
Loading

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

- 🔧 keep the package manager pin current after the release-age window
@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown

✅ Approved

No new findings. This is a minimal, single-line bump of the packageManager pin from pnpm 11.7.0 → 11.8.0 with an updated sha512 integrity hash. No dependency ranges or lockfile changes. LGTM.

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 packageManager pin to use pnpm@11.8.0 (with integrity) so contributors and CI use a consistent pnpm version via Corepack, without changing dependency ranges or the lockfile.

Changes:

  • Bump packageManager from pnpm@11.7.0 to pnpm@11.8.0 (including the sha512 integrity suffix).
  • No dependency or lockfile changes included in the PR.

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

@xdanger xdanger merged commit f875582 into main Jun 22, 2026
5 of 6 checks passed
@xdanger xdanger deleted the codex/dependency-sweep-2-pnpm-11.8.0 branch June 22, 2026 07:34
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