chore(deps): update pnpm to v7.25.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pnpm (source) | 7.24.3 -> 7.25.0 |
Release Notes
pnpm/pnpm
v7.25.0
Minor Changes
- When patching a dependency that is already patched, the existing patch is applied to the dependency, so that the new edit are applied on top of the existing ones. To ignore the existing patches, run the patch command with the
--ignore-existing
option #5632. - When
extend-node-path
is set tofalse
, theNODE_PATH
environment variable is not set in the command shims #5910
Patch Changes
- Ensure the permission of bin file when
prefer-symlinked-executables
is set totrue
#5913. - If an external tool or a user have removed a package from node_modules, pnpm should add it back on install. This was only an issue with
node-linker=hoisted
.
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.