🔧 chore(deps): bump pnpm to 11.8.0#33
Merged
Merged
Conversation
- 🔧 keep the package manager pin current after the release-age window
|
✅ Approved No new findings. This is a minimal, single-line bump of the |
There was a problem hiding this comment.
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
packageManagerfrompnpm@11.7.0topnpm@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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Greptile Summary
将
packageManager字段中固定的 pnpm 版本从 11.7.0 升级至 11.8.0,同时更新对应的 SHA512 校验哈希,依赖范围与 lockfile 均保持不变。package.json中packageManager字段的版本号与 SHA512 哈希同步更新,新哈希长度为 128 个十六进制字符,符合 SHA512 格式。--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
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 通过]%%{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 通过]Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm to 11.8.0" | Re-trigger Greptile