Minor Changes
-
The
self-update
now accepts a version specifier to install a specific version of pnpm. E.g.:pnpm self-update 9.5.0
or
pnpm self-update next-10
Patch Changes
- Fix
Cannot read properties of undefined (reading 'name')
that is printed while trying to render the missing peer dependencies warning message #8538.