npm pnpm 10.8.0
pnpm 10.8

latest releases: 10.10.0, 10.9.0, 10.8.1...
24 days ago

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 !/ in pnpm-workspace.yaml. This fixes a regression introduced by #9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #9365.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.