Minor Changes
-
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs
. For example:module.exports = { hooks: { updateConfig: (config) => ({ ...config, nodeLinker: "hoisted", }), }, };
-
Now you can use the
pnpm add
command with the--config
flag to install new configurational dependencies #9377.
Patch Changes
- Do not hang indefinitely, when there is a glob that starts with
!/
inpnpm-workspace.yaml
. This fixes a regression introduced by #9169. pnpm audit --fix
should update the overrides inpnpm-workspace.yaml
.pnpm link
should update overrides inpnpm-workspace.yaml
, not inpackage.json
#9365.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|