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.24.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.25.0
Choose a head ref
  • 16 commits
  • 315 files changed
  • 7 contributors

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    a58d510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e2c30 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. feat: allow loading certificates from scoped cert, ca and key (#…

    …10230)
    
    * feat: allow loading certificates from `cert`, `ca` and `key`
    
    These properties are supported in .npmrc, but get ignored by pnpm, this will make pnpm read
    and use them as well.
    
    * refactor: getNetworkConfigs.ts
    
    * docs: update changesets
    
    * fix: issues
    
    * docs: update changesets
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    Aeolun and zkochan committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    b0ec709 View commit details
    Browse the repository at this point in the history
  2. feat(init): --bare (#10228)

    * feat(init): fields preset
    
    * feat: replace `init-preset` with `init-bare`
    
    * feat: remove init-bare
    
    close #10226
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    KSXGitHub and zkochan committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    78f12ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033a256 View commit details
    Browse the repository at this point in the history
  4. fix: audit error

    zkochan committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    a8293fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e90dd8d View commit details
    Browse the repository at this point in the history
  6. chore(release): libs

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

Commits on Dec 6, 2025

  1. Configuration menu
    Copy the full SHA
    9b05bdd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. fix: audit error (#10262)

    btea authored and zkochan committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    00c7107 View commit details
    Browse the repository at this point in the history
  2. fix: audit error

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

Commits on Dec 8, 2025

  1. fix: don't silently skip an optional dependency if it cannot be resol…

    …ved from a mature version (#10289)
    
    close #10270
    zkochan committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    17d34fa View commit details
    Browse the repository at this point in the history
  2. fix(publish): respect --force flag in recursive publish (#10277)

    When using 'pnpm -r publish --force', the --force flag was being
    ignored. The flag was checked to determine which packages to publish,
    but wasn't passed to individual publish commands.
    
    This adds --force to the appendedArgs array so it gets passed through
    to each publish call, following the same pattern as other CLI flags
    like --access, --dry-run, and --otp.
    
    close #10272
    PR3C14D0 authored and zkochan committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    d334fdc View commit details
    Browse the repository at this point in the history
  3. docs: update sponsors

    zkochan committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    fa82ec3 View commit details
    Browse the repository at this point in the history
  4. fix: don't fail with ERR_PNPM_MISSING_TIME on packages that are exclu…

    …ded from trust checks (#10292)
    
    * fix: don't fail with ERR_PNPM_MISSING_TIME on packages that are excluded from trust checks
    
    close #10259
    
    * test: add coverage for excluded packages missing time field (#10293)
    
    * Initial plan
    
    * test: add coverage for excluded packages missing time field
    
    Co-authored-by: zkochan <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: zkochan <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: zkochan <[email protected]>
    3 people committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    8e05103 View commit details
    Browse the repository at this point in the history
  5. chore(release): 10.25.0

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