github pnpm/pnpm v2.10.4

5 years ago

Features

  • cli: new command: pnpm recursive uninstall [<@scope>/]<pkg>...
    Uninstalls a dependency from each package of a monorepo.
    #1246 by @zkochan
  • resolvers: shortcuts for non-github-hosted dependencies
    pnpm/git-resolver#12 by @huochunpeng

Bug Fixes

  • recursive: sort packages in a monorepo before doing actions (f3a65f1)
  • reporting: limit the width of lifecycle output (2d51c0c)
  • fix exception on err.code.startsWith (b013ad1)
  • pnpmfile: installation should fail if pnpmfile fails (#1247)
  • shrinkwrap: align the dependency types in shrinkwrap.yaml during install (9d527ff)
  • list: list should have depth 0 by default (9e76694)
  • unlink: don't fail if there is nothing to unlink (9dd802b)
  • fail with meaningful error when installed package has no name (7bde6a8)
  • recursive: resolve directory deps correctly inside monorepo (8e6196b)
  • link bins to correct location when CWD does not equal the value of --prefix (41d4389)

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.