Skip to content

v4.12.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkochan zkochan released this 21 Mar 14:02
aa1b49a

Features

  • print a warning if a globally installed package has no bins (#2402, @yaodingyd)
  • store relative path to the virtual store directory (on Linux and OSX) to avoid errors after moving a project to a new location (#2335, @zkochan)
  • pnpm remove fails if the specified dependency is missing (#2428, @zkochan)
  • pnpm remove fails when executed without any parameters (77919e6, @zkochan)

Bug Fixes

  • update of pnpm using pnpm should work (#2423, @zkochan)
  • pnpm run --filter <project> should list available scripts of the project (#2422, @zkochan)
  • pnpm run --filter <projects> should fail (#2422, @zkochan)
  • pnpm <cmd> -r should fail if <cmd> does not support recursive execution (#2396, @zkochan)