|
| 1 | +## v7.16.0 (2021-06-03) |
| 2 | + |
| 3 | +## FEATURES |
| 4 | + |
| 5 | +* [`e92b5f2ba`](https://github.com/npm/cli/commit/e92b5f2ba07746ae07646566f3dc73c9e004a2fc) |
| 6 | + `npm-registry-fetch@11.0.0` |
| 7 | + * feat: improved logging of cache status |
| 8 | + |
| 9 | +## BUG FIXES |
| 10 | + |
| 11 | +* [`e864bd3ce`](https://github.com/npm/cli/commit/e864bd3ce8e8467e0f8ebb499dc2daf06143bc33) |
| 12 | + [#3345](https://github.com/npm/cli/issues/3345) |
| 13 | + fix(update-notifier): do not update notify when installing npm@spec |
| 14 | + ([@isaacs](https://github.com/isaacs)) |
| 15 | +* [`aafe23572`](https://github.com/npm/cli/commit/aafe2357279230e333d3342752a28fce6b9cd152) |
| 16 | + [#3348](https://github.com/npm/cli/issues/3348) |
| 17 | + fix(update-notifier): parallelize check for updates |
| 18 | + ([@isaacs](https://github.com/isaacs)) |
| 19 | + |
| 20 | +## DOCUMENTATION |
| 21 | + |
| 22 | +* [`bc9c57dda`](https://github.com/npm/cli/commit/bc9c57dda7cf3abcdee17550205daf1a82e90438) |
| 23 | + [#3353](https://github.com/npm/cli/issues/3353) |
| 24 | + fix(docs): remove documentation for '--scripts-prepend-node-path' as it was removed in npm@7 |
| 25 | + ([@gimli01](https://github.com/gimli01)) |
| 26 | +* [`ca2822110`](https://github.com/npm/cli/commit/ca28221103aa0e9ccba7043ac515a541b625c53a) |
| 27 | + [#3360](https://github.com/npm/cli/issues/3360) |
| 28 | + fix(docs): link foreground-scripts w/ loglevel |
| 29 | + ([@wraithgar](https://github.com/wraithgar)) |
| 30 | +* [`fb630b5a9`](https://github.com/npm/cli/commit/fb630b5a9af86c71602803297634ec291eeedee0) |
| 31 | + [#3342](https://github.com/npm/cli/issues/3342) |
| 32 | + chore(docs): manage docs as a workspace |
| 33 | + ([@ruyadorno](https://github.com/ruyadorno)) |
| 34 | + |
| 35 | +## DEPENDENCIES |
| 36 | + |
| 37 | +* [`54de5c6a4`](https://github.com/npm/cli/commit/54de5c6a4cd593bbbe364132f3f7348586441b31) |
| 38 | + `npm-package-arg@8.1.4`: |
| 39 | + * fix: trim whitespace from fetchSpec |
| 40 | + * fix: handle file: when root directory begins with a special character |
| 41 | +* [`e92b5f2ba`](https://github.com/npm/cli/commit/e92b5f2ba07746ae07646566f3dc73c9e004a2fc) |
| 42 | + `make-fetch-happen@9.0.1` |
| 43 | + * breaking: complete refactor of caching. drops warning headers, |
| 44 | + prevents cache indexes from growing for every request, correctly |
| 45 | + handles varied requests to the same url, and now caches redirects. |
| 46 | + * fix: support url-encoded proxy authorization |
| 47 | + * fix: do not lazy-load proxy agents or agentkeepalive. fixes the |
| 48 | + intermittent failures to update npm on slower connections. |
| 49 | + `npm-registry-fetch@11.0.0` |
| 50 | + * breaking: drop handling of deprecated warning headers |
| 51 | + * docs: fix header type for npm-command |
| 52 | + * docs: update registry param |
| 53 | + * feat: improved logging of cache status |
| 54 | +* [`23c50a45f`](https://github.com/npm/cli/commit/23c50a45f59ea3ed4c36f35df15e54adc5603034) |
| 55 | + `make-fetch-happen@9.0.2`: |
| 56 | + * fix: work around negotiator's lazy loading |
| 57 | + |
| 58 | +## AUTOMATION |
| 59 | + |
| 60 | +* [`c4ef78b08`](https://github.com/npm/cli/commit/c4ef78b08e6859fc191cabbe58c8d88c070e0612) |
| 61 | + [#3344](https://github.com/npm/cli/issues/3344) |
| 62 | + fix(automation): update incorrect variable name in create-cli-deps-pr workflow |
| 63 | + ([@gimli01](https://github.com/gimli01)) |
| 64 | + |
1 | 65 | ## v7.15.1 (2021-05-31) |
2 | 66 |
|
3 | 67 | ### BUG FIXES |
|
0 commit comments