Skip to content

build: update pnpm to v10.33.4#3651

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/pnpm-10-x
May 8, 2026
Merged

build: update pnpm to v10.33.4#3651
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/pnpm-10-x

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

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

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

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels May 8, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the pnpm version from 10.33.3 to 10.33.4 across multiple package.json and MODULE.bazel files. The reviewer noted that the corresponding pnpm-lock.yaml files were not updated in this PR, which is necessary to maintain consistency and leverage new security features provided by the updated pnpm version.

Comment thread package.json
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pnpm-lock.yaml files (at the root and in the bazel/rules/rules_angular and bazel/rules/rules_browsers directories) are missing from this pull request. Updating the packageManager version in package.json should be accompanied by a lockfile update to maintain consistency and to enable the new security features (integrity pinning for git-hosted tarballs) mentioned in the release notes for pnpm 10.33.4.

@alan-agius4 alan-agius4 merged commit 3db6fae into angular:main May 8, 2026
12 checks passed
@alan-agius4
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/pnpm-10-x branch May 8, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants