chore(deps): update pnpm to v7.17.0 #259
Open
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.13.6->7.17.0Release Notes
pnpm/pnpm
v7.17.0Compare Source
Minor Changes
pnpm licenses list, which displays the licenses of the packages #2825Patch Changes
pnpm update --latest !fooshould not update anything if the only dependency in the project is the ignored one #5643.pnpm auditshould send the versions of workspace projects for audit.pnpm.updateConfig.ignoreDependenciessetting should work with multiple dependencies in the array #5639.Our Gold Sponsors
Our Silver Sponsors
v7.16.1Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.16.0Compare Source
Minor Changes
pnpm env listto list global or remote Node.js versions #5546.Patch Changes
.npmrcfiles in subdirectories inside a workspace #2570.Our Gold Sponsors
Our Silver Sponsors
v7.15.0Compare Source
Minor Changes
Support
--format=jsonoption to output outdated packages in JSON format withoutdatedcommand #2705.pnpm outdated --format=json #or pnpm outdated --jsonA new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the
pnpm.auditConfig.ignoreCvesfield ofpackage.json. For instance:{ "pnpm": { "auditConfig": { "ignoreCves": [ "CVE-2019-10742", "CVE-2020-28168", "CVE-2021-3749", "CVE-2020-7598" ] } } }Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.2Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.1Compare Source
Patch Changes
pnpm list --long --jsonshould print licenses and authors of packages #5533..pnpmfile.cjs.pnpm dlxcommand.package.jsonhas a workspaces field but there is nopnpm-workspace.yamlfile #5363.Our Gold Sponsors
Our Silver Sponsors
v7.14.0Compare Source
Minor Changes
pnpm doctorcommand to do checks for known common issuesPatch Changes
Ignore the
always-authsetting.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
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.