meta: update pnpm from 11.18.0 to 11.25.0 - #9122
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
😭 I do not understand why this workflow doesn't generate the correct title/commit with the new version, it's identical to https://github.com/alveusgg/alveusgg/blob/main/.github/workflows/update-pnpm.yml which does work |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9122 +/- ##
==========================================
+ Coverage 86.10% 86.18% +0.08%
==========================================
Files 86 86
Lines 6046 6046
Branches 357 357
==========================================
+ Hits 5206 5211 +5
+ Misses 836 831 -5
Partials 4 4 ☔ View full report in Codecov by Harness. |
There was a problem hiding this comment.
🟡 Changes recommended
The PR title/description are incomplete and should be updated to clearly state the target pnpm version being applied.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the repository’s pinned pnpm version to keep the toolchain consistent across local development and dependency resolution.
Changes:
- Bump
package.jsonpackageManageranddevEngines.packageManager.versionfrom11.18.0to11.25.0. - Regenerate/update
pnpm-lock.yamlentries to align with pnpm11.25.0(including@pnpm/exeplatform packages and snapshots).
File summaries
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile entries to reference pnpm/@pnpm/exe 11.25.0 artifacts and integrity hashes. |
| package.json | Pins pnpm to 11.25.0 via packageManager and devEngines. |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "typescript-eslint": "~8.65.0" | ||
| }, | ||
| "packageManager": "pnpm@11.18.0", | ||
| "packageManager": "pnpm@11.25.0", |
Updates pnpm from 11.18.0 to
cc @nodejs/web-infra
Check this workflow's logs at https://github.com/nodejs/nodejs.org/actions/runs/33457188817.