-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
infra: pnpm removed their strictness #2945
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2945 +/- ##
==========================================
- Coverage 99.96% 99.95% -0.02%
==========================================
Files 2987 2987
Lines 216037 216037
Branches 601 947 +346
==========================================
- Hits 215963 215941 -22
- Misses 74 96 +22 |
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.
I haven't tested it outside of corepack.
I already did in node-pg-migrate |
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.
For people (like myself) that are not as up to date in the ecosystem discussions: pnpm/pnpm#8087
I would like to remember to read the changelog while approving PRs like #2943 |
Sounds like a semver-major change to me 😀 |
Exactly, the version change log was higly missleading IMO. At the poitn of reading the change, I wasn't aware of that this is a setting we currently use and had forgotten about it as it only pointed ot the "true" case. Sure I could have put some more brain power into it. at the time of approving the original PR, but I do not think that is usually required for minor version updates. |
Not sure if they are so major strict, but it is also not a breaking change |
Thank you for highlighting the relevant sections of the changelog for the discussion. I was about to ask. I have read it before approving and multiple times now and I seem to fail to recognise the "major breaking change" part. I dont see any effect this change has on our project except for not requiring the workaround removed in this PR anymore. |
pnpm removed their strictness in v9.2 🎉