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: v6.14.15
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.14.16
Choose a head ref
  • 6 commits
  • 44 files changed
  • 1 contributor

Commits on Jan 18, 2022

  1. chore: fix tests

    - deleted: test/network/registry.js
    Test was not actually working anymore since the cwd it uses no longer
    exists (`node_modules/npm-registry-couchapp`) in the file system.
    Removing to clean up future test runs.
    
    - changed: test/tap/git-npmignore.js
    Just make sure the test commit in this file does not tries to use gpg
    signatures in case the user has that option active.
    
    - changed: test/tap/splat-with-only-prerelease-to-latest.js
    Updating comparing values to use `https` instead of `http`.
    ruyadorno committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5848324 View commit details
    Browse the repository at this point in the history
  2. chore(ci): avoid running parallel test on windows

    CI tests are running increasingly flaky on windows targets. This change
    introduces a different GitHub action workflow that will make sure to run
    tests serialized so that we can have more reliable runs for these targets.
    ruyadorno committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    1a6d2f4 View commit details
    Browse the repository at this point in the history
  3. chore: update one-time password prompt

    Backports: 47828b7
    ruyadorno committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    651b8de View commit details
    Browse the repository at this point in the history
  4. deps: [email protected]

    ruyadorno committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    07b0085 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    5983545 View commit details
    Browse the repository at this point in the history
  2. 6.14.16

    ruyadorno committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6996eca View commit details
    Browse the repository at this point in the history
Loading