Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v7.24.0 #3770

Merged
merged 16 commits into from Sep 16, 2021
Merged

Release/v7.24.0 #3770

merged 16 commits into from Sep 16, 2021

Commits on Sep 9, 2021

  1. chore: bundle npm-install-checks

    This is already part of the published npm, just not in git
    wraithgar committed Sep 9, 2021
    Copy the full SHA
    c7787b3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1fbbe1e View commit details
    Browse the repository at this point in the history
  3. deps: init-package-json@2.0.5

      * fix: bin script path
    wraithgar committed Sep 9, 2021
    Copy the full SHA
    ac8e4ad View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix(did-you-mean): succeed if cwd is not a package

    The did-you-mean code was trying to parse a local package.json to
    suggest scripts and bins, which was causing an exception if you ran npm
    outside of a directory with a valid package.json.
    
    This fixes that.
    
    PR-URL: #3747
    Credit: @wraithgar
    Close: #3747
    Reviewed-by: @nlf
    wraithgar committed Sep 13, 2021
    Copy the full SHA
    5974397 View commit details
    Browse the repository at this point in the history
  2. fix(view): Show the correct publish date for versions selected by range

    Before, `npm view npm@^6` would incorrectly report “published over a
    year from now” for every entry.  Now it reports the correct dates.
    
    PR-URL: #3739
    Credit: @andersk
    Close: #3739
    Reviewed-by: @wraithgar
    andersk authored and wraithgar committed Sep 13, 2021
    Copy the full SHA
    0320bd7 View commit details
    Browse the repository at this point in the history
  3. fix(install.sh): don't remove old npm first

    The install script will gracefully fail if things don't work.  This is
    especially important for versions of npm that won't work in your current
    node version.
    
    PR-URL: #3748
    Credit: @wraithgar
    Close: #3748
    Reviewed-by: @isaacs
    wraithgar committed Sep 13, 2021
    Copy the full SHA
    e4a5218 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. chore: Fix typos in CONTRIBUTING

    PR-URL: #3753
    Credit: @shadowspawn
    Close: #3753
    Reviewed-by: @wraithgar
    shadowspawn authored and wraithgar committed Sep 14, 2021
    Copy the full SHA
    291d977 View commit details
    Browse the repository at this point in the history
  2. fix(config): user-agent properly shows ci

    The way we were flattening user-agent back into itself meant that any
    values that were dependent on other config items would never be seen,
    since we have to re-flatten the item for each one it depends on.
    
    We also weren't re-flattening the user-agent when setting workspaces or
    workspace, which were things that affected the final result.
    
    This does change the main config value of `user-agent` but not the
    flattened one.  We are not using the main config value anywhere (which
    is correct).
    
    PR-URL: #3754
    Credit: @wraithgar
    Close: #3754
    Reviewed-by: @nlf
    wraithgar committed Sep 14, 2021
    Copy the full SHA
    b4aac34 View commit details
    Browse the repository at this point in the history
  3. fix(search): return valid json for no results

    PR-URL: #3738
    Credit: @AyushRawal
    Close: #3738
    Reviewed-by: @wraithgar
    AyushRawal authored and wraithgar committed Sep 14, 2021
    Copy the full SHA
    b807cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. fix(docs): use correct hyperlink to package-json

    See npm/documentation#36
    
    PR-URL: #3759
    Credit: @nategreen
    Close: #3759
    Reviewed-by: @wraithgar
    nategreen authored and wraithgar committed Sep 15, 2021
    Copy the full SHA
    4d93b48 View commit details
    Browse the repository at this point in the history
  2. fix(install): use configured registry when checking manifest

    PR-URL: #3760
    Credit: @yacoman89
    Close: #3760
    Reviewed-by: @wraithgar
    yacoman89 authored and wraithgar committed Sep 15, 2021
    Copy the full SHA
    2def17a View commit details
    Browse the repository at this point in the history
  3. deps: minipass@3.1.5

      * fix: re-emit 'error' event if missed and new listener added
      * fix: do not blow up if process is missing
    wraithgar committed Sep 15, 2021
    Copy the full SHA
    371655a View commit details
    Browse the repository at this point in the history
  4. fix(logs): clean args for failed commands

    PR-URL: #3761
    Credit: @wraithgar
    Close: #3761
    Reviewed-by: @lukekarrys
    wraithgar committed Sep 15, 2021
    Copy the full SHA
    ca792ac View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. docs: changelog for v7.24.0

    fritzy committed Sep 16, 2021
    Copy the full SHA
    a3bb2a9 View commit details
    Browse the repository at this point in the history
  2. update AUTHORS

    fritzy committed Sep 16, 2021
    Copy the full SHA
    21dd300 View commit details
    Browse the repository at this point in the history
  3. 7.24.0

    fritzy committed Sep 16, 2021
    Copy the full SHA
    2c74190 View commit details
    Browse the repository at this point in the history