Update pnpm migration note and workflow snippets - #2243
Conversation
|
✅ Deploy Preview for changesets ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| This only affects pnpm projects. When Changesets checks whether a package is unpublished, it now follows pnpm's registry behavior and ignores scope-based `publishConfig` registry overrides and `publishConfig.registry`. | ||
|
|
||
| If you relied on either field for this check, make sure v3 selects the registry you expect from your pnpm and npm configuration. | ||
| If you relied on either field for this check, migrate the config to an [`.npmrc` file](https://docs.npmjs.com/cli/configuring-npm/npmrc) instead. |
There was a problem hiding this comment.
The previous note was kinda vague, this gives a bit of direction.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2243 +/- ##
=======================================
Coverage 84.53% 84.53%
=======================================
Files 80 80
Lines 3168 3168
Branches 890 890
=======================================
Hits 2678 2678
Misses 433 433
Partials 57 57 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.