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: v9.7.1
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.8.0
Choose a head ref
  • 9 commits
  • 115 files changed
  • 4 contributors

Commits on Aug 15, 2024

  1. fix: should not delete state.json info after apply patch (#8401)

    * fix: should not delete state.json info after apply patch
    
    * Update .changeset/yellow-dodos-press.md
    
    Co-authored-by: Khải <hvksmr1996@gmail.com>
    
    * Update .changeset/yellow-dodos-press.md
    
    Co-authored-by: Khải <hvksmr1996@gmail.com>
    
    * test: patch-commit multiple times
    
    * refactor: remove unused deleteEditDirState
    
    * fix: read patch state from correct directory
    
    ---------
    
    Co-authored-by: Khải <hvksmr1996@gmail.com>
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    3 people authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    da3fa97 View commit details
    Browse the repository at this point in the history
  2. fix(setup): never switch to a different CLI version during setup (#8423)

    This fixes installation with the standalone script from a directory
    that has a `package.json` with the `packageManager` field.
    pnpm was installing the version of pnpm specified in the
    `packageManager` field due to  this issue.
    
    close #8422
    zkochan authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dae54bf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 18, 2024

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

Commits on Aug 19, 2024

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

Commits on Aug 22, 2024

  1. chore: ignore CVE

    zkochan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ba9409f View commit details
    Browse the repository at this point in the history
  2. feat: self-update should update pnpm in the packageManager field (#8449)

    * feat: self-update should update pnpm in the packageManager field
    
    * fix: self-update should update packageManager in package.json
    
    * fix: verify package manager name
    
    * refactor: test
    zkochan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    840e200 View commit details
    Browse the repository at this point in the history
  3. fix(package-is-installable): handle null values in wanted platform gr…

    …acefully (#8431)
    
    * fix(package-is-installable): handle null values in wanted platform gracefully
    
    * refactor: package-is-installable
    
    ---------
    
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    EmilNordling and zkochan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    33ba536 View commit details
    Browse the repository at this point in the history
  4. chore(release): 9.8.0

    zkochan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ed3ca01 View commit details
    Browse the repository at this point in the history
Loading