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: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.6.6
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.6.7
Choose a head ref
  • 20 commits
  • 79 files changed
  • 9 contributors

Commits on May 5, 2023

  1. feat: expose provenance transparency url (#6428)

    * feat(libnpmpublish): expose provenance transparency url
    
    * chore: apply transparency url in 409 retry case
    
    * chore: update workspaces/libnpmpublish/lib/publish.js
    
    Co-authored-by: Gar <wraithgar@github.com>
    
    ---------
    
    Co-authored-by: Gar <wraithgar@github.com>
    JamesHenry and wraithgar authored May 5, 2023
    Copy the full SHA
    bdab631 View commit details

Commits on May 10, 2023

  1. fix: Update publish /w provenance to ignore pkg vis 404 (#6437)

    Some registries (e.g. GH packages) require auth to check visibility,
    and always return 404 when no auth is supplied. In this case we assume
    the package is always private and require `--access public` to publish.
    
    I've also updated this to only perform a visibility check when this is
    actually needed (i.e. when `provenance` is true and `access` is not `public`).
    
    Fixes #6436
    feelepxyz authored May 10, 2023
    Copy the full SHA
    f064696 View commit details
  2. Copy the full SHA
    baae2d6 View commit details

Commits on May 15, 2023

  1. Copy the full SHA
    7ade93d View commit details

Commits on May 16, 2023

  1. Copy the full SHA
    23c865f View commit details
  2. docs: add a comma (#6413)

    Update `main` docs to add a comma
    
    Because I had to do a double-take to understand what was going on
    Darryl Tec authored May 16, 2023
    Copy the full SHA
    7751dd4 View commit details

Commits on May 17, 2023

  1. Copy the full SHA
    35e2e9a View commit details
  2. deps: semver@7.5.1

    wraithgar committed May 17, 2023
    Copy the full SHA
    902cb80 View commit details
  3. deps: glob@10.2.4

    wraithgar committed May 17, 2023
    Copy the full SHA
    94d6ee7 View commit details
  4. deps: sigstore@1.5.2

    wraithgar committed May 17, 2023
    Copy the full SHA
    f53e6ff View commit details
  5. Copy the full SHA
    19214b5 View commit details
  6. deps: signal-exit@4.0.2

    wraithgar committed May 17, 2023
    Copy the full SHA
    d93f70c View commit details
  7. deps: path-scurry@1.9.1

    wraithgar committed May 17, 2023
    Copy the full SHA
    53ecb84 View commit details
  8. Copy the full SHA
    858f0ca View commit details
  9. deps: readable-stream@4.4.0

    wraithgar committed May 17, 2023
    Copy the full SHA
    f6a0884 View commit details
  10. deps: tuf-js@1.1.6

    wraithgar committed May 17, 2023
    Copy the full SHA
    afb936c View commit details
  11. deps: cacache@17.1.2

    wraithgar committed May 17, 2023
    Copy the full SHA
    afc38a5 View commit details
  12. Copy the full SHA
    6ce99a8 View commit details
  13. Copy the full SHA
    9202c7d View commit details

Commits on May 18, 2023

  1. chore: release 9.6.7

    github-actions[bot] authored and wraithgar committed May 18, 2023
    Copy the full SHA
    0ded6b4 View commit details
Loading