-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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.10.0
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.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 110 files changed
- 2 contributors
Commits on Sep 9, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 1f228b0 - Browse repository at this point
Copy the full SHA 1f228b0View commit details
Commits on Sep 10, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for b5f0e8c - Browse repository at this point
Copy the full SHA b5f0e8cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1790f2c - Browse repository at this point
Copy the full SHA 1790f2cView commit details
Commits on Sep 11, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for eeb76cd - Browse repository at this point
Copy the full SHA eeb76cdView commit details
Commits on Sep 13, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 973e884 - Browse repository at this point
Copy the full SHA 973e884View commit details
Commits on Sep 15, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for a987579 - Browse repository at this point
Copy the full SHA a987579View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e50baa8 - Browse repository at this point
Copy the full SHA e50baa8View commit details
Commits on Sep 18, 2024
-
refactor: replace
forEachwithfor-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
1Configuration menu - View commit details
-
Copy full SHA for f071d00 - Browse repository at this point
Copy the full SHA f071d00View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0170b0f - Browse repository at this point
Copy the full SHA 0170b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ad47c - Browse repository at this point
Copy the full SHA 24ad47cView commit details
Commits on Sep 20, 2024
-
fix(deploy):
node-linker=hoistedproduces emptynode_modules(#8525)close #6682 --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
Configuration menu - View commit details
-
Copy full SHA for ad1fd64 - Browse repository at this point
Copy the full SHA ad1fd64View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7f80c4f - Browse repository at this point
Copy the full SHA 7f80c4fView 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.10.0...v9.11.0