meta: update pnpm from 11.5.3 to#8978
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
avivkeller
left a comment
There was a problem hiding this comment.
not sure what went wrong with the title but lgtm
PR SummaryLow Risk Overview
Reviewed by Cursor Bugbot for commit 8c9cc21. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8978 +/- ##
==========================================
+ Coverage 75.36% 75.43% +0.06%
==========================================
Files 98 98
Lines 8637 8637
Branches 319 318 -1
==========================================
+ Hits 6509 6515 +6
+ Misses 2124 2118 -6
Partials 4 4 ☔ View full report in Codecov by Harness. |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned pnpm version (used via packageManager / Corepack) from 11.5.3 to 11.9.0, and refreshes the lockfile to match.
Changes:
- Bump
packageManageranddevEngines.packageManager.versiontopnpm@11.9.0. - Regenerate
pnpm-lock.yamlto reflect pnpm 11.9.0 artifacts and integrity hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates pnpm-related entries and snapshot metadata to match pnpm 11.9.0. |
| package.json | Pins the repo’s pnpm version to 11.9.0 via packageManager and devEngines. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "typescript-eslint": "~8.59.1" | ||
| }, | ||
| "packageManager": "pnpm@11.5.3", | ||
| "packageManager": "pnpm@11.9.0", |
Updates pnpm from 11.5.3 to
cc @nodejs/web-infra
Check this workflow's logs at https://github.com/nodejs/nodejs.org/actions/runs/28486792585.