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.12.2
->7.19.0
Release Notes
pnpm/pnpm
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
v7.18.1
Compare Source
Patch Changes
pnpm audit
if anignoreCves
list is declared inpackage.json
#5756.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
Compare Source
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.
Issue: #5703
Patch Changes
pnpm audit
should work when the project'spackage.json
has noversion
field #5728*
should be updated to semver ranges bypnpm update
#5681.pnpm add
should prefer local projects from the workspace, even if they use prerelease versions #5316Our Gold Sponsors
Our Silver Sponsors
v7.17.1
Compare Source
Patch Changes
pnpm set-script
andpnpm pkg
are passed through to npm #5683.pnpm publish <tarball path>
should exit with non-0 exit code when publish fails #5396.package.json
files in a workspace #5670.package.json5
are preserver #2008.pnpm setup
should create PNPM_HOME as a non-expandable env variable on Windows #4658.pnpm licenses
command.Our Gold Sponsors
Our Silver Sponsors
v7.17.0
Compare Source
Minor Changes
pnpm licenses list
, which displays the licenses of the packages #2825Patch Changes
pnpm update --latest !foo
should not update anything if the only dependency in the project is the ignored one #5643.pnpm audit
should send the versions of workspace projects for audit.pnpm.updateConfig.ignoreDependencies
setting should work with multiple dependencies in the array #5639.Our Gold Sponsors
Our Silver Sponsors
v7.16.1
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.16.0
Compare Source
Minor Changes
pnpm env list
to list global or remote Node.js versions #5546.Patch Changes
.npmrc
files in subdirectories inside a workspace #2570.Our Gold Sponsors
Our Silver Sponsors
v7.15.0
Compare Source
Minor Changes
Support
--format=json
option to output outdated packages in JSON format withoutdated
command #2705.pnpm outdated --format=json #or pnpm outdated --json
A new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the
pnpm.auditConfig.ignoreCves
field ofpackage.json
. For instance:Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.2
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.1
Compare Source
Patch Changes
pnpm list --long --json
should print licenses and authors of packages #5533..pnpmfile.cjs
.pnpm dlx
command.package.json
has a workspaces field but there is nopnpm-workspace.yaml
file #5363.Our Gold Sponsors
Our Silver Sponsors
v7.14.0
Compare Source
Minor Changes
pnpm doctor
command to do checks for known common issuesPatch Changes
Ignore the
always-auth
setting.pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.
So, for example, if your registry is at
https://company.registry.com/
but the tarballs are hosted athttps://tarballs.com/
, then you will have to configure the auth token for both domains in your.npmrc
:Our Gold Sponsors
Our Silver Sponsors
v7.13.6
Compare Source
Patch Changes
@pnpm/npm-conf
to remove annoying builtin warning #5518.pnpm link --global <pkg>
should not change the type of the dependency #5478.pnpm outdated
command fails, print in which directory it failed.Our Gold Sponsors
Our Silver Sponsors
v7.13.5
Compare Source
Patch Changes
pnpm outdated
should work when the package tarballs are hosted on a domain that differs from the registry's domain #5492.strict-peer-dependencies
is set tofalse
by default.Our Gold Sponsors
Our Silver Sponsors
v7.13.4
Compare Source
Patch Changes
pnpm link <pkg> --global
should work when a custom target directory is specified with the--dir
CLI option #5473.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 using a preset from . View repository job log here