v6.10.0 #3593
zkochan
started this conversation in
Show and tell
v6.10.0
#3593
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Minor Changes
pnpm store path
#3571.cache-dir
.cache-dir
is the location of the package metadata cache. Previously this cache was stored in the store directory. By default, the cache directory is created in theXDG_CACHE_HOME
directory #3578.state-dir
.state-dir
is the directory where pnpm creates thepnpm-state.json
file that is currently used only by the update checker. By default, the state directory is created in theXDG_STATE_HOME
directory #3580.workspace-concurrency
is based on CPU cores amount, when set to 0 or a negative number. The concurrency limit is set asmax((amount of cores) - abs(workspace-concurrency), 1)
#3574.Patch Changes
pnpm link
is executed.pnpm link
needs at least one argument or option #3590.This discussion was created from the release v6.10.0.
Beta Was this translation helpful? Give feedback.
All reactions