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: v7.9.3
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.9.4
Choose a head ref
  • 9 commits
  • 209 files changed
  • 8 contributors

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    745143e View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.9.4-0

    zkochan committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    052f73d View commit details
    Browse the repository at this point in the history
  3. docs: fix changelog

    zkochan authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d7a61ae View commit details
    Browse the repository at this point in the history
  4. fix: mergeGitBranchLockfiles when merged lockfile is up-to-date (#5233)

    * fix: mergeGitBranchLockfiles when merged lockfile is up-to-date
    
    * chore: test install with --merge-git-branch-lockfiles when merged lockfile is up to date
    
    * chore: changeset
    
    * chore: test add also frozenLockfile: true+
    
    close #5212
    
    Co-authored-by: Cheng Liu <liucheng.leo@bytedance>
    Co-authored-by: Cheng Liu <chengcyber@users.noreply.github.com>
    3 people authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f4cc2d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

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

Commits on Aug 20, 2022

  1. fix: node<16 download fail on arm chips on macos (#5239)

    * fix(node.fetcher): node < 16 download fail on apple silicon
    
    Add a check for macos apple silicon and required node version < 16.
    In such case, download x64 binary.
    Because arm build does not exist.
    Previous behaviour:
    Try to download non existing arm build and fail with 404.
    
    NO breaking change
    fixes #4489
    
    * refactor(node.fetcher): move code to normalizeArch
    ambar-arkin authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    1c7b439 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. feat(env): show state on fetching node (#5241)

    * feat(env): show state on fetching node
    
    * fix: use internal logger instead of console.log
    
    * chore: add changeset
    JacobLinCool authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c242672 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fix: install peerDeps which is not optional on headless install (#5243)

    * fix: install peerDeps which is not optional on headless install
    
    * chore: add testcase for install peerDependencies which is not optional
    
    * refactor: auto install
    
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    Shinyaigeek and zkochan authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1beb1b4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.9.4

    zkochan committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    93e0d0f View commit details
    Browse the repository at this point in the history
Loading