Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnpm/pnpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.25.0
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.26.0
Choose a head ref
  • 14 commits
  • 324 files changed
  • 7 contributors

Commits on Dec 9, 2025

  1. fix(tarball-resolver): add integrity hash to HTTP tarball dependencies (

    #10287)
    
    * fix(tarball-resolver): add integrity hash to HTTP tarball dependencies
    
    * Refactor to download tarball just once
    
    * Fix tests
    
    * fix: only calc hash when it is not passed in to the fetcher
    
    * docs: update changesets
    orenyomtov authored and zkochan committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b7d3ec6 View commit details
    Browse the repository at this point in the history
  2. fix(git-fetcher): block git dependencies from running prepare scripts…

    … unless allowed (#10288)
    
    * fix(git-fetcher): block git dependencies from running prepare scripts unless allowed
    
    * Update exec/prepare-package/src/index.ts
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    
    * Also implement in gitHostedTarballFetcher
    
    * refactor: move allowBuild function creation to the store manager
    
    * refactor: pass allowBuild function to fetch function directly
    
    * refactor: revert not needed changes and update changesets
    
    * test: fix
    
    * fix: implemented CR suggestions
    
    * test: fix
    
    * test: fix
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    orenyomtov and zkochan committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    4077539 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. test: fix

    zkochan committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    585c82f View commit details
    Browse the repository at this point in the history
  2. test: fix

    zkochan committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    7d0e7e8 View commit details
    Browse the repository at this point in the history
  3. feat: support blockExoticSubdeps option to disallow non-trusted dep s…

    …ources in subdeps (#10265)
    
    * feat(core): add onlyRegistryDependencies option to disallow non-registry subdependencies
    
    * fix: onlyRegistryDependencies=>registrySubdepsOnly
    
    * fix: allow resolution from custom resolver
    
    * fix: add registry-subdeps-only to types
    
    * docs: update changesets
    
    * refactor: registry-only
    
    * refactor: registrySubdepsOnly=>blockExoticSubdeps
    
    * fix: trust runtime deps
    
    * refactor: remove comment
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    orenyomtov and zkochan committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    73cc635 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. fix: normalize tarball URLs by removing default HTTP/HTTPS ports (#10273

    )
    
    * fix: normalize tarball URLs by removing default HTTP/HTTPS ports
    
    closes #6725
    
    * feat: refactor, add test and changeset
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    minijus and zkochan committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    cfec937 View commit details
    Browse the repository at this point in the history
  2. fix: npm compat on installing redirecting tarballs (#10197)

    close #9802
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    VillainsRule and zkochan committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    948c717 View commit details
    Browse the repository at this point in the history
  3. test: fix

    zkochan committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    c601d5d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. feat(pack): add support for --dry-run (#10306)

    close #10301
    dasa authored and zkochan committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    0c00d90 View commit details
    Browse the repository at this point in the history
  2. fix(deploy): omit inject workspace packages setting in deploy lockfil…

    …es (#10294)
    
    * fix(deploy): omit inject workspace packages setting in deploy lockfiles
    
    When the deploy command creates a new lockfile, create the deployment
    lockfile without the setting to inject workspace packages, because it
    has already been applied when creating the lockfile and the deployment
    is not, itself, a workspace.
    
    * docs: add changesets
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    tilgovi and zkochan committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    1b2a289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b887c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. test: fix

    zkochan committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    a21fe77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a81aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. chore(release): 10.26.0

    zkochan committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    244e33b View commit details
    Browse the repository at this point in the history
Loading