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.15.1 #3340

Merged
merged 10 commits into from May 31, 2021
Merged

Release/v7.15.1 #3340

merged 10 commits into from May 31, 2021

Commits on May 31, 2021

  1. @npmcli/arborist@2.6.1

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c4fc03e View commit details
    Browse the repository at this point in the history
  2. fix(libnpmexec): don't detach output from npm

    The npm output function refers to this.log.  libnpmexec has that passed
    in, which decoupled the function from the npm object.  This fixes it,
    and sets the tests up in a way where if the output function ever becomes
    detached from this.npm in the same way, tests will fail.
    
    PR-URL: #3329
    Credit: @wraithgar
    Close: #3329
    Reviewed-by: @ruyadorno
    wraithgar authored and ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    598a17a View commit details
    Browse the repository at this point in the history
  3. fix: refactor get package name

    renames read-local-package to read-package-name
    
    The global check needed to be moved outside this function, because it
    was handled differently (and will be even moreso when we implement diff
    workspaces) in each function.  This allowed us to now pass in the prefix
    itself instead of the npm object, so we can reuse this function to look
    up package names when we refactor npm diff for workspaces.
    
    PR-URL: #3331
    Credit: @wraithgar
    Close: #3331
    Reviewed-by: @ruyadorno
    wraithgar authored and ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    cf82ea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b5623 View commit details
    Browse the repository at this point in the history
  5. eslint-plugin-import@2.23.4

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f249e78 View commit details
    Browse the repository at this point in the history
  6. libnpmexec@1.2.0

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9159fa6 View commit details
    Browse the repository at this point in the history
  7. add node16 ci target

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    e5799e1 View commit details
    Browse the repository at this point in the history
  8. docs: changelog for v7.15.1

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4a8a180 View commit details
    Browse the repository at this point in the history
  9. update AUTHORS

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    b72b82d View commit details
    Browse the repository at this point in the history
  10. 7.15.1

    ruyadorno committed May 31, 2021
    Configuration menu
    Copy the full SHA
    73633e5 View commit details
    Browse the repository at this point in the history