pnpm 11 Alpha 2
Major Changes
-
pnpm config get(without--json) no longer print INI formatted text. Instead, it would print JSON for both objects and arrays and raw string for strings, numbers, booleans, and nulls.pnpm config get --jsonwould still print all types of values as JSON like before. -
pnpm config listandpnpm config get(without argument) now hide auth-related settings. -
This package is now pure ESM.
-
pnpm no longer loads non-auth and non-registry settings from rc files. Other settings must be defined in
pnpm-workspace.yaml. -
The pnpm CLI now gets installed with a specific version of Node.js, which it uses for its runtime. This makes pnpm more stable and it doesn't rely on your globally install Node.js anymore.
-
Node.js v18 and 19 support discontinued.
-
pnpm config get <array>now prints a JSON array. -
The default value of the
typefield in the file of the project initialized by command has been changed to .