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.4
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.5
Choose a head ref
  • 11 commits
  • 47 files changed
  • 10 contributors

Commits on Nov 30, 2022

  1. chore: fix tests for node 19

    nlf authored and fritzy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    153c142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968e124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da6cf30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80c6c4a View commit details
    Browse the repository at this point in the history
  5. fix: validate username at get-identity (#5884)

    Fix for #5867 (prevent undefined username)
    
    Co-authored-by: nlf <[email protected]>
    sosoba and nlf authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c26d708 View commit details
    Browse the repository at this point in the history
  6. docs: add workspace directory example (#5875)

    docs: run the comand for directory workspaces (#5875)
    1aron authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    681a45b View commit details
    Browse the repository at this point in the history
  7. chore(smoke-test): dont mock tarball for update request (#5913)

    After 80c6c4a the hidden lockfile is no
    longer reset, so the `update` request in the smoke test only has to mock
    the manifest and not the tarball.
    lukekarrys authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    29dbd1e View commit details
    Browse the repository at this point in the history
  8. docs: ci-info url (#5865)

    Forgot to remove the @npmcli scope when searching and replacing
    ci-detect to ci-info
    wraithgar authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    40f2c21 View commit details
    Browse the repository at this point in the history
  9. fix: npm pack filename on scoped packages (#5894)

    When running `npm pack` on a scoped package, the file name would
    be incorrect, since the `@` character should be removed, and the
    `/` character be replaced with a `-` character
    HenryNguyen5 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ffbdea2 View commit details
    Browse the repository at this point in the history
  10. docs: update description of npm exec (#5881)

    * chore(docs): update description of npm exec
    
    Co-authored-by: Gar <[email protected]>
    styfle and wraithgar authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ea948dc View commit details
    Browse the repository at this point in the history
  11. chore: release 9.1.3

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