Skip to content

chore(deps): update pnpm to v10.33.0#167

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-10.x
Open

chore(deps): update pnpm to v10.33.0#167
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 10.28.010.33.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.29.3

Compare Source

v10.29.2

Compare Source

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 4980e55 to c6b97aa Compare June 2, 2025 14:10
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.11.0 chore(deps): update pnpm to v10.11.1 Jun 2, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from c6b97aa to 5f18753 Compare June 8, 2025 17:08
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.11.1 chore(deps): update pnpm to v10.12.1 Jun 8, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 5f18753 to b145cc0 Compare June 23, 2025 01:49
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.12.1 chore(deps): update pnpm to v10.12.2 Jun 23, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from b145cc0 to 05f1fb1 Compare June 24, 2025 14:02
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.12.2 chore(deps): update pnpm to v10.12.3 Jun 24, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 05f1fb1 to f812fba Compare June 26, 2025 20:06
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.12.3 chore(deps): update pnpm to v10.12.4 Jun 26, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from f812fba to 94a8095 Compare July 9, 2025 13:37
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.12.4 chore(deps): update pnpm to v10.13.1 Jul 9, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 94a8095 to 7b89bd2 Compare August 7, 2025 00:07
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.13.1 chore(deps): update pnpm to v10.14.0 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from b8e7b74 to a11cabe Compare August 19, 2025 18:14
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.14.0 chore(deps): update pnpm to v10.15.0 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from a11cabe to 9217065 Compare September 1, 2025 22:14
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.15.0 chore(deps): update pnpm to v10.15.1 Sep 1, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 9217065 to 3757f5a Compare September 13, 2025 05:07
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.15.1 chore(deps): update pnpm to v10.16.0 Sep 13, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 3757f5a to 251e18d Compare September 14, 2025 00:25
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.16.0 chore(deps): update pnpm to v10.16.1 Sep 14, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 251e18d to c116aca Compare September 17, 2025 18:43
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.16.1 chore(deps): update pnpm to v10.17.0 Sep 17, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from c116aca to 22090f5 Compare September 22, 2025 17:12
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.17.0 chore(deps): update pnpm to v10.17.1 Sep 22, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 22090f5 to 60a007a Compare October 2, 2025 15:36
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.17.1 chore(deps): update pnpm to v10.18.0 Oct 2, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 60a007a to facb6a3 Compare October 6, 2025 13:41
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 7419e8b to 5d8bf5a Compare November 12, 2025 17:13
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.21.0 chore(deps): update pnpm to v10.22.0 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 5d8bf5a to 3f36f1b Compare November 20, 2025 18:39
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.22.0 chore(deps): update pnpm to v10.23.0 Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 3f36f1b to bd02c30 Compare November 27, 2025 17:03
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.23.0 chore(deps): update pnpm to v10.24.0 Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from bd02c30 to 5049f58 Compare December 8, 2025 20:10
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.24.0 chore(deps): update pnpm to v10.25.0 Dec 8, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 5049f58 to e529d29 Compare December 15, 2025 14:54
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.25.0 chore(deps): update pnpm to v10.26.0 Dec 15, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from e529d29 to e1fd3ad Compare December 19, 2025 02:08
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.26.0 chore(deps): update pnpm to v10.26.1 Dec 19, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from e1fd3ad to bc71aea Compare December 23, 2025 14:34
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.26.1 chore(deps): update pnpm to v10.26.2 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from bc71aea to dbbede4 Compare December 30, 2025 22:31
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.26.2 chore(deps): update pnpm to v10.27.0 Dec 30, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from dbbede4 to c9ab79b Compare January 10, 2026 00:34
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.27.0 chore(deps): update pnpm to v10.28.0 Jan 10, 2026
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.28.0 chore(deps): update pnpm to v10.28.0 - autoclosed Jan 16, 2026
@renovate renovate Bot closed this Jan 16, 2026
@renovate renovate Bot deleted the renovate/pnpm-10.x branch January 16, 2026 03:05
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.28.0 - autoclosed chore(deps): update pnpm to v10.28.1 Jan 19, 2026
@renovate renovate Bot reopened this Jan 19, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from c9ab79b to 0d82086 Compare January 19, 2026 16:27
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.28.1 chore(deps): update pnpm to v10.28.2 Jan 26, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 0d82086 to 2bf96a6 Compare January 26, 2026 18:06
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 2bf96a6 to 7923fbe Compare February 7, 2026 20:39
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.28.2 chore(deps): update pnpm to v10.29.1 Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants