-
Notifications
You must be signed in to change notification settings - Fork 3.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: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 101 files changed
- 5 contributors
Commits on Jun 26, 2023
-
chore: normalize line endings and symlinks
This makes it possible to do a fresh clone of this repo in Windows, and be able to run the resetdeps command successfully and then have a clean git status. We now check for a clean git status in during CI in Windows which was previously excluded. The changes required were to: - Delete our workspace symlinks from node_modules and add a step to resetdeps that will do a platform dependent symlink before the initial reification - Add line ending normalization to our `.gitattributes` file and commit the result. Git will store text with LF line endings automatically, except for some files like `cmd` scripts that need to be `crlf` and shell scripts that need to be `lf`. - Update workflows to call `node scripts/resetdeps.js` directly since a fresh clone of the repo wont have any symlinks in place, so any `node .` command will fail due to missing workspaces. Ref: npm/statusboard#562
Configuration menu - View commit details
-
Copy full SHA for a2fa41e - Browse repository at this point
Copy the full SHA a2fa41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 332dec3 - Browse repository at this point
Copy the full SHA 332dec3View commit details -
* add ps1 scripts Resolves UNC path issues because powershell.exe supports UNC, while cmd.exe doesn't. (Which is why npm.cmd doesn't work within UNC paths, even under powershell) Resolves #6280 * fixup: add tests and prefix for ps1 scripts --------- Co-authored-by: Luke Karrys <luke@lukekarrys.com>
Configuration menu - View commit details
-
Copy full SHA for 89b2741 - Browse repository at this point
Copy the full SHA 89b2741View commit details
Commits on Jun 30, 2023
-
feat: SLSA 1.0 provenance statement (#6613)
Generates a SLSA 1.0 compliant provenance statement for packages published from GitHub Actions. Signed-off-by: Brian DeHamer <bdehamer@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5baf6a2 - Browse repository at this point
Copy the full SHA 5baf6a2View commit details
Commits on Jul 3, 2023
-
Signed-off-by: Brian DeHamer <bdehamer@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9238682 - Browse repository at this point
Copy the full SHA 9238682View commit details
Commits on Jul 5, 2023
-
chore: fix publish test in a git worktree (#6627)
The git detection doesn't work in a git worktree
1Configuration menu - View commit details
-
Copy full SHA for 690c9fc - Browse repository at this point
Copy the full SHA 690c9fcView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b252164 - Browse repository at this point
Copy the full SHA b252164View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61e037 - Browse repository at this point
Copy the full SHA c61e037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67459e7 - Browse repository at this point
Copy the full SHA 67459e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c3256 - Browse repository at this point
Copy the full SHA b1c3256View commit details
There are no files selected for viewing