-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: v9.4.2
head repository: npm/cli
compare: v9.5.0
- 16 commits
- 257 files changed
- 7 contributors
Commits on Feb 7, 2023
-
chore: move generate matrix script to standalone js file (#6145)
chore: fix generate matrix workflow step
1Configuration menu - View commit details
-
Copy full SHA for cb721c4 - Browse repository at this point
Copy the full SHA cb721c4View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86278c8 - Browse repository at this point
Copy the full SHA 86278c8View commit details -
chore: add timeout for citgm command step (#6149)
This also adds a final step that will always run to set the exit code for the citgm job in the case of the command step timing out during known failures
1Configuration menu - View commit details
-
Copy full SHA for c606653 - Browse repository at this point
Copy the full SHA c606653View commit details
Commits on Feb 13, 2023
-
feat: add provenance attestation
This adds a new `--provenance` flag to npm for provenance attestation during `npm publish` If set to `true`, npm will detect if it is running in GitHub actions and will generate an appropriate attestation bundle for that environment. The primary work in this PR was done by [@bdehamer](https://github.com/bdehamer), with some cleanup and edge-case handling added by the npm cli team.
1Configuration menu - View commit details
-
Copy full SHA for 5fc6473 - Browse repository at this point
Copy the full SHA 5fc6473View commit details -
fix: refactor error reporting in audit command
Primary work authored by [@wraithgar](https://github.com/wraithgar).
Configuration menu - View commit details
-
Copy full SHA for ed59aae - Browse repository at this point
Copy the full SHA ed59aaeView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8800138 - Browse repository at this point
Copy the full SHA 8800138View commit details -
fix: gracefully fallback from auth-type=web (#6158)
Originally `auth-type=web` would gracefully fallback to `auth-type=legacy` if a registry had not yet implemented web. This brings back that behavior.
Configuration menu - View commit details
-
Copy full SHA for 53f75a4 - Browse repository at this point
Copy the full SHA 53f75a4View commit details -
Signed-off-by: Philip Harrison <philip@mailharrison.com>
Configuration menu - View commit details
-
Copy full SHA for d20ee2a - Browse repository at this point
Copy the full SHA d20ee2aView commit details -
feat: audit signatures verifies attestations
Update `audit signatures` to also verify Sigstore attestations. Additional changes: - Adding error message to json error output as there are a lot of different failure cases with signature verification that would be hard to debug without this - Adding predicateType to json error output for attestations to diffentiate between provenance and publish attestations References: - Pacote changes: npm/pacote#259 - RFC: npm/rfcs#626 Signed-off-by: Philip Harrison <philip@mailharrison.com>
Configuration menu - View commit details
-
Copy full SHA for 79bfd03 - Browse repository at this point
Copy the full SHA 79bfd03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4b366 - Browse repository at this point
Copy the full SHA 9b4b366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678c6bf - Browse repository at this point
Copy the full SHA 678c6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fad0473 - Browse repository at this point
Copy the full SHA fad0473View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30ef5c - Browse repository at this point
Copy the full SHA d30ef5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef6ca0 - Browse repository at this point
Copy the full SHA fef6ca0View commit details -
fix: use npmFetch() instead of npmFetch.json() for team destroy comma…
…nd (#6161) The registry returns a 204 status and an empty body on success for the team destroy command. Using npmFetch.json() makes the CLI error out on completion even though the action was completed successfully in the registry.
Configuration menu - View commit details
-
Copy full SHA for 11e6cc9 - Browse repository at this point
Copy the full SHA 11e6cc9View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3459567 - Browse repository at this point
Copy the full SHA 3459567View commit details
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.4.2...v9.5.0