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:
6.32.2
->7.26.3
Release Notes
pnpm/pnpm
v7.26.3
Compare Source
Patch Changes
pnpm-lock.yaml
lockfile format #5976.Our Gold Sponsors
Our Silver Sponsors
v7.26.2
Compare Source
Patch Changes
pnpm audit
output for better readability #5981node-linker
is set tohoisted
#5992.Our Gold Sponsors
Our Silver Sponsors
v7.26.1
Compare Source
Patch Changes
node-linker
is set tohoisted
#5988.EMFILE: too many open files
by using graceful-fs for reading bin files of dependencies #5887.Our Gold Sponsors
Our Silver Sponsors
v7.26.0
Compare Source
Minor Changes
pnpm dedupe
command that removes dependencies from the lockfile by re-resolving the dependency graph. This work similar to yarn'syarn dedupe --strategy highest
command #5958Patch Changes
prepublishOnly
andprepublish
should not be executed onpnpm pack
#2941.Our Gold Sponsors
Our Silver Sponsors
v7.25.1
Compare Source
Patch Changes
pnpm audit
output #3073--force
option in thepnpm install
command #5932.prefer-symlinked-executables
istrue
#5946.pnpm install --fix-lockfile
should not fail if the package has no dependencies #5878.Our Gold Sponsors
Our Silver Sponsors
v7.25.0
Compare Source
Minor Changes
--ignore-existing
option #5632.extend-node-path
is set tofalse
, theNODE_PATH
environment variable is not set in the command shims #5910Patch Changes
prefer-symlinked-executables
is set totrue
#5913.node-linker=hoisted
.Our Gold Sponsors
Our Silver Sponsors
v7.24.3
Compare Source
Patch Changes
use-lockfile-v6
is not set totrue
.Our Gold Sponsors
Our Silver Sponsors
v7.24.2
Compare Source
Minor Changes
pnpm-lock.yaml
format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use theuse-lockfile-v6=true
setting in.npmrc
. Or runpnpm install --use-lockfile-v6
#5810.Patch Changes
pnpm run
should fail if the path to the project contains colon(s).pnpm config set key=value
should work the same aspnpm config set key value
#5889.The upload of built artifacts (side effects) should not fail when
node-linker
is set tohoisted
and installation runs on a project that already had anode_modules
directory #5823.This fixes a bug introduced by #5814.
pnpm exec
should work when the path to the project contains colon(s) #5846.Git-hosted dependencies should not be built, when
ignore-scripts
is set totrue
#5876.Our Gold Sponsors
Our Silver Sponsors
v7.24.1
Compare Source
v7.24.0
Compare Source
v7.23.0
Compare Source
Minor Changes
resolve-peers-from-workspace-root
setting is set totrue
, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.Patch Changes
--resume-from
option.--include-workspace-root
option on recursive command's help info.Our Gold Sponsors
Our Silver Sponsors
v7.22.0
Compare Source
Minor Changes
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.npm_command
environment variable to lifecycle hooks & scripts.Patch Changes
pnpm list
andpnpm why
may not respect the--depth
argument.is-ci
byci-info
(is-ci
is just a simple wrapper aroundci-info
).Our Gold Sponsors
Our Silver Sponsors
v7.21.0
Compare Source
Minor Changes
pnpm dlx
command supports the--shell-mode
(or-c
) option. When used, the script is executed by a shell #5679.Patch Changes
--location=global
CLI option #5841.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
v7.20.0
Compare Source
Minor Changes
pnpm gets its own implementation of the following commands:
pnpm config get
pnpm config set
pnpm config delete
pnpm config list
In previous versions these commands were passing through to npm CLI.
PR: #5829
Related issue: #5621
Add show alias to
pnpm view
#5835.pnpm reads settings from its own global configuration file at
$XDG_CONFIG_HOME/pnpm/rc
#5829.Add the 'description'-field to the licenses output #5836.
Patch Changes
pnpm rebuild
should not fail ifnode_modules
was created by pnpm version 7.18 or older #5815.pnpm env
should print help.pnpm rebuild
should print a better error message when a hoisted dependency is not found #5815.Our Gold Sponsors
Our Silver Sponsors
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
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.