Bug Fixes
pnpm audit
should not receive a 502 error from the registry #2848.- When installing Git-hosted dependencies that have a
prepare
script, pnpm should install theirdevDependencies
for a successfull build #855. preinstall
scripts should run after installing the dependencies #3395.- Sorting workspace projects should work correctly when the workspace dependencies use
workspace:~
orworkspace:^
#3400