|
| 1 | +## v7.7.4 (2021-03-24) |
| 2 | + |
| 3 | +### BUG FIXES |
| 4 | + |
| 5 | +* [`200bee74b`](https://github.com/npm/cli/commit/200bee74b31a738687446b7b535cac67b1c582fd) |
| 6 | + [#2951](https://github.com/npm/cli/issues/2951) |
| 7 | + fix(config): accept explicit `production=false` |
| 8 | + ([@wraithgar](https://github.com/wraithgar)) |
| 9 | +* [`7b45e9df6`](https://github.com/npm/cli/commit/7b45e9df6102c7bd6e403d1fdc9939581c38f546) |
| 10 | + [#2950](https://github.com/npm/cli/issues/2950) |
| 11 | + warn if using workspaces config options in `npm config` |
| 12 | + ([@ruyadorno](https://github.com/ruyadorno)) |
| 13 | + |
| 14 | +## v7.7.3 (2021-03-24) |
| 15 | + |
| 16 | +### BUG FIXES |
| 17 | + |
| 18 | +* [`c76f04ac2`](https://github.com/npm/cli/commit/c76f04ac28ddf2ae4df4b3ce0aec684a118de1b5) |
| 19 | + [#2925](https://github.com/npm/cli/issues/2925) |
| 20 | + fix(set-script): add completion |
| 21 | + ([@Yash-Singh1](https://github.com/Yash-Singh1)) |
| 22 | +* [`0379eab69`](https://github.com/npm/cli/commit/0379eab698b78ae4aa89bbe2043607f420e52f11) |
| 23 | + [#2929](https://github.com/npm/cli/issues/2929) |
| 24 | + fix(install): ignore auditLevel |
| 25 | + `npm install` should not be affected by the `auditLevel` config, as the |
| 26 | + results of audit do not change its exit status. |
| 27 | + ([@wraithgar](https://github.com/wraithgar)) |
| 28 | +* [`98efadeb4`](https://github.com/npm/cli/commit/98efadeb4b2ae9289f14ed6f42a169230faf7239) |
| 29 | + [#2923](https://github.com/npm/cli/issues/2923) |
| 30 | + fix(audit-level): add `info` audit level |
| 31 | + This is a valid level but wasn't configured to be allowed. |
| 32 | + Also added this param to the usage output for `npm audit` |
| 33 | + ([@wraithgar](https://github.com/wraithgar)) |
| 34 | +* [`e8d2adcf4`](https://github.com/npm/cli/commit/e8d2adcf40ad63030f844c9aa44c6d16e2146797) |
| 35 | + [#2945](https://github.com/npm/cli/issues/2945) |
| 36 | + config should not error when workspaces are configured |
| 37 | + ([@nlf](https://github.com/nlf)) |
| 38 | +* [`aba2bc623`](https://github.com/npm/cli/commit/aba2bc623ea99e563b1b15b81dbb4ba94f86fe4c) |
| 39 | + [#2944](https://github.com/npm/cli/issues/2944) |
| 40 | + fix(progress): re-add progress bar to reify |
| 41 | + The logger was no longer in flatOptions, we pass it in explicitly now |
| 42 | + ([@wraithgar](https://github.com/wraithgar)) |
| 43 | +* [`877b4ed29`](https://github.com/npm/cli/commit/877b4ed2925c97b5249a4d33575420dda64f7339) |
| 44 | + [#2946](https://github.com/npm/cli/issues/2946) |
| 45 | + fix(flatOptions): re-add `_auth` |
| 46 | + This was not being added to flatOptions, and things like |
| 47 | + `npm-registry-fetch` are looking for it. |
| 48 | + ([@wraithgar](https://github.com/wraithgar)) |
| 49 | + |
| 50 | +## v7.7.2 (2021-03-24) |
| 51 | + |
| 52 | +### BUG FIXES |
| 53 | +* [`a4df2b98d`](https://github.com/npm/cli/commit/a4df2b98d89429b19cd29b5fc895cdbfc0a6bd78) |
| 54 | + [#2942](https://github.com/npm/cli/issues/2942) |
| 55 | + Restore --dev flag, unify --omit flatteners |
| 56 | + ([@isaacs](https://github.com/isaacs)) |
| 57 | + |
| 58 | +### DEPENDENCIES |
| 59 | +* [`2cbfaac0e`](https://github.com/npm/cli/commit/2cbfaac0ecd5810316f6d76168ed9618bd11bf3a) |
| 60 | + |
| 61 | + * [#83](https://github.com/npm/hosted-git-info/pull/83) Do not parse |
| 62 | + urls for gitlab |
| 63 | + ([@nlf](https://github.com/nlf)) |
| 64 | + |
| 65 | +## v7.7.1 (2021-03-24) |
| 66 | + |
| 67 | +### BUG FIXES |
| 68 | + |
| 69 | +* [`543b0e39b`](https://github.com/npm/cli/commit/543b0e39bcb94fc408804b01ca9c0d7b960b2681) |
| 70 | + [#2930](https://github.com/npm/cli/issues/2930) |
| 71 | + fix(uninstall): use correct local prefix |
| 72 | + ([@jameschensmith](https://github.com/jameschensmith)) |
| 73 | +* [`dce4960ef`](https://github.com/npm/cli/commit/dce4960ef6d52af128affe7755b2ca72de913b6c) |
| 74 | + [#2932](https://github.com/npm/cli/issues/2932) |
| 75 | + fix(config): flatten savePrefix properly |
| 76 | + ([@wraithgar](https://github.com/wraithgar)) |
| 77 | + |
1 | 78 | ## v7.7.0 (2021-03-23)
|
2 | 79 |
|
3 | 80 | ### FEATURES
|
|
0 commit comments