chore(deps): update pnpm to v7.20.0 #222
Merged
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.
This PR contains the following updates:
7.18.1
->7.20.0
Release Notes
pnpm/pnpm
v7.20.0
Compare Source
Minor Changes
pnpm gets its own implementation of the following commands:
pnpm config get
pnpm config set
pnpm config delete
pnpm config list
In previous versions these commands were passing through to npm CLI.
PR: #5829
Related issue: #5621
Add show alias to
pnpm view
#5835.pnpm reads settings from its own global configuration file at
$XDG_CONFIG_HOME/pnpm/rc
#5829.Add the 'description'-field to the licenses output #5836.
Patch Changes
pnpm rebuild
should not fail ifnode_modules
was created by pnpm version 7.18 or older #5815.pnpm env
should print help.pnpm rebuild
should print a better error message when a hoisted dependency is not found #5815.Our Gold Sponsors
Our Silver Sponsors
v7.19.0
Compare Source
Minor Changes
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.node_modules
directories when linking new dependencies. This improves performance, when installing in a project that already has anode_modules
directory #5795.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.-S
flag in command shims pnpm/cmd-shim#42.Our Gold Sponsors
Our Silver Sponsors
v7.18.2
Compare Source
Patch Changes
--json
to thepnpm publish --help
output #5773.pnpm update
should not replaceworkspace:*
,workspace:~
, andworkspace:^
withworkspace:<version>
#5764.--json
option #5710.server.js
#5782.pnpm license list
should not fail if a license file is an executable #5740.Our Gold Sponsors
Our Silver Sponsors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.