-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(meta): upgrade pnpm to 10.11.1 #7828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Bumps pnpm to v10.11.1 now that upstream issue #9519 has been fixed and released.
- Updated the top-level
packageManagerfield. - Updated
devEngines.packageManager.versionto match.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7828 +/- ##
=======================================
Coverage 75.48% 75.48%
=======================================
Files 101 101
Lines 8309 8309
Branches 218 218
=======================================
Hits 6272 6272
Misses 2035 2035
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Lighthouse Results
|
|
Fast-tracking for infra reasons. |
Description
Follow-up from #7822, now that pnpm/pnpm#9519 has been resolved by pnpm/pnpm#9588 and released in https://github.com/pnpm/pnpm/releases/tag/v10.11.1.
Validation
Managing dependencies continues to work. We'll need to merge and then manually run Dependabot to see if it updates dependencies correctly.
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.