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

v6.10.3 #230

Merged
merged 17 commits into from Aug 6, 2019
Merged

v6.10.3 #230

merged 17 commits into from Aug 6, 2019

Commits on Jul 24, 2019

  1. doc: fix typo in changelog

    isaacs committed Jul 24, 2019
    Copy the full SHA
    b1d5e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Copy the full SHA
    0ebf071 View commit details
    Browse the repository at this point in the history
  2. Fix Typos

    PR-URL: #220
    Credit: @kittenking
    Close: #220
    Reviewed-by: @isaacs
    Kitten King authored and isaacs committed Aug 1, 2019
    Copy the full SHA
    272e6c4 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused config/fetch-opts file

    PR-URL: #219
    Credit: @claudiahdz
    Close: #219
    Reviewed-by: @isaacs
    claudiahdz authored and isaacs committed Aug 1, 2019
    Copy the full SHA
    aacd355 View commit details
    Browse the repository at this point in the history
  4. vulns → vulnerabilities in npm audit output

    Consistently use “vulnerabilities” in the message, don't use confusing
    “vulns”.
    
    PR-URL: #223
    Credit: @sapegin
    Close: #223
    Reviewed-by: @isaacs
    sapegin authored and isaacs committed Aug 1, 2019
    Copy the full SHA
    27cccfb View commit details
    Browse the repository at this point in the history
  5. install, doctor: don't crash if registry unset

    Close: #222
    PR-URL: #226
    Credit: @isaacs
    Close: #226
    isaacs committed Aug 1, 2019
    Copy the full SHA
    d5e865e View commit details
    Browse the repository at this point in the history
  6. licensee@7.0.3

    isaacs committed Aug 1, 2019
    Copy the full SHA
    77516df View commit details
    Browse the repository at this point in the history
  7. query-string@6.8.2

    isaacs committed Aug 1, 2019
    Copy the full SHA
    ceb9935 View commit details
    Browse the repository at this point in the history
  8. docs: changelog for 6.10.3

    isaacs committed Aug 1, 2019
    Copy the full SHA
    9bb66e1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    99edd49 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Handle unhandledRejections, help with cache eacces

    Suggested by @godmar in
    https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5
    
    Incidentally, this turned up that we're catching uncaughtExceptions in
    the main npm functions, but not unhandledRejections!
    
    Tracing this through, it seems like node-fetch-npm's use of cacache is
    particularly brittle.  Any throw that comes from cacache is not caught
    properly, since node-fetch-npm is all streams and callbacks.  The naive
    approach (just adding a catch and failing the callback) doesn't work,
    because then make-fetch-happen and npm-registry-fetch interpret the
    failure as an invalid response, when actually it was a local cache
    error.
    
    So, a bit more love and polish is definitely still needed in the
    guts of npm's fetching and caching code paths.  In the meantime, though,
    handling any unhandledRejection at the top level prevents at least the
    worst and most useless type of error message.
    
    PR-URL: #227
    Credit: @isaacs
    Close: #227
    Reviewed-by: @isaacs
    isaacs committed Aug 2, 2019
    Copy the full SHA
    5b38902 View commit details
    Browse the repository at this point in the history
  2. doc: changelog 6.10.3

    isaacs committed Aug 2, 2019
    Copy the full SHA
    0f980f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Copy the full SHA
    46181cb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. hosted-git-info@2.8.2

    FEATURES
    
    * [bbcf7b2](npm/hosted-git-info@bbcf7b2)
      [#46](npm/hosted-git-info#46)
      [#43](npm/hosted-git-info#43)
      [#47](npm/hosted-git-info#47)
      [#44](npm/hosted-git-info#44) Add support for
      GitLab groups and subgroups ([@mterrel](https://github.com/mterrel),
      [@isaacs](https://github.com/isaacs),
      [@ybiquitous](https://github.com/ybiquitous))
    
    BUGFIXES
    
    * ([3b1d629](npm/hosted-git-info@3b1d629))
      [#48](npm/hosted-git-info#48) fix http protocol
      using sshurl by default ([@fengmk2](https://github.com/fengmk2))
    * [5d4a8d7](npm/hosted-git-info@5d4a8d7) ignore
      noCommittish on tarball url generation
      ([@isaacs](https://github.com/isaacs))
    * [1692435](npm/hosted-git-info@1692435) use gist
      tarball url that works for anonymous gists
      ([@isaacs](https://github.com/isaacs))
    * [d5cf830](npm/hosted-git-info@d5cf830)
    * Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
    * [e518222](npm/hosted-git-info@e518222)
      Use LRU cache to prevent unbounded memory consumption
      ([@iarna](https://github.com/iarna))
    isaacs committed Aug 5, 2019
    Copy the full SHA
    4050b91 View commit details
    Browse the repository at this point in the history
  2. doc: changelog 6.10.3 update

    isaacs committed Aug 5, 2019
    Copy the full SHA
    586c938 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. update AUTHORS

    isaacs committed Aug 6, 2019
    Copy the full SHA
    d2eaf0b View commit details
    Browse the repository at this point in the history
  2. 6.10.3

    isaacs committed Aug 6, 2019
    Copy the full SHA
    897537a View commit details
    Browse the repository at this point in the history