Skip to content

chore(deps): update pnpm to v10.34.1#111

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

chore(deps): update pnpm to v10.34.1#111
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pnpm-10.x

Conversation

@renovate

@renovate renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 10.30.310.34.1 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.34.1: pnpm 10.34.1

Compare Source

Patch Changes

  • Reject pnpm-lock.yaml entries whose remote tarball resolution: block is missing the integrity field. Previously the worker that extracts a downloaded tarball skipped hash verification when no integrity was supplied and minted a fresh one from the unverified bytes, so an attacker who could both alter the lockfile (e.g. via a pull request that strips integrity:) and serve modified content at the referenced tarball URL could install a tampered package without any error — including under --frozen-lockfile. pnpm now fails closed at lockfile-read time with ERR_PNPM_MISSING_TARBALL_INTEGRITY. Git-hosted tarballs (gitHosted: true or a URL on codeload.github.com / bitbucket.org / gitlab.com) and file: tarballs are exempt — the commit SHA in a git-host URL and the user-controlled local path already anchor the bytes.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.34.0

Compare Source

v10.33.4: pnpm 10.33.4

Compare Source

Patch Changes

  • Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.

    A new gitHosted: true field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.

  • Fix a regression where pnpm --recursive --filter '!<pkg>' run/exec/test/add would include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative --filter arguments are provided, matching the documented behavior. To include the root, pass --include-workspace-root #​11341.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.3

Compare Source

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example, pnpm version --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

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


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 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 2 times, most recently from 9fbe643 to 69c7c5e Compare December 23, 2025 17:48
@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 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 69c7c5e to abf3be6 Compare December 30, 2025 22:03
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from abf3be6 to e36a875 Compare January 10, 2026 00:28
@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 14, 2026
@renovate renovate Bot closed this Jan 14, 2026
@renovate renovate Bot deleted the renovate/pnpm-10.x branch January 14, 2026 07:35
@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 e36a875 to 21ce9fc Compare January 19, 2026 13:00
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 21ce9fc to b0ebbb5 Compare January 26, 2026 16:48
@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 changed the title chore(deps): update pnpm to v10.28.2 chore(deps): update pnpm to v10.29.1 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from ccb7509 to b347726 Compare February 9, 2026 05:39
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.29.1 chore(deps): update pnpm to v10.29.2 Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from b347726 to 1652be1 Compare February 11, 2026 17:37
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.29.2 chore(deps): update pnpm to v10.29.3 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 1652be1 to b50c7e3 Compare February 17, 2026 18:47
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.29.3 chore(deps): update pnpm to v10.30.0 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from b50c7e3 to 145d8ca Compare February 20, 2026 02:29
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.30.0 chore(deps): update pnpm to v10.30.1 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 145d8ca to 012c82c Compare February 24, 2026 01:39
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.30.1 chore(deps): update pnpm to v10.30.2 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 012c82c to c16a94b Compare February 26, 2026 12:59
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.30.2 chore(deps): update pnpm to v10.30.3 Feb 26, 2026
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.30.3 chore(deps): update pnpm to v10.30.3 - autoclosed Mar 5, 2026
@renovate renovate Bot closed this Mar 5, 2026
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.30.3 - autoclosed chore(deps): update pnpm to v10.31.0 Mar 8, 2026
@renovate renovate Bot reopened this Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch 3 times, most recently from ce828f0 to 56d7bcd Compare March 10, 2026 00:37
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.31.0 chore(deps): update pnpm to v10.32.0 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 56d7bcd to 7a5f26f Compare March 11, 2026 06:31
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.32.0 chore(deps): update pnpm to v10.32.1 Mar 11, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 7a5f26f to 406cc0a Compare March 24, 2026 18:17
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.32.1 chore(deps): update pnpm to v10.33.0 Mar 24, 2026
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.0 chore(deps): update pnpm to v10.33.1 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 406cc0a to 86325a2 Compare April 22, 2026 12:57
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.1 chore(deps): update pnpm to v10.33.2 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 86325a2 to 4764543 Compare April 23, 2026 13:21
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.2 chore(deps): update pnpm to v10.33.3 May 4, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 4764543 to 755ed3c Compare May 4, 2026 22:26
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.3 chore(deps): update pnpm to v10.33.4 May 6, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 755ed3c to 1e109f4 Compare May 6, 2026 14:39
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.4 chore(deps): update pnpm to v10.34.0 May 27, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 1e109f4 to 7e64b99 Compare May 27, 2026 16:13
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.34.0 chore(deps): update pnpm to v10.34.1 May 28, 2026
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 7e64b99 to e8b54b3 Compare May 28, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants