chore(deps): update pnpm to 11.21.0 - #187
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs maintainer review before merge. Reviewed August 10, 2026, 9:40 PM ET / August 11, 2026, 01:40 UTC. ClawSweeper reviewWhat this changesThe PR updates the project’s Corepack integrity-pinned pnpm version from 11.20.0 to 11.21.0 in package metadata. Merge readinessThis is a focused, well-validated pnpm integrity-pin update that current main has not yet incorporated; it remains necessary until merged. Priority: P3 Review scores
Verification
How this fits togetherThe package manifest declares the Node and pnpm toolchain used by contributors and CI. That pnpm version installs dependencies and runs the CLI’s validation and packaging workflow. flowchart LR
A[Contributor or CI] --> B[Package manifest]
B --> C[Pinned pnpm release]
C --> D[Install dependencies]
D --> E[Validation commands]
E --> F[Packaged CLI]
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Merge the integrity-pinned pnpm update after the required CI checks complete, retaining the existing release-age policy. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates the project toolchain rather than reporting a reproducible product bug. Is this the best way to solve the issue? Yes: changing the existing integrity-pinned package-manager declaration is the narrowest maintainable way to adopt this pnpm release. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 1571f3143be5. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Summary
The registry pass found no eligible package or lockfile updates. Oxfmt 0.63.0 and Oxlint 1.78.0 are newer but were published only about 15 hours before this pass, so pnpm correctly excluded them under
minimumReleaseAge: 2880. PR #185 separately owns the current GitHub Actions digest refresh.Verification