|
| 1 | +## v6.10.3 (2019-08-06): |
| 2 | + |
| 3 | +### BUGFIXES |
| 4 | + |
| 5 | +* [`27cccfbda`](https://github.com/npm/cli/commit/27cccfbdac8526cc807b07f416355949b1372a9b) |
| 6 | + [#223](https://github.com/npm/cli/pull/223) vulns → vulnerabilities in |
| 7 | + npm audit output ([@sapegin](https://github.com/sapegin)) |
| 8 | +* [`d5e865eb7`](https://github.com/npm/cli/commit/d5e865eb79329665a927cc2767b4395c03045dbb) |
| 9 | + [#222](https://github.com/npm/cli/pull/222) |
| 10 | + [#226](https://github.com/npm/cli/pull/226) install, doctor: don't crash |
| 11 | + if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin), |
| 12 | + [@isaacs](https://github.com/isaacs)) |
| 13 | +* [`5b3890226`](https://github.com/npm/cli/commit/5b389022652abeb0e1c278a152550eb95bc6c452) |
| 14 | + [#227](https://github.com/npm/cli/pull/227) |
| 15 | + [npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5) |
| 16 | + Handle unhandledRejections, tell user what to do when encountering an |
| 17 | + `EACCES` error in the cache. ([@isaacs](https://github.com/isaacs)) |
| 18 | + |
| 19 | +### DEPENDENCIES |
| 20 | + |
| 21 | +* [`77516df6e`](https://github.com/npm/cli/commit/77516df6eac94a6d7acb5e9ca06feaa0868d779b) |
| 22 | + `[email protected]` ( [@isaacs](https://github.com/isaacs)) |
| 23 | +* [`ceb993590`](https://github.com/npm/cli/commit/ceb993590e4e376a9a78264ce7bb4327fbbb37fe) |
| 24 | + `[email protected]` ( [@isaacs](https://github.com/isaacs)) |
| 25 | +* [`4050b9189`](https://github.com/npm/cli/commit/4050b91898c60e9b22998cf82b70b9b822de592a) |
| 26 | + |
| 27 | + * [#46](https://github.com/npm/hosted-git-info/issues/46) |
| 28 | + [#43](https://github.com/npm/hosted-git-info/issues/43) |
| 29 | + [#47](https://github.com/npm/hosted-git-info/pull/47) |
| 30 | + [#44](https://github.com/npm/hosted-git-info/pull/44) Add support for |
| 31 | + GitLab subgroups ([@mterrel](https://github.com/mterrel), |
| 32 | + [@isaacs](https://github.com/isaacs), |
| 33 | + [@ybiquitous](https://github.com/ybiquitous)) |
| 34 | + * [`3b1d629`](https://github.com/npm/hosted-git-info/commit/3b1d629) |
| 35 | + [#48](https://github.com/npm/hosted-git-info/issues/48) fix http |
| 36 | + protocol using sshurl by default |
| 37 | + ([@fengmk2](https://github.com/fengmk2)) |
| 38 | + * [`5d4a8d7`](https://github.com/npm/hosted-git-info/commit/5d4a8d7) |
| 39 | + ignore noCommittish on tarball url generation |
| 40 | + ([@isaacs](https://github.com/isaacs)) |
| 41 | + * [`1692435`](https://github.com/npm/hosted-git-info/commit/1692435) |
| 42 | + use gist tarball url that works for anonymous gists |
| 43 | + ([@isaacs](https://github.com/isaacs)) |
| 44 | + * [`d5cf830`](https://github.com/npm/hosted-git-info/commit/d5cf8309be7af884032616c63ea302ce49dd321c) |
| 45 | + Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs)) |
| 46 | + * [`e518222`](https://github.com/npm/hosted-git-info/commit/e5182224351183ce619dd5ef00019ae700ed37b7) |
| 47 | + Use LRU cache to prevent unbounded memory consumption |
| 48 | + ([@iarna](https://github.com/iarna)) |
| 49 | + |
1 | 50 | ## v6.10.2 (2019-07-23):
|
2 | 51 |
|
3 | 52 | tl;dr - Fixes several issues with the cache when npm is run as `sudo` on
|
|
0 commit comments