|
| 1 | +## v7.24.0 (2021-09-16) |
| 2 | + |
| 3 | +### FEATURES |
| 4 | + |
| 5 | +* [`c7787b3fb`](https://github.com/npm/cli/commit/c7787b3fb7630aab84aae83ebf9a7117c7173b6b) |
| 6 | + [`1fbbe1e04`](https://github.com/npm/cli/commit/1fbbe1e04be5d79c7b49910324e64c19ed599eeb) |
| 7 | + bundled npm-install-checks ([@wraithgar](https://github.com/wraithgar)) |
| 8 | + |
| 9 | +### BUG FIXES |
| 10 | + |
| 11 | +* [`0320bd77e`](https://github.com/npm/cli/commit/0320bd77e2a38f48a88e377df4b122fd21043a83) |
| 12 | + [#3739](https://github.com/npm/cli/issues/3739) |
| 13 | + fix(view): Show the correct publish date for versions selected by range ([@andersk](https://github.com/andersk)) |
| 14 | +* [`e4a521857`](https://github.com/npm/cli/commit/e4a5218573583149af795982a39fa64a4116cdab) |
| 15 | + [#3748](https://github.com/npm/cli/issues/3748) |
| 16 | + fix(install.sh): don't remove old npm first |
| 17 | + ([@wraithgar](https://github.com/wraithgar)) |
| 18 | +* [`b4aac345b`](https://github.com/npm/cli/commit/b4aac345b0a7cdec4d713c5be4daea37330b2b26) |
| 19 | + [#3754](https://github.com/npm/cli/issues/3754) |
| 20 | + fix(config): user-agent properly shows ci |
| 21 | + ([@wraithgar](https://github.com/wraithgar)) |
| 22 | +* [`b807cd62e`](https://github.com/npm/cli/commit/b807cd62eabe337e3243415c9870ea36d9289e12) |
| 23 | + [#3738](https://github.com/npm/cli/issues/3738) |
| 24 | + fix(search): return valid json for no results |
| 25 | + ([@AyushRawal](https://github.com/AyushRawal)) |
| 26 | +* [`2def17a3b`](https://github.com/npm/cli/commit/2def17a3b625b92b40c6185ff4b47e8ed006492c) |
| 27 | + [#3760](https://github.com/npm/cli/issues/3760) |
| 28 | + fix(install): use configured registry when checking manifest |
| 29 | + ([@yacoman89](https://github.com/yacoman89)) |
| 30 | +* [`ca792acdd`](https://github.com/npm/cli/commit/ca792acdd4ba683d8415c88188ec6739033fb4fd) |
| 31 | + [#3761](https://github.com/npm/cli/issues/3761) |
| 32 | + fix(logs): clean args for failed commands |
| 33 | + ([@wraithgar](https://github.com/wraithgar)) |
| 34 | + |
| 35 | +### DEPENDENCIES |
| 36 | + |
| 37 | +* [`59743972c`](https://github.com/npm/cli/commit/59743972c2ae1d2dd601aaa6c59974c686b1cb29) |
| 38 | + [#3747](https://github.com/npm/cli/issues/3747) |
| 39 | + fix(did-you-mean): succeed if cwd is not a package |
| 40 | + ([@wraithgar](https://github.com/wraithgar)) |
| 41 | +* [`ac8e4ad18`](https://github.com/npm/cli/commit/ac8e4ad18a6b726dd2c3abcb0f605701cca0ae2c) |
| 42 | + |
| 43 | + * fix: bin script path |
| 44 | +* [`371655a6b`](https://github.com/npm/cli/commit/371655a6b0e6664fec67f16cb247cc9f174a5197) |
| 45 | + |
| 46 | + * fix: re-emit 'error' event if missed and new listener added |
| 47 | + * fix: do not blow up if process is missing |
| 48 | + |
| 49 | +### DOCUMENTATION |
| 50 | + |
| 51 | +* [`4d93b484a`](https://github.com/npm/cli/commit/4d93b484abb50e3704fb436db572b93fb36c7ac3) |
| 52 | + [#3759](https://github.com/npm/cli/issues/3759) |
| 53 | + fix(docs): use correct hyperlink to package-json |
| 54 | + ([@nategreen](https://github.com/nategreen)) |
| 55 | + |
| 56 | +## v7.23.0 (2021-09-09) |
| 57 | + |
| 58 | +### FEATURES |
| 59 | + |
| 60 | +* [`6c12500ae`](https://github.com/npm/cli/commit/6c12500ae14a6f8b78e3ab091ee6cc8e2ea9fd23) |
| 61 | + [#3731](https://github.com/npm/cli/issues/3731) |
| 62 | + feat(install): very strict global npm engines |
| 63 | + ([@wraithgar](https://github.com/wraithgar)) |
| 64 | + |
| 65 | +### BUG FIXES |
| 66 | + |
| 67 | +* [`1ad093824`](https://github.com/npm/cli/commit/1ad0938243110d983284e8763da41a57b561563d) |
| 68 | + [#3732](https://github.com/npm/cli/issues/3732) |
| 69 | + fix(error-message): clean urls from 404 error |
| 70 | + ([@wraithgar](https://github.com/wraithgar)) |
| 71 | + |
| 72 | +### DOCUMENTATION |
| 73 | + |
| 74 | +* [`64f7d1a55`](https://github.com/npm/cli/commit/64f7d1a55db99b1aaf8fb59557b3dedcdcd954a0) |
| 75 | + [#3727](https://github.com/npm/cli/issues/3727) |
| 76 | + docs(contributing): add note on changes to tooling |
| 77 | + ([@darcyclarke](https://github.com/darcyclarke)) |
| 78 | +* [`eda9162f2`](https://github.com/npm/cli/commit/eda9162f2db19b512d3af6b0d43201d54045c13a) |
| 79 | + [#3715](https://github.com/npm/cli/issues/3715) |
| 80 | + Add --if-present flag documentation to workspaces |
| 81 | + ([@Matsuuu](https://github.com/Matsuuu)) |
| 82 | + |
| 83 | +## v7.22.0 (2021-09-02) |
| 84 | + |
| 85 | +### BUG FIXES |
| 86 | +* [`6f431fe23`](https://github.com/npm/cli/commit/6f431fe2325f77b4370f95848359a36fe7a011d1) |
| 87 | + [#3690](https://github.com/npm/cli/issues/3690) |
| 88 | + Fix one “see also” link |
| 89 | + ([@tripu](https://github.com/tripu)) |
| 90 | + |
| 91 | +### DEPENDENCIES |
| 92 | +* [`033e948c9`](https://github.com/npm/cli/commit/033e948c95b3455812e03a860ad1bd96a635e7eb) |
| 93 | + |
| 94 | + * feat: add types lookup |
| 95 | + * fix(man): don't lose relative man path |
| 96 | +* [`1fa549db0`](https://github.com/npm/cli/commit/1fa549db0955b55fd680a658809a6d97be306b06) |
| 97 | + |
| 98 | + * feat: export npm_config_local_prefix and npm_config_global_prefix to the environment |
| 99 | +* [`e91578d10`](https://github.com/npm/cli/commit/e91578d10b1d5d930fec32e7070d975af4892140) |
| 100 | + |
| 101 | + * Made rejectUnauthorized depend on NODE_TLS_REJECT_UNAUTHORIZED |
| 102 | +* [`6125db545`](https://github.com/npm/cli/commit/6125db545315da0217fe7b05062fd0a504c9a45b) |
| 103 | + |
| 104 | +* [`0dcda73b0`](https://github.com/npm/cli/commit/0dcda73b022083338c4cb755390a275757b9627b) |
| 105 | + |
| 106 | +* [`4b913417c`](https://github.com/npm/cli/commit/4b913417c4e30980505a02eec50810f895dd52d7) |
| 107 | + |
| 108 | +* [`876c755eb`](https://github.com/npm/cli/commit/876c755eb0dfc215123682f798b5fca415f7c7d9) |
| 109 | + |
| 110 | + * fix: do not fail adding unresolvable optional dep |
| 111 | + |
1 | 112 | ## v7.21.1 (2021-08-26) |
2 | 113 |
|
3 | 114 | ### BUG FIXES |
|
0 commit comments