You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New command added for running packages in a tempory environment: pnpm dlx <command> ...#3652. This command is replacing pnpx. In pnpm v7 pnpx will be removed, so please use pnpm exec and pnpm dlx instead of pnpx.
Patch Changes
Link the package's own binaries before running its lifecycle scripts #3662.
Resolve peer dependencies from the root of the workspace when adding a new dependency or updating #3667.
Ignore empty shasum in entries in package metadata #3666.
Throw a meaningful error if a package has invalid shasum in its metadata #3666.