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.3.0
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.3.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 13, 2023

  1. fix: use recursive rm in ci command (#6054)

    * fix: use recursive rm in ci command
    
    * fix: add test for repeat uses of ci command
    
    Co-authored-by: Burke Livingston <burkel24@gmail.com>
    jamesshaw1987 and burkel24 authored Jan 13, 2023
    Copy the full SHA
    1c3612c View commit details
  2. fix: don't try to deprecate nonexistant versions (#6050)

    If you pass npm a version that doesn't exist, it still tries to PUT the
    packument but with no changes.  This is unneccessary and currently
    results in a 422 error from the npm registry
    wraithgar authored Jan 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8be672b View commit details

Commits on Jan 17, 2023

  1. chore: release 9.3.1

    github-actions[bot] authored and nlf committed Jan 17, 2023
    Copy the full SHA
    b74f834 View commit details
Loading