|
| 1 | +## v6.2.0 (2018-07-13): |
| 2 | + |
| 3 | +In case you missed it, [we |
| 4 | +moved!](https://blog.npmjs.org/post/175587538995/announcing-npmcommunity). We |
| 5 | +look forward to seeing future PRs landing in |
| 6 | +[npm/cli](https://github.com/npm/cli) in the future, and we'll be chatting with |
| 7 | +you all in [npm.community](https://npm.community). Go check it out! |
| 8 | + |
| 9 | +This final release of `[email protected]` includes a couple of features that weren't |
| 10 | +quite ready on time but that we'd still like to include. Enjoy! |
| 11 | + |
| 12 | +### FEATURES |
| 13 | + |
| 14 | +* [`244b18380`](https://github.com/npm/npm/commit/244b18380ee55950b13c293722771130dbad70de) |
| 15 | + [#20554](https://github.com/npm/npm/pull/20554) |
| 16 | + add support for --parseable output |
| 17 | + ([@luislobo](https://github.com/luislobo)) |
| 18 | +* [`7984206e2`](https://github.com/npm/npm/commit/7984206e2f41b8d8361229cde88d68f0c96ed0b8) |
| 19 | + [#12697](https://github.com/npm/npm/pull/12697) |
| 20 | + Add new `sign-git-commit` config to control whether the git commit itself gets |
| 21 | + signed, or just the tag (which is the default). |
| 22 | + ([@tribou](https://github.com/tribou)) |
| 23 | + |
| 24 | +### FIXES |
| 25 | + |
| 26 | +* [`4c32413a5`](https://github.com/npm/npm/commit/4c32413a5b42e18a34afb078cf00eed60f08e4ff) |
| 27 | + [#19418](https://github.com/npm/npm/pull/19418) |
| 28 | + Do not use `SET` to fetch the env in git-bash or Cygwin. |
| 29 | + ([@gucong3000](https://github.com/gucong3000)) |
| 30 | + |
| 31 | +### DEPENDENCY BUMPS |
| 32 | + |
| 33 | +* [`d9b2712a6`](https://github.com/npm/npm/commit/d9b2712a670e5e78334e83f89a5ed49616f1f3d3) |
| 34 | + `[email protected]`: Downgraded to allow better deduplication. This does |
| 35 | + introduce a bunch of `hoek`-related audit reports, but they don't affect npm |
| 36 | + itself so we consider it safe. We'll upgrade `request` again once `node-gyp` |
| 37 | + unpins it. |
| 38 | + ([@simov](https://github.com/simov)) |
| 39 | +* [`2ac48f863`](https://github.com/npm/npm/commit/2ac48f863f90166b2bbf2021ed4cc04343d2503c) |
| 40 | + |
| 41 | + ([@MylesBorins](https://github.com/MylesBorins)) |
| 42 | +* [`8dc6d7640`](https://github.com/npm/npm/commit/8dc6d76408f83ba35bda77a2ac1bdbde01937349) |
| 43 | + `[email protected]`: `cli-table2` is unmaintained and required `lodash`. With |
| 44 | + this dependency bump, we've removed `lodash` from our tree, which cut back |
| 45 | + tarball size by another 300kb. |
| 46 | + ([@Turbo87](https://github.com/Turbo87)) |
| 47 | +* [`90c759fee`](https://github.com/npm/npm/commit/90c759fee6055cf61cf6709432a5e6eae6278096) |
| 48 | + |
| 49 | + ([@zkat](https://github.com/zkat)) |
| 50 | +* [`4231a0a1e`](https://github.com/npm/npm/commit/4231a0a1eb2be13931c3b71eba38c0709644302c) |
| 51 | + Add `cli-table3` to bundleDeps. |
| 52 | + ([@iarna](https://github.com/iarna)) |
| 53 | +* [`322d9c2f1`](https://github.com/npm/npm/commit/322d9c2f107fd82a4cbe2f9d7774cea5fbf41b8d) |
| 54 | + Make `standard` happy. |
| 55 | + ([@iarna](https://github.com/iarna)) |
| 56 | + |
| 57 | +### DOCS |
| 58 | + |
| 59 | +* [`5724983ea`](https://github.com/npm/npm/commit/5724983ea8f153fb122f9c0ccab6094a26dfc631) |
| 60 | + [#21165](https://github.com/npm/npm/pull/21165) |
| 61 | + Fix some markdown formatting in npm-disputes.md. |
| 62 | + ([@hchiam](https://github.com/hchiam)) |
| 63 | +* [`738178315`](https://github.com/npm/npm/commit/738178315fe48e463028657ea7ae541c3d63d171) |
| 64 | + [#20920](https://github.com/npm/npm/pull/20920) |
| 65 | + Explicitly state that republishing an unpublished package requires a 72h |
| 66 | + waiting period. |
| 67 | + ([@gmattie](https://github.com/gmattie)) |
| 68 | +* [`f0a372b07`](https://github.com/npm/npm/commit/f0a372b074cc43ee0e1be28dbbcef0d556b3b36c) |
| 69 | + Replace references to the old repo or issue tracker. We're at npm/cli now! |
| 70 | + ([@zkat](https://github.com/zkat)) |
| 71 | + |
| 72 | +## v6.2.0-next.1 (2018-07-05): |
| 73 | + |
| 74 | +This is a quick patch to the release to fix an issue that was preventing users |
| 75 | +from installing `npm@next`. |
| 76 | + |
| 77 | +* [`ecdcbd745`](https://github.com/npm/npm/commit/ecdcbd745ae1edd9bdd102dc3845a7bc76e1c5fb) |
| 78 | + [#21129](https://github.com/npm/npm/pull/21129) |
| 79 | + Remove postinstall script that depended on source files, thus preventing |
| 80 | + `npm@next` from being installable from the registry. |
| 81 | + ([@zkat](https://github.com/zkat)) |
| 82 | + |
| 83 | +## v6.2.0-next.0 (2018-06-28): |
| 84 | + |
| 85 | +### NEW FEATURES |
| 86 | + |
| 87 | +* [`ce0793358`](https://github.com/npm/npm/commit/ce07933588ec2da1cc1980f93bdaa485d6028ae2) |
| 88 | + [#20750](https://github.com/npm/npm/pull/20750) |
| 89 | + You can now disable the update notifier entirely by using |
| 90 | + `--no-update-notifier` or setting it in your config with `npm config set |
| 91 | + update-notifier false`. |
| 92 | + ([@travi](https://github.com/travi)) |
| 93 | +* [`d2ad776f6`](https://github.com/npm/npm/commit/d2ad776f6dcd92ae3937465736dcbca171131343) |
| 94 | + [#20879](https://github.com/npm/npm/pull/20879) |
| 95 | + When `npm run-script <script>` fails due to a typo or missing script, npm will |
| 96 | + now do a "did you mean?..." for scripts that do exist. |
| 97 | + ([@watilde](https://github.com/watilde)) |
| 98 | + |
| 99 | +### BUGFIXES |
| 100 | + |
| 101 | +* [`8f033d72d`](https://github.com/npm/npm/commit/8f033d72da3e84a9dbbabe3a768693817af99912) |
| 102 | + [#20948](https://github.com/npm/npm/pull/20948) |
| 103 | + Fix the regular expression matching in `xcode_emulation` in `node-gyp` to also |
| 104 | + handle version numbers with multiple-digit major versions which would |
| 105 | + otherwise break under use of XCode 10. |
| 106 | + ([@Trott](https://github.com/Trott)) |
| 107 | +* [`c8ba7573a`](https://github.com/npm/npm/commit/c8ba7573a4ea95789f674ce038762d6a77a8b047) |
| 108 | + Stop trying to hoist/dedupe bundles dependencies. |
| 109 | + ([@iarna](https://github.com/iarna)) |
| 110 | +* [`cd698f068`](https://github.com/npm/npm/commit/cd698f06840b7c9407ac802efa96d16464722a7d) |
| 111 | + [#20762](https://github.com/npm/npm/pull/20762) |
| 112 | + Add synopsis to brief help for `npm audit` and suppress trailing newline. |
| 113 | + ([@wyardley](https://github.com/wyardley)) |
| 114 | +* [`6808ee3bd`](https://github.com/npm/npm/commit/6808ee3bd59560b1334a18aa6c6e0120094b03c0) |
| 115 | + [#20881](https://github.com/npm/npm/pull/20881) |
| 116 | + Exclude /.github directory from npm tarball. |
| 117 | + ([@styfle](https://github.com/styfle)) |
| 118 | +* [`177cbb476`](https://github.com/npm/npm/commit/177cbb4762c1402bfcbf0636c4bc4905fd684fc1) |
| 119 | + [#21105](https://github.com/npm/npm/pull/21105) |
| 120 | + Add suggestion to use a temporary cache instead of `npm cache clear --force`. |
| 121 | + ([@karanjthakkar](https://github.com/karanjthakkar)) |
| 122 | + |
| 123 | +### DOCS |
| 124 | + |
| 125 | +* [`7ba3fca00`](https://github.com/npm/npm/commit/7ba3fca00554b884eb47f2ed661693faf2630b27) |
| 126 | + [#20855](https://github.com/npm/npm/pull/20855) |
| 127 | + Direct people to npm.community instead of the GitHub issue tracker on error. |
| 128 | + ([@zkat](https://github.com/zkat)) |
| 129 | +* [`88efbf6b0`](https://github.com/npm/npm/commit/88efbf6b0b403c5107556ff9e1bb7787a410d14d) |
| 130 | + [#20859](https://github.com/npm/npm/pull/20859) |
| 131 | + Fix typo in registry docs. |
| 132 | + ([@strugee](https://github.com/strugee)) |
| 133 | +* [`61bf827ae`](https://github.com/npm/npm/commit/61bf827aea6f98bba08a54e60137d4df637788f9) |
| 134 | + [#20947](https://github.com/npm/npm/pull/20947) |
| 135 | + Fixed a small grammar error in the README. |
| 136 | + ([@bitsol](https://github.com/bitsol)) |
| 137 | +* [`f5230c90a`](https://github.com/npm/npm/commit/f5230c90afef40f445bf148cbb16d6129a2dcc19) |
| 138 | + [#21018](https://github.com/npm/npm/pull/21018) |
| 139 | + Small typo fix in CONTRIBUTING.md. |
| 140 | + ([@reggi](https://github.com/reggi)) |
| 141 | +* [`833efe4b2`](https://github.com/npm/npm/commit/833efe4b2abcef58806f823d77ab8bb8f4f781c6) |
| 142 | + [#20986](https://github.com/npm/npm/pull/20986) |
| 143 | + Document current structure/expectations around package tarballs. |
| 144 | + ([@Maximaximum](https://github.com/Maximaximum)) |
| 145 | +* [`9fc0dc4f5`](https://github.com/npm/npm/commit/9fc0dc4f58d728bac6a8db7143d04863d7b653db) |
| 146 | + [#21019](https://github.com/npm/npm/pull/21019) |
| 147 | + Clarify behavior of `npm link ../path` shorthand. |
| 148 | + ([@davidgilbertson](https://github.com/davidgilbertson)) |
| 149 | +* [`3924c72d0`](https://github.com/npm/npm/commit/3924c72d06b9216ac2b6a9d951fd565a1d5eda89) |
| 150 | + [#21064](https://github.com/npm/npm/pull/21064) |
| 151 | + Add missing "if" |
| 152 | + ([@roblourens](https://github.com/roblourens)) |
| 153 | + |
| 154 | +### DEPENDENCY SHUFFLE! |
| 155 | + |
| 156 | +We did some reshuffling and moving around of npm's own dependencies. This |
| 157 | +significantly reduces the total bundle size of the npm pack, from 8MB to 4.8MB |
| 158 | +for the distributed tarball! We also moved around what we actually commit to the |
| 159 | +repo as far as devDeps go. |
| 160 | + |
| 161 | +* [`0483f5c5d`](https://github.com/npm/npm/commit/0483f5c5deaf18c968a128657923103e49f4e67a) |
| 162 | + Flatten and dedupe our dependencies! |
| 163 | + ([@iarna](https://github.com/iarna)) |
| 164 | +* [`ef9fa1ceb`](https://github.com/npm/npm/commit/ef9fa1ceb5f9d175fd453138b1a26d45a5071dfd) |
| 165 | + Remove unused direct dependency `ansi-regex`. |
| 166 | + ([@iarna](https://github.com/iarna)) |
| 167 | +* [`0d14b0bc5`](https://github.com/npm/npm/commit/0d14b0bc59812f4e33798194e11ffacbea3c0493) |
| 168 | + Reshuffle ansi-regex for better deduping. |
| 169 | + ([@iarna](https://github.com/iarna)) |
| 170 | +* [`68a101859`](https://github.com/npm/npm/commit/68a101859b2b6f78b2e7c3a936492acdb15f7c4a) |
| 171 | + Reshuffle strip-ansi for better deduping. |
| 172 | + ([@iarna](https://github.com/iarna)) |
| 173 | +* [`0d5251f97`](https://github.com/npm/npm/commit/0d5251f97dc8b8b143064869e530d465c757ffbb) |
| 174 | + Reshuffle is-fullwidth-code-point for better deduping. |
| 175 | + ([@iarna](https://github.com/iarna)) |
| 176 | +* [`2d0886632`](https://github.com/npm/npm/commit/2d08866327013522fc5fbe61ed872b8f30e92775) |
| 177 | + Add fake-registry, npm-registry-mock replacement. |
| 178 | + ([@iarna](https://github.com/iarna)) |
| 179 | + |
| 180 | +### DEPENDENCIES |
| 181 | + |
| 182 | +* [`8cff8eea7`](https://github.com/npm/npm/commit/8cff8eea75dc34c9c1897a7a6f65d7232bb0c64c) |
| 183 | + |
| 184 | + ([@zkat](https://github.com/zkat)) |
| 185 | +* [`bfc4f873b`](https://github.com/npm/npm/commit/bfc4f873bd056b7e3aee389eda4ecd8a2e175923) |
| 186 | + |
| 187 | + ([@zkat](https://github.com/zkat)) |
| 188 | +* [`532096163`](https://github.com/npm/npm/commit/53209616329119be8fcc29db86a43cc8cf73454d) |
| 189 | + |
| 190 | + ([@zkat](https://github.com/zkat)) |
| 191 | +* [`4a512771b`](https://github.com/npm/npm/commit/4a512771b67aa06505a0df002a9027c16a238c71) |
| 192 | + |
| 193 | + ([@iarna](https://github.com/iarna)) |
| 194 | +* [`b7cc48dee`](https://github.com/npm/npm/commit/b7cc48deee45da1feab49aa1dd4d92e33c9bcac8) |
| 195 | + |
| 196 | + ([@iarna](https://github.com/iarna)) |
| 197 | +* [`bae657c28`](https://github.com/npm/npm/commit/bae657c280f6ea8e677509a9576e1b47c65c5441) |
| 198 | + |
| 199 | + ([@iarna](https://github.com/iarna)) |
| 200 | +* [`3d46e5c4e`](https://github.com/npm/npm/commit/3d46e5c4e3c5fecd9bf05a7425a16f2e8ad5c833) |
| 201 | + |
| 202 | + ([@iarna](https://github.com/iarna)) |
| 203 | +* [`d0a905daf`](https://github.com/npm/npm/commit/d0a905dafc7e3fcd304e8053acbe3da40ba22554) |
| 204 | + |
| 205 | + ([@iarna](https://github.com/iarna)) |
| 206 | +* [`4fc1f815f`](https://github.com/npm/npm/commit/4fc1f815fec5a7f6f057cf305e01d4126331d1f2) |
| 207 | + |
| 208 | + ([@iarna](https://github.com/iarna)) |
| 209 | +* [`f72202944`](https://github.com/npm/npm/commit/f722029441a088d03df94bdfdeeec51cfd318659) |
| 210 | + |
| 211 | + ([@iarna](https://github.com/iarna)) |
| 212 | +* [`bdce96eb3`](https://github.com/npm/npm/commit/bdce96eb3c30fcff873aa3f1190e8ae4928d690b) |
| 213 | + |
| 214 | + ([@iarna](https://github.com/iarna)) |
| 215 | +* [`fe4240e85`](https://github.com/npm/npm/commit/fe4240e852144770bf76d7b1952056ca5baa63cf) |
| 216 | + |
| 217 | + ([@zkat](https://github.com/zkat)) |
| 218 | + |
1 | 219 | ## v6.1.0 (2018-05-17):
|
2 | 220 |
|
3 | 221 | ### FIX WRITE AFTER END ERROR
|
|
0 commit comments