chore(deps): update pnpm to v7.22.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pnpm (source) | 7.20.0 -> 7.22.0 |
Release Notes
pnpm/pnpm
v7.22.0
Minor Changes
- The
pnpm list
andpnpm why
commands will now look through transitive dependencies ofworkspace:
packages. A new--only-projects
flag is available to only printworkspace:
packages. -
pnpm exec
andpnpm run
command support--resume-from
option. When used, the command will executed from given package #4690. - Expose the
npm_command
environment variable to lifecycle hooks & scripts.
Patch Changes
- Fix a situation where
pnpm list
andpnpm why
may not respect the--depth
argument. - Report to the console when a git-hosted dependency is built #5847.
- Throw an accurate error message when trying to install a package that has no versions, or all of its versions are unpublished #5849.
- replace dependency
is-ci
byci-info
(is-ci
is just a simple wrapper aroundci-info
). - Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built.
- Print more contextual information when a git-hosted package fails to be prepared for installation #5847.
Our Gold Sponsors
Our Silver Sponsors
v7.21.0
Minor Changes
- The
pnpm dlx
command supports the--shell-mode
(or-c
) option. When used, the script is executed by a shell #5679.
Patch Changes
- The config command should work with the
--location=global
CLI option #5841. - Only the
pnpm add --global <pkg>
command should fail if there is no global pnpm bin directory in the system PATH #5841.
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.