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.32.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.32.1
Choose a head ref
  • 3 commits
  • 108 files changed
  • 1 contributor

Commits on Mar 11, 2026

  1. fix: restore default workspace package patterns when packages field i…

    …s missing (#10927)
    
    * fix: restore ['.'] default for workspacePackagePatterns when packages field is missing
    
    Commit 6eedf82 removed the ['.'] fallback for workspacePackagePatterns
    when pnpm-workspace.yaml has no packages field. This caused findPackages
    to default to ['.', '**'], discovering ALL directories with package.json
    as workspace projects. This is the same regression that was previously
    reverted in 595cd41 (close #10571), reintroduced by #10127.
    
    Projects like cdxgen that use pnpm-workspace.yaml only for settings
    (e.g. minimumReleaseAge) without a packages field were broken because
    test data directories were picked up as workspace projects.
    
    close #10909
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    * fix: remove unknown word from changeset
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    * test(config): verify workspacePackagePatterns defaults to ['.'] without packages field
    
    Adds a regression test to ensure pnpm-workspace.yaml without a packages
    field defaults workspacePackagePatterns to ['.'] (root only), preventing
    all directories from being discovered as workspace projects.
    zkochan authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    5163697 View commit details
    Browse the repository at this point in the history
  2. fix: update dependencies

    zkochan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cda9b1d View commit details
    Browse the repository at this point in the history
  3. chore(release): 10.32.1

    zkochan committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    eaae772 View commit details
    Browse the repository at this point in the history
Loading