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: libnpmexec-v5.0.7
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libnpmexec-v5.0.8
Choose a head ref
  • 8 commits
  • 56 files changed
  • 6 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 <[email protected]>
    jamesshaw1987 and eleonoratennyson authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1c3612c View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    8be672b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. chore: release 9.3.1

    github-actions[bot] authored and nlf committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b74f834 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    53bbc14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefd119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6af152b View commit details
    Browse the repository at this point in the history
  4. feat: added --install-strategy=linked (#6078)

    Co-authored-by: Vincent Bailly <[email protected]>
    
    Implements the RFC https://github.com/npm/rfcs/blob/main/accepted/0042-isolated-mode.md
    
    Packages are installed in node_modules/.store flat, and linked into the node_modules tree in depth, rather than hoisted.
    Nathan Fritz authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8d6d851 View commit details
    Browse the repository at this point in the history
  5. chore: release 9.4.0

    github-actions[bot] authored and wraithgar committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ad8deca View commit details
    Browse the repository at this point in the history
Loading