github pnpm/pnpm v5.6.1

latest releases: v9.0.4, v9.0.3, v9.0.2...
3 years ago

Features

  • --workspace-root, -w: a new option that allows to focus on the root workspace project.

    E.g., the following command runs the lint script of the root package.json from anywhere in the monorepo:

    pnpm -w lint
    

    PR #2866

  • The progress indicator also shows the number of dependencies that are being added to the modules direcotory (#2832).

  • Don't report scope, when only one workspace package is selected (#2855).

  • If a script is not found in the current project but is present in the root project of the workspace, notify the user about it in the hint of the error (#2859).

  • Publicly hoist anything that has "types" in the name. Packages like @babel/types are publicly hoisted by default (#2865).

Bug Fixes

  • When no matching version is found, report the actually specified version spec in the error message (not the normalized one) (#1314).

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.