chore(deps): bump pnpm to 11.4.0#26
Conversation
- 🔧 keep the package-manager pin current
|
✅ Approved No new issues found. This is a clean pnpm minor version bump (11.3.0 → 11.4.0) confined to the No previously reported issues (first review). |
|
| Filename | Overview |
|---|---|
| package.json | 将 packageManager 字段从 pnpm@11.3.0 升级至 pnpm@11.4.0,并同步更新对应的 SHA-512 哈希值,无其他变更。 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json packageManager 字段] --> B{版本变更}
B --> C["旧: pnpm@11.3.0\n+ sha512 哈希"]
B --> D["新: pnpm@11.4.0\n+ sha512 哈希"]
D --> E[corepack 验证哈希完整性]
E --> F[安装 pnpm 11.4.0]
F --> G[frozen-lockfile 安装依赖]
G --> H[lint / format 验证通过]
Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm to 11.4.0" | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Bumps the repository’s Corepack-managed pnpm version to keep local/dev tooling aligned on pnpm v11 while leaving dependency graph unchanged.
Changes:
- Update
packageManagerinpackage.jsonfrom pnpm11.3.0to11.4.0(including the Corepack sha512 pin).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
pnpm outdated --format jsonreturned{}Validation
corepack pnpm install --frozen-lockfilecorepack pnpm outdated --format json->{}corepack pnpm run lintRisk
>=22.13).