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-v4.0.13
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-v4.0.14
Choose a head ref
  • 16 commits
  • 304 files changed
  • 4 contributors

Commits on Sep 19, 2022

  1. chore: [email protected]

    lukekarrys committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8ab1ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292156c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. fix: use hosted-git-info to parse registry urls (#5761)

    Previously this was using `new URL` which would fail on some urls that
    `hosted-git-info` is able to parse. But if we still get a url that can't
    be parsed, we now set it to be removed from the tree instead of
    erroring.
    
    Fixes: #5278
    lukekarrys authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    26f3d0b View commit details
    Browse the repository at this point in the history
  2. docs: name and version description change (#5753)

    * name and version description change
    
    Reducing redundancy by deleting repeated code and changing other slight things about those two fields.
    dominikgorczyca authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    bd92aa0 View commit details
    Browse the repository at this point in the history
  3. chore: update scripts

    lukekarrys authored and wraithgar committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    df68f31 View commit details
    Browse the repository at this point in the history
  4. chore: @npmcli/[email protected]

    lukekarrys authored and wraithgar committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8bc86b6 View commit details
    Browse the repository at this point in the history
  5. chore: port docs rewrite to v8

    lukekarrys authored and wraithgar committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f375300 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fc516b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4e2b78 View commit details
    Browse the repository at this point in the history
  8. chore: update various dev dependencies

    - [email protected]
    - move doc workspace deps to dev deps
    - remove @mdx-js/mdx
    - @npmcli/[email protected]
    lukekarrys authored and wraithgar committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ea087c1 View commit details
    Browse the repository at this point in the history
  9. chore: automatically remove ignored node_modules files

    Previously it would report the errors and require rerunning the script.
    It's been safe enough that we know automatically remove the files. We
    then run the `git ls-files` command again to make sure they were all
    removed. Only if any are left do we error with a message requiring a
    manual fix.
    lukekarrys authored and wraithgar committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    dded71d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5866217 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    c10abe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9931679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a7d32 View commit details
    Browse the repository at this point in the history
  4. chore: release 8.19.3

    github-actions[bot] authored and wraithgar committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ef42996 View commit details
    Browse the repository at this point in the history
Loading