chore(deps): update pnpm to v7.19.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pnpm (source) | 7.18.2 -> 7.19.0 |
Release Notes
pnpm/pnpm
v7.19.0
Minor Changes
- New setting supported in the
package.json
that is in the root of the workspace:pnpm.requiredScripts
. Scripts listed in this array will be required in each project of the worksapce. Otherwise,pnpm -r run <script name>
will fail #5569. - When the hoisted node linker is used, preserve
node_modules
directories when linking new dependencies. This improves performance, when installing in a project that already has anode_modules
directory #5795. - When the hoisted node linker is used, pnpm should not build the same package multiple times during installation. If a package is present at multipe locations because hoisting could not hoist them to a single directory, then the package should only built in one of the locations and copied to the rest #5814.
Patch Changes
-
pnpm rebuild
should work in projects that use the hoisted node linker #5560. -
pnpm patch
should print instructions about how to commit the changes #5809. - Allow the
-S
flag in command shims pnpm/cmd-shim#42. - Don't relink injected directories if they were not built #5792.
Our Gold Sponsors
|
|
|
|
![]() |
Our Silver Sponsors
![]() |
|
|
|
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.