chore(deps): update pnpm to v7.18.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pnpm (source) | 7.17.1 -> 7.18.2 |
Release Notes
pnpm/pnpm
v7.18.2
Patch Changes
- Added
--json
to thepnpm publish --help
output #5773. -
pnpm update
should not replaceworkspace:*
,workspace:~
, andworkspace:^
withworkspace:<version>
#5764. - The fatal error should be printed in JSON format, when running a pnpm command with the
--json
option #5710. - Throw an error while missing script start or file
server.js
#5782. -
pnpm license list
should not fail if a license file is an executable #5740.
Our Gold Sponsors
Our Silver Sponsors
v7.18.1
Patch Changes
- The update notifier should suggest using the standalone script, when pnpm was installed using a standalone script #5750.
- Vulnerabilities that don't have CVEs codes should not be skipped by
pnpm audit
if anignoreCves
list is declared inpackage.json
#5756. - It should be possible to use overrides with absolute file paths #5754.
-
pnpm audit --json
should ignore vulnerabilities listed inauditConfig.ignoreCves
#5734. -
pnpm licenses
should print help, not just an error message #5745.
Our Gold Sponsors
Our Silver Sponsors
v7.18.0
Minor Changes
-
Overrides may be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a `# pnpm.
{ "dependencies": { "foo": "^1.0.0" }, "overrides": { // the override is defined as a reference to the dependency "foo": "$foo", // the referenced package does not need to match the overridden one "bar": "$foo" } }
Issue: #5703
Patch Changes
-
pnpm audit
should work when the project'spackage.json
has noversion
field #5728 - Dependencies specified via
*
should be updated to semver ranges bypnpm update
#5681. - It should be possible to override a dependency with a local package using relative path from the workspace root directory #5493.
- Exit with non-zero exit code when child process exits with a non-zero exit clode #5525.
-
pnpm add
should prefer local projects from the workspace, even if they use prerelease versions #5316
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.