🔧 chore(deps): bump pnpm to 11.5.3#30
Conversation
- 🔧 keep Corepack pinned to the latest safe patch release
|
✅ Approved No new findings. This is a clean pnpm version pin bump (11.5.2 → 11.5.3) with a valid sha512 integrity hash. No logic, config, or dependency range changes. 🤖 Generated with Claude Code |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Corepack packageManager pin to ensure consistent tooling by moving from pnpm 11.5.2 to 11.5.3 (with updated integrity hash) in package.json.
Changes:
- Bump
packageManagerfrompnpm@11.5.2topnpm@11.5.3. - Update the associated
sha512integrity value for the pinned pnpm version.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| Filename | Overview |
|---|---|
| package.json | 将 Corepack packageManager 的 pnpm 版本从 11.5.2 升级到 11.5.3,并更新对应 SHA512 哈希;两个哈希均为合法的 128 位十六进制字符串。 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[开发者运行 pnpm 命令] --> B{Corepack 检查\npackageManager 字段}
B --> C["package.json\npackageManager: pnpm@11.5.3\n+ sha512 hash"]
C --> D{本地缓存是否存在\npnpm 11.5.3?}
D -- 否 --> E[从 npm 注册表下载\npnpm 11.5.3]
E --> F[Corepack 用 SHA512\n哈希校验完整性]
F -- 校验通过 --> G[激活 pnpm 11.5.3]
F -- 校验失败 --> H[报错中止]
D -- 是 --> G
G --> I[执行用户命令]
Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm to 11.5.3" | Re-trigger Greptile
Updates the Corepack package manager pin from pnpm 11.5.2 to 11.5.3.
Validation:
No dependency ranges were widened; existing wanted=current drift was left untouched.