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

Add CI environment variables to user-agent #249

Closed
wants to merge 10 commits into from

Commits on Sep 24, 2019

  1. npm-lifecycle@3.1.4

    - fix: filter functions and undefined out of makeEnv (@isaacs)
    Michael Perrotte committed Sep 24, 2019
    Copy the full SHA
    0ca063c View commit details
    Browse the repository at this point in the history
  2. libcipm@4.0.4

    - fix: pack git directories properly (@claudiahdz)
    - respect no-optional argument (@cruzdanilo)
    Michael Perrotte committed Sep 24, 2019
    Copy the full SHA
    5df6b0e View commit details
    Browse the repository at this point in the history
  3. chore(ci): add dirPacker to options

    PR-URL: #252
    Credit: @claudiahdz
    Close: #252
    Reviewed-by: @mikemimik
    claudiahdz authored and Michael Perrotte committed Sep 24, 2019
    Copy the full SHA
    890b245 View commit details
    Browse the repository at this point in the history
  4. tar@4.4.12

    Michael Perrotte committed Sep 24, 2019
    Copy the full SHA
    7e04f72 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. docs: updated CHANGELOG for 6.12.0

    Michael Perrotte committed Sep 26, 2019
    Copy the full SHA
    fe83b8c View commit details
    Browse the repository at this point in the history
  2. update AUTHORS

    Michael Perrotte committed Sep 26, 2019
    Copy the full SHA
    2199037 View commit details
    Browse the repository at this point in the history
  3. 6.12.0-next.0

    Michael Perrotte committed Sep 26, 2019
    Copy the full SHA
    eb22908 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. node-gyp@5.0.4

    PR-URL: #260
    Credit: @isaacs
    Close: #260
    Reviewed-by: @isaacs
    isaacs committed Sep 30, 2019
    Copy the full SHA
    bee6d42 View commit details
    Browse the repository at this point in the history
  2. Fix figgyPudding error in npm token

    It seems that a couple of lines were missed when token.js was [changed
    to use figgyPudding][1] which [causes an error][2] when trying to run
    that command in certain circumstances.  This patch fixes that error.
    
    [1]: 4cf850d#diff-398ed3b014436a5204583323ea29320b
    [2]: https://npm.community/t/npm-token-err-figgypudding-options-cannot-be-modified-use-concat-instead/10288
    
    PR-URL: #259
    Credit: @benblank
    Close: #259
    Reviewed-by: @isaacs
    benblank authored and isaacs committed Sep 30, 2019
    Copy the full SHA
    bbc92fb View commit details
    Browse the repository at this point in the history
  3. Add CI environment variables to user-agent

    The `npm-in-ci` header has been sent for some time now by
    make-fetch-happen, but User-Agent is more reliably logged and respected
    by proxies and CDNs, so that's a better place to put this.
    isaacs committed Sep 30, 2019
    Copy the full SHA
    3a61f4a View commit details
    Browse the repository at this point in the history