npm pnpm 6.10.0

latest releases: 8.15.8, 9.1.0-0, 9.0.6...
2 years ago

Minor Changes

  • New command added: pnpm store path #3571.
  • New setting added: 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 the XDG_CACHE_HOME directory #3578.
  • New setting added: state-dir. state-dir is the directory where pnpm creates the pnpm-state.json file that is currently used only by the update checker. By default, the state directory is created in the XDG_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 as max((amount of cores) - abs(workspace-concurrency), 1) #3574.

Patch Changes

  • Never do full resolution when package manifest is ignored #3576.
  • An error is thrown if pnpm link is executed. pnpm link needs at least one argument or option #3590.

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.