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: npm@6.10.1 #207

Merged
merged 19 commits into from Jul 3, 2019
Merged

Release: npm@6.10.1 #207

merged 19 commits into from Jul 3, 2019

Commits on Jul 3, 2019

  1. fix(git): strip GIT environs when running git

    When running an npm command from within a git environment, such as
    installing or testing during a git rebase or bisect, these environment
    variables will be passed to the child process, causing it to
    fetch/checkout/etc in the root project instead of doing what the user
    intends.
    
    Strip them out so that they are not passed to the child process.
    
    Also, remove git environs from the test environment, so that spawning
    git in a test to set up a dummy repo doesn't mess with the main
    project's git repository.  This enables adding `exec npm test` in a `git
    rebase -i` list to run tests between commits.
    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3cbd577 View commit details
    Browse the repository at this point in the history
  2. lru-cache@5.1.1

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    429226a View commit details
    Browse the repository at this point in the history
  3. npm-registry-fetch@3.9.1

    This also updates make-fetch-happen, so it no longer requires the old
    lru-cache.
    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    175670e View commit details
    Browse the repository at this point in the history
  4. call-limit@1.1.1

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    0d0517f View commit details
    Browse the repository at this point in the history
  5. glob@7.1.4

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    7414004 View commit details
    Browse the repository at this point in the history
  6. inherits@2.0.4

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    bddd60e View commit details
    Browse the repository at this point in the history
  7. libnpmsearch@2.0.1

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    4acf03f View commit details
    Browse the repository at this point in the history
  8. marked@0.6.3

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c2bd172 View commit details
    Browse the repository at this point in the history
  9. marked-man@0.6.0

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    7f0221b View commit details
    Browse the repository at this point in the history
  10. npm-lifecycle@2.1.1

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f458fe7 View commit details
    Browse the repository at this point in the history
  11. node-gyp@4.0.0

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    0097529 View commit details
    Browse the repository at this point in the history
  12. query-string@6.8.1

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    0fa2bb4 View commit details
    Browse the repository at this point in the history
  13. tar-stream@2.1.0

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    b864509 View commit details
    Browse the repository at this point in the history
  14. worker-farm@1.7.0

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    25db00f View commit details
    Browse the repository at this point in the history
  15. readable-stream@3.4.0

    isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    8dfbe86 View commit details
    Browse the repository at this point in the history
  16. install: improve isOnly(Dev,Optional)

    Instead of creating a new set each time a new node gets visited, so that
    its siblings do not have it in `seen`, just remove the node from the
    original set right after all child nodes are visited.
    
    See #76
    
    Credit: @larsgw
    
    PR-URL: #206
    Close: #206
    Reviewed-by: @isaacs
    larsgw authored and isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    a81a8c4 View commit details
    Browse the repository at this point in the history
  17. fix-xmas-underline

    Credit: @raywu0123
    PR-URL: #179
    Close: #179
    Reviewed-by: @isaacs
    raywu0123 authored and isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    172f9ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    027742e View commit details
    Browse the repository at this point in the history
  19. doc: changelog for 6.10.1

    isaacs authored and isaacs committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3013a2d View commit details
    Browse the repository at this point in the history