Patch Changes
- Verify that the package name is valid when executing the publish command.
- When running
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989. - Quote args for scripts with shell-quote to support new lines (on POSIX only) #8980.
- Proxy settings should be respected, when resolving Git-hosted dependencies #6530.
- Replace
strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.