chore(deps): bump pnpm to 11.15.1 - #41
Conversation
- 🔧 keep the package manager current
|
✅ Approved No new issues found. This is a straightforward pnpm version bump (11.13.1 → 11.15.1) with a valid sha512 integrity hash. No prior comments to reconcile. Overall assessment: Minimal-risk change — only the |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s packageManager pin to use pnpm 11.15.1 (with integrity hash), keeping the lockfile/dependency graph unchanged and ensuring consistent tool pinning via package.json.
Changes:
- Bump
packageManagerfrompnpm@11.13.1topnpm@11.15.1(including updatedsha512integrity).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| Filename | Overview |
|---|---|
| package.json | 将 packageManager 字段中的 pnpm 版本从 11.13.1 升级至 11.15.1,同步更新了对应的 SHA512 完整性哈希值。 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json\npackageManager 字段] --> B{版本升级}
B --> C["pnpm@11.13.1\n旧 SHA512 哈希"]
B --> D["pnpm@11.15.1\n新 SHA512 哈希"]
D --> E[corepack 读取并验证哈希]
E --> F[frozen install 验证通过]
F --> G[lockfile 无需重新生成]
Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm to 11.15.1" | Re-trigger Greptile
Summary\n\n- Bump the verified packageManager pin from pnpm 11.13.1 to 11.15.1.\n- Preserve the dependency graph and pnpm-lock.yaml.\n- Align repository-local tool pins where present.\n\n## Validation\n\n- Frozen install with pnpm 11.15.1\n- Repository lint suite\n- git diff --check\n\n## Risk\n\nSame-major package-manager-only update. No dependency migration or lockfile regeneration is required.