| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | *.swp | |
| 2 | 2 | .*.swp | |
| 3 | 3 | npm-debug.log | |
| 4 | + /.github | ||
| 4 | 5 | /test | |
| 5 | 6 | node_modules/marked | |
| 6 | 7 | node_modules/ronn | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -570,3 +570,17 @@ Tieme van Veen <tiemevanveen@hotmail.com> | |||
| 570 | 570 | Finn Pauls <derfinn@gmail.com> | |
| 571 | 571 | Jeremy Kahn <jeremyckahn@gmail.com> | |
| 572 | 572 | Mertcan Mermerkaya <mertcan@mermerkaya.net> | |
| 573 | + Will Yardley <wyardley@users.noreply.github.com> | ||
| 574 | + Matt Travi <github@travi.org> | ||
| 575 | + Solomon Victorino <solomonvictorino@gmail.com> | ||
| 576 | + Rich Trott <rtrott@gmail.com> | ||
| 577 | + Maksym Kobieliev <maximaximums@gmail.com> | ||
| 578 | + Thomas Reggi <socialtr@gmail.com> | ||
| 579 | + David Gilbertson <gilbertson.david@gmail.com> | ||
| 580 | + Rob Lourens <roblourens@gmail.com> | ||
| 581 | + Karan Thakkar <karanjthakkar@gmail.com> | ||
| 582 | + Howard T. Chiam <hchiam@users.noreply.github.com> | ||
| 583 | + Geoffrey Mattie <info@geoffreymattie.com> | ||
| 584 | + Luis Lobo Borobia <luislobo@gmail.com> | ||
| 585 | + Aaron Tribou <tribou@users.noreply.github.com> | ||
| 586 | + 刘祺 <gucong@gmail.com> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,221 @@ | |||
| 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 `npm@6.2.0` 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 | + `request@2.81.0`: 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 | + `node-gyp@3.7.0` | ||
| 41 | + ([@MylesBorins](https://github.com/MylesBorins)) | ||
| 42 | + * [`8dc6d7640`](https://github.com/npm/npm/commit/8dc6d76408f83ba35bda77a2ac1bdbde01937349) | ||
| 43 | + `cli-table3@0.5.0`: `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 | + `npm-audit-report@1.3.1` | ||
| 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 | + `tar@4.4.3` | ||
| 184 | + ([@zkat](https://github.com/zkat)) | ||
| 185 | + * [`bfc4f873b`](https://github.com/npm/npm/commit/bfc4f873bd056b7e3aee389eda4ecd8a2e175923) | ||
| 186 | + `pacote@8.1.6` | ||
| 187 | + ([@zkat](https://github.com/zkat)) | ||
| 188 | + * [`532096163`](https://github.com/npm/npm/commit/53209616329119be8fcc29db86a43cc8cf73454d) | ||
| 189 | + `libcipm@2.0.0` | ||
| 190 | + ([@zkat](https://github.com/zkat)) | ||
| 191 | + * [`4a512771b`](https://github.com/npm/npm/commit/4a512771b67aa06505a0df002a9027c16a238c71) | ||
| 192 | + `request@2.87.0` | ||
| 193 | + ([@iarna](https://github.com/iarna)) | ||
| 194 | + * [`b7cc48dee`](https://github.com/npm/npm/commit/b7cc48deee45da1feab49aa1dd4d92e33c9bcac8) | ||
| 195 | + `which@1.3.1` | ||
| 196 | + ([@iarna](https://github.com/iarna)) | ||
| 197 | + * [`bae657c28`](https://github.com/npm/npm/commit/bae657c280f6ea8e677509a9576e1b47c65c5441) | ||
| 198 | + `tar@4.4.4` | ||
| 199 | + ([@iarna](https://github.com/iarna)) | ||
| 200 | + * [`3d46e5c4e`](https://github.com/npm/npm/commit/3d46e5c4e3c5fecd9bf05a7425a16f2e8ad5c833) | ||
| 201 | + `JSONStream@1.3.3` | ||
| 202 | + ([@iarna](https://github.com/iarna)) | ||
| 203 | + * [`d0a905daf`](https://github.com/npm/npm/commit/d0a905dafc7e3fcd304e8053acbe3da40ba22554) | ||
| 204 | + `is-cidr@2.0.6` | ||
| 205 | + ([@iarna](https://github.com/iarna)) | ||
| 206 | + * [`4fc1f815f`](https://github.com/npm/npm/commit/4fc1f815fec5a7f6f057cf305e01d4126331d1f2) | ||
| 207 | + `marked@0.4.0` | ||
| 208 | + ([@iarna](https://github.com/iarna)) | ||
| 209 | + * [`f72202944`](https://github.com/npm/npm/commit/f722029441a088d03df94bdfdeeec51cfd318659) | ||
| 210 | + `tap@12.0.1` | ||
| 211 | + ([@iarna](https://github.com/iarna)) | ||
| 212 | + * [`bdce96eb3`](https://github.com/npm/npm/commit/bdce96eb3c30fcff873aa3f1190e8ae4928d690b) | ||
| 213 | + `npm-profile@3.0.2` | ||
| 214 | + ([@iarna](https://github.com/iarna)) | ||
| 215 | + * [`fe4240e85`](https://github.com/npm/npm/commit/fe4240e852144770bf76d7b1952056ca5baa63cf) | ||
| 216 | + `uuid@3.3.2` | ||
| 217 | + ([@zkat](https://github.com/zkat)) | ||
| 218 | + | ||
| 1 | 219 | ## v6.1.0 (2018-05-17): | |
| 2 | 220 | ||
| 3 | 221 | ### FIX WRITE AFTER END ERROR | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | * [Roles](#roles) | |
| 7 | 7 | * [Community Members](#community-members) | |
| 8 | 8 | * [Collaborators](#collaborators) | |
| 9 | - * [npm, Inc Employeees](#npm-inc-employees) | ||
| 9 | + * [npm, Inc Employees](#npm-inc-employees) | ||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | 12 | ## Introduction | |
@@ -59,15 +59,15 @@ Collaborators who become inactive for 3 months or longer may have their collabor | |||
| 59 | 59 | * Only answer questions when they know the answer, and provide a reference to the answer. | |
| 60 | 60 | * If collaborators aren't totally confident about their answer, please leave the issue and try another one. | |
| 61 | 61 | * If they've responded to an issue, it becomes their responsibility to see it to resolution. | |
| 62 | - * Close issues if there's no response within a month. | ||
| 63 | 62 | * Defer to fellow Collaborators & npm employees for answers (Again, please don't @ collaborators or npm employees, thank you!) | |
| 64 | - * Make sure to search for [the troubleshooting doc](./TROUBLESHOOTING.md) and search on the issue tracker for similar issues before opening a new one. | ||
| 63 | + * Make sure to search [the troubleshooting posts on npm.community](https://npm.community/c/support/troubleshooting) and search the rest of the forum for similar topics. | ||
| 65 | 64 | ||
| 66 | 65 | ### npm, Inc Employees | |
| 67 | 66 | ||
| 68 | 67 | Folks who work at npm, Inc, who have a responsibility to ensure the stability and functionality of the tools npm offers. | |
| 69 | 68 | ||
| 70 | 69 | #### Abilities | |
| 70 | + | ||
| 71 | 71 | * Label/triage new issues | |
| 72 | 72 | * Respond to ongoing issues | |
| 73 | 73 | * Close resolved issues | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ npm(1) -- a JavaScript package manager | |||
| 7 | 7 | ||
| 8 | 8 | This is just enough info to get you up and running. | |
| 9 | 9 | ||
| 10 | - Much more info available via `npm help` once it's installed. | ||
| 10 | + Much more info will be available via `npm help` once it's installed. | ||
| 11 | 11 | ||
| 12 | 12 | ## IMPORTANT | |
| 13 | 13 | ||
@@ -153,7 +153,7 @@ you should [read this](https://docs.npmjs.com/misc/developers). | |||
| 153 | 153 | When you find issues, please report them: | |
| 154 | 154 | ||
| 155 | 155 | * web: | |
| 156 | - <https://github.com/npm/npm/issues> | ||
| 156 | + <https://npm.community/c/bugs> | ||
| 157 | 157 | ||
| 158 | 158 | Be sure to include *all* of the output from the npm command that didn't work | |
| 159 | 159 | as expected. The `npm-debug.log` file is also helpful to provide. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments