Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 #7822 +/- ##
=======================================
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:
|
Member
|
Quite the serious bug, ngl. |
Contributor
|
Lighthouse Results
|
AugustinMauroy
approved these changes
Jun 1, 2025
5b5a50b to
cbf7d70
Compare
|
Sorry to snoop, did this work for you guys? (I think so looking at the dependabot PRs) |
Member
Author
|
It did, take a look at all the currently open Dependabot PRs -- they have correct diffs now instead of +/- 2k diffs for every dep in the lockfile. |
|
Thanks for confirming! |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Dependabot is currently updating all dependencies in the lockfile in each PR it opens: e52dea5
This appears to be due to a bug in pnpm since 10.9.0, so this downgrades us to the last pnpm release prior to that.
Validation
Managing dependencies continues to work. We'll need to merge and then ask Dependabot to update its PRs to fully validate if this works.
Related Issues
pnpm/pnpm#9519
(As an aside, dependabot/dependabot-core#11246 + https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories does suggest that Dependabot doesn't officially support pnpm 10 at all)
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.