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.10.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: v9.11.0
Choose a head ref
  • 12 commits
  • 110 files changed
  • 2 contributors

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

  1. chore: update dependencies

    zkochan committed Sep 10, 2024
    1 Configuration menu
    Copy the full SHA
    b5f0e8c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1790f2c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 13, 2024

  1. docs: remove sponsor

    zkochan committed Sep 13, 2024
    1 Configuration menu
    Copy the full SHA
    973e884 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. docs: add sponsor

    zkochan committed Sep 15, 2024
    1 Configuration menu
    Copy the full SHA
    a987579 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    e50baa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. refactor: replace forEach with for-loops (#8535)

    * refactor: replace `forEach` with `for`-loops
    
    Changes:
    * Most `Object.keys(o).forEach` are replaced by `for in`.
    * Most `Array.filter(c).forEach` are replaced by `for of` + `if continue`.
    * `return` in `forEach` callbacks are replaced by `continue`.
    
    There may be minor improvement to memory footprint as this change would
    reduce the creations of temporary arrays and temporary functions.
    
    * fix: return -> continue
    
    * refactor: remove the commented out code
    KSXGitHub authored Sep 18, 2024
    1 Configuration menu
    Copy the full SHA
    f071d00 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0170b0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ad47c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix(deploy): node-linker=hoisted produces empty node_modules (#8525)

    close #6682
    
    ---------
    
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    KSXGitHub and zkochan authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ad1fd64 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.11.0

    zkochan committed Sep 20, 2024
    1 Configuration menu
    Copy the full SHA
    7f80c4f View commit details
    Browse the repository at this point in the history
Loading