-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.13.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 127 files changed
- 6 contributors
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d40a4e - Browse repository at this point
Copy the full SHA 9d40a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d7080 - Browse repository at this point
Copy the full SHA 28d7080View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42bece6 - Browse repository at this point
Copy the full SHA 42bece6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87171e9 - Browse repository at this point
Copy the full SHA 87171e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7871b33 - Browse repository at this point
Copy the full SHA 7871b33View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for af5d297 - Browse repository at this point
Copy the full SHA af5d297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f43f50 - Browse repository at this point
Copy the full SHA 4f43f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5458062 - Browse repository at this point
Copy the full SHA 5458062View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90b7dd5 - Browse repository at this point
Copy the full SHA 90b7dd5View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d444b93 - Browse repository at this point
Copy the full SHA d444b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34cb316 - Browse repository at this point
Copy the full SHA 34cb316View commit details -
Configuration menu - View commit details
-
Copy full SHA for a79b136 - Browse repository at this point
Copy the full SHA a79b136View commit details
Commits on Nov 6, 2024
-
fix(dlx):
ENOENTwhensymlink=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.Configuration menu - View commit details
-
Copy full SHA for 595ee11 - Browse repository at this point
Copy the full SHA 595ee11View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81fa780 - Browse repository at this point
Copy the full SHA 81fa780View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b010029 - Browse repository at this point
Copy the full SHA b010029View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9988f1 - Browse repository at this point
Copy the full SHA d9988f1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.12.3...v9.13.0