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

Commits on Oct 23, 2023

  1. 2
    Copy the full SHA
    dd03aa0 View commit details
  2. docs: use markdown links instead of html

    This does lose the _target information associated with the links
    but that should be left to the markdown generator generally. In this
    case the npm/documentation repo will decide based on the href whether
    to apply any target or rel attributes to the links.
    lukekarrys committed Oct 23, 2023
    1
    Copy the full SHA
    c422a01 View commit details

Commits on Oct 25, 2023

  1. fix: Grammar mistake in authentication error message (#6928)

    Co-authored-by: gek <gek@Kubuntu.myguest.virtualbox.org>
    Gekuro and gek authored Oct 25, 2023
    Copy the full SHA
    b776753 View commit details

Commits on Oct 26, 2023

  1. Copy the full SHA
    c7ab675 View commit details

Commits on Oct 30, 2023

  1. deps: node-gyp@10.0.0 (#6937)

    * deps: node-gyp@10.0.0
    
    * deps: @npmcli/run-script@7.0.2
    lukekarrys authored Oct 30, 2023
    Copy the full SHA
    dfb6298 View commit details
  2. fix: add back bin/node-gyp-bin/node-gyp files (#6941)

    This was an unintended breaking change as part of #6554. The `node-gyp`
    bin files are not used by the CLI directly but they are relied on by
    other tooling.
    
    This partially reverts commit 3a7378d.
    lukekarrys authored Oct 30, 2023
    Copy the full SHA
    eacec5f View commit details

Commits on Oct 31, 2023

  1. chore: skip flaky max listeners test

    I feel better about doing this now that it is likely a Node.js
    bug, and not due to the new @npmcli/agent behavior.
    lukekarrys committed Oct 31, 2023
    Copy the full SHA
    11e3c41 View commit details
  2. Copy the full SHA
    8ed6d28 View commit details
  3. chore: release 10.2.2

    github-actions[bot] authored and lukekarrys committed Oct 31, 2023
    Copy the full SHA
    e0fc634 View commit details
Loading