chore(deps): update pnpm to v7.32.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pnpm (source) | 7.29.3 -> 7.32.0 |
Release Notes
pnpm/pnpm
v7.32.0
Minor Changes
- Allow env variables to be specified with default values in
.npmrc
. This is a convention used by Yarn too. Using${NAME-fallback}
will returnfallback
ifNAME
isn't set.${NAME:-fallback}
will returnfallback
ifNAME
isn't set, or is an empty string #6018.
Patch Changes
-
pnpm config get <key>
returns empty when the value is a boolean - Don't print an info message about linked dependencies if they are real linked dependencies specified via the
link:
protocol inpackage.json
. - Add -g to mismatch registries error info when original command has -g option #6224.
Our Gold Sponsors
Our Silver Sponsors
v7.31.0
Minor Changes
- Add
ignore-workspace-cycles
to silence workspace cycle warning #6308.
Patch Changes
- Registries are now passed to the preResolution hook.
- Repeat installation should work on a project that has a dependency with () chars in the scope name #6348.
- Should report error summary as expected.
- Update
@yarnpkg/shell
to fix issues in the shell emulator #6320. - Installation should not fail when there is a local dependency that starts in a directory that starts with the
@
char #6332.
Our Gold Sponsors
Our Silver Sponsors
v7.30.5
Patch Changes
-
pnpm audit
should work even if there are nopackage.json
file, just apnpm-lock.yaml
file. - Dedupe direct dependencies after hoisting.
- Don't remove automatically installed peer dependencies from the root workspace project, when
dedupe-peer-dependents
istrue
#6154.
Our Gold Sponsors
Our Silver Sponsors
v7.30.4
v7.30.3
Patch Changes
- Should use most specific override rule when multiple rules match the same target #6210.
- Fix regression introduced in v7.30.1 #6271.
Our Gold Sponsors
Our Silver Sponsors
v7.30.2
v7.30.1
Patch Changes
- Don't write the
pnpm-lock.yaml
file if it has no changes andpnpm install --frozen-lockfile
was executed #6158. - Fix git-hosted dependencies referenced via
git+ssh
that use semver selectors #6239. - When publish some package throws an error, the exit code should be non-zero #5528.
- Only three paths are displayed in
pnpm audit
output #6203 - Aliased packages should be used to resolve peer dependencies too #4301.
Our Gold Sponsors
Our Silver Sponsors
v7.30.0
Minor Changes
- Allow to set a custom directory for storing patch files via the
patches-dir
setting #6215
Patch Changes
- New directories should be prepended to NODE_PATH in command shims, not appended.
- Retry copying file on EBUSY error #6201.
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.