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.6.2 #2845

Merged
merged 12 commits into from Mar 9, 2021
Merged

Release/v7.6.2 #2845

merged 12 commits into from Mar 9, 2021

Commits on Mar 9, 2021

  1. byte-size@7.0.1

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    c7314aa View commit details
    Browse the repository at this point in the history
  2. @npmcli/arborist@2.2.7

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    7f470b5 View commit details
    Browse the repository at this point in the history
  3. libnpmdiff@2.0.4

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    e9b7fc2 View commit details
    Browse the repository at this point in the history
  4. pacote@11.3.0

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    864f48d View commit details
    Browse the repository at this point in the history
  5. update deps

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    7ff152d View commit details
    Browse the repository at this point in the history
  6. fix(npm.output): make output go through npm.output

    All output that anything wants to make now goes through
    `npm.output()`.  This is an incremental change getting us
    closer to where we want to be with testing.
    
    PR-URL: #2795
    Credit: @wraithgar
    Close: #2795
    Reviewed-by: @ruyadorno, @isaacs
    wraithgar committed Mar 9, 2021
    Copy the full SHA
    85a8694 View commit details
    Browse the repository at this point in the history
  7. fix(usage): clean up usage declarations

    Small refactor of commands to allow usage to be more programmatically
    generated, leading us in the direction of more tighly coupling each
    command to the params it accepts.
    
    PR-URL: #2821
    Credit: @wraithgar
    Close: #2821
    Reviewed-by: @isaacs
    wraithgar committed Mar 9, 2021
    Copy the full SHA
    9fe0df5 View commit details
    Browse the repository at this point in the history
  8. Fix cb() never called in search with --json option

    PR-URL: #2831
    Credit: @fraqe
    Close: #2831
    Reviewed-by: @isaacs
    fraqe authored and wraithgar committed Mar 9, 2021
    Copy the full SHA
    e0a3a52 View commit details
    Browse the repository at this point in the history
  9. docs: changelog for v7.6.2

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    30d3e07 View commit details
    Browse the repository at this point in the history
  10. update AUTHORS

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    2fc2ebc View commit details
    Browse the repository at this point in the history
  11. 7.6.2

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    ab94ee7 View commit details
    Browse the repository at this point in the history
  12. fix(package-lock): fix errneously removed puka

    An update to run-script that WAS in this release caused this
    change to be added in a subsequent commit updating another dep.
    We had to drop the run-script update, but didn't catch this
    until the end of the release process
    wraithgar committed Mar 9, 2021
    Copy the full SHA
    e6b6f2c View commit details
    Browse the repository at this point in the history