Skip to content

chore(deps): update pnpm to v10.33.4#83

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update pnpm to v10.33.4#83
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 9, 2026

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 10.30.310.33.4 age confidence

Release Notes

pnpm/pnpm (pnpm)

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
    • "on Monday"
  • 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 added the chore label Mar 9, 2026
@renovate renovate Bot requested a review from danielroe as a code owner March 9, 2026 05:47
@renovate renovate Bot added the dependencies label Mar 9, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Mar 9, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedvitest@​4.0.18 ⏵ 4.1.59610079 +199100
Updated@​vitest/​coverage-v8@​4.0.18 ⏵ 4.1.59910079 +1199100
Updated@​types/​node@​25.3.3 ⏵ 25.6.11001008194 +1100
Updatedbumpp@​10.4.1 ⏵ 11.1.099 +410082 +192 +4100
Updatedvite@​7.3.1 ⏵ 8.0.1198 +3100 +238299 +2100
Updatedeslint@​10.0.2 ⏵ 10.3.089 +110010096100
Updatedtypescript@​5.9.3 ⏵ 6.0.3100 +110090 +19890
Updated@​antfu/​eslint-config@​7.6.1 ⏵ 8.2.097 +410010095 -1100

View full report

@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/all-minor-patch branch from 1fb471d to 731e794 Compare March 10, 2026 02:34
@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/all-minor-patch branch 2 times, most recently from f7dbf6a to b62319a Compare March 13, 2026 13:53
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Mar 13, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b62319a to 1857d4a Compare March 24, 2026 17:55
@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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c14c04 to 57dd8de Compare April 1, 2026 17:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 57dd8de to e1f8a3a Compare April 8, 2026 19:48
@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/all-minor-patch branch from e1f8a3a to 63bc079 Compare April 22, 2026 18:15
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.33.1 chore(deps): update pnpm to v10.33.4 May 7, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 63bc079 to fdcf780 Compare May 7, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants