Thanks to visit codestin.com
Credit goes to github.com

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.12.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: v9.13.0
Choose a head ref
  • 16 commits
  • 127 files changed
  • 6 contributors

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    9d40a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d7080 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. ci: change main branch to v9

    zkochan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    42bece6 View commit details
    Browse the repository at this point in the history
  2. chore: use pnpm v10

    zkochan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    87171e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7871b33 View commit details
    Browse the repository at this point in the history
  4. docs: improve the image tags (#8721)

    * ♿️ Add alternate text to logo
    
    Selecting the logo image enables us to copy the alt text.
    
    * ♻️ Remove logo link
    
    ref: https://stackoverflow.com/a/73422089
    
    * 🐛 Fix invisible logo
    
    * 🐛 Fix invisible Route4Me logo
    
    Changed to the same format as the Vite logo.
    
    * ♿️ Add alternate text to images
    
    * ♻️ Standardize {,pnpm/}README
    
    * ♻️ Standardize get-release-text.ts sponsors
    
    * ♻️ Standardize get-release-text.ts heading
    
    * ♻️ Remove h1
    k-utsumi authored and zkochan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    af5d297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f43f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5458062 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d444b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34cb316 View commit details
    Browse the repository at this point in the history
  3. chore(release): libs

    zkochan committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a79b136 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix(dlx): ENOENT when symlink=false (#8732) (#8733)

    Prior to this commit, if `symlink` was set to `false` (such as in an RC
    file), `dlx` would throw `ENOENT` because it expected the
    `node_modules/the-package` symlink to exist:
    
      ```console
      $ pnpm config get symlink
      false
    
      $ rm -rf ~/.cache/pnpm/
    
      $ pnpm dlx the-package
      Packages: +1
      +
      Progress: resolved 1, reused 1, downloaded 0, added 1, done
       ENOENT  ENOENT: no such file or directory, open '/home/${USER}/.cache/pnpm/dlx/.../
                                                        node_modules/the-package/package.json'
      ```
    
    This commit filters the `symlink` option before installing the package,
    allowing the symlink to be created, preventing the error.
    
    Fixes #8732.
    jonathanhefner authored and zkochan committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    595ee11 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    b010029 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.13.0

    zkochan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d9988f1 View commit details
    Browse the repository at this point in the history
Loading