Skip to content

chore(deps): update dependency pnpm to v9.9.0

24-bot requested to merge renovate/pnpm-update into main

This MR contains the following updates:

Package Type Update Change Pending
pnpm (source) minor 9.7.1 -> 9.8.0 9.9.0
pnpm (source) engines minor 9.7.1 -> 9.8.0 9.9.0
pnpm (source) packageManager minor 9.7.1 -> 9.8.0 9.9.0

Release Notes

pnpm/pnpm (pnpm)

v9.8.0: pnpm 9.8

Compare Source

Minor Changes
  • Added a new command for upgrading pnpm itself when it isn't managed by Corepack: pnpm self-update. This command will work, when pnpm was installed via the standalone script from the pnpm installation page #​8424.

    When executed in a project that has a packageManager field in its package.json file, pnpm will update its version in the packageManager field.

Patch Changes
  • CLI tools installed in the root of the workspace should be added to the PATH, when running scripts and use-node-version is set.

  • pnpm setup should never switch to another version of pnpm.

    This fixes installation with the standalone script from a directory that has a package.json with the packageManager field. pnpm was installing the version of pnpm specified in the packageManager field due to this issue.

  • Ignore non-string value in the os, cpu, libc fields, which checking optional dependencies #​8431.

  • Remember the state of edit dir, allow running pnpm patch-commit the second time without having to re-run pnpm patch.

Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 5pm on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Léo Mouyna

Merge request reports