npm pnpm 5.15.1

latest releases: 9.12.0, 9.11.0, 9.10.0...
3 years ago

Bug Fixes

  • Finding the global directory location should not fail when one of the possible locations is in a read-only filesystem #2794.

  • Don't ask for confirmation, when publishing happens on a branch name "main" #2995.

  • Highlight the project names in the output of the pnpm list command #3024.

  • It should be possible to use the workspace protocol with version specs inside pnpm.overrides #3029.

    For instance:

    {
      "pnpm": {
        "overrides": {
          "foo": "workspace:*"
        }
      }
    }

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.