freifunk-bot.meta

Issues/PRs archive for MTRNord/freifunk-bot
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.meta.git
Log | Files | Refs

26.md (4945B)


      1 # PR #26 Update yargs to version 6.0.0 🚀
      2 
      3 - **Status:** merged
      4 - **Author:** @greenkeeperio-bot
      5 - **Created:** 2016-09-30T17:08:49Z
      6 - **Branch:** greenkeeper-yargs-6.0.0 → master
      7 - **Merged:** 2016-09-30T18:41:12Z
      8 - **Labels:** greenkeeper
      9 - **Diff:** [26.diff](./26.diff)
     10 
     11 ---
     12 
     13 Hello lovely humans,
     14 
     15 [yargs](https://www.npmjs.com/package/yargs) just published its new version 6.0.0.
     16 
     17 <table>
     18   <tr>
     19     <th align=left>
     20       State
     21     </th>
     22     <td>
     23       Update :rocket:
     24     </td>
     25   </tr>
     26   <tr>
     27     <th align=left>
     28       Dependency
     29     </td>
     30     <td>
     31       yargs
     32     </td>
     33   </tr>
     34   <tr>
     35     <th align=left>
     36       New version
     37     </td>
     38     <td>
     39       6.0.0
     40     </td>
     41   </tr>
     42   <tr>
     43     <th align=left>
     44       Type
     45     </td>
     46     <td>
     47       dependency
     48     </td>
     49   </tr>
     50 </table>
     51 
     52 
     53 This version is **not covered** by your **current version range**.
     54 
     55 Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
     56 
     57 I recommend you look into these changes and try to get onto the latest version of yargs.
     58 Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
     59 
     60 Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
     61 Are you unsure about how things are supposed to work?
     62 
     63 There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new).
     64 
     65 Good luck with your project :sparkles:
     66 
     67 You rock!
     68 
     69 :palm_tree:
     70 
     71 ---
     72 
     73 The new version differs by 22 commits .
     74 - [`23cf836`](https://github.com/yargs/yargs/commit/23cf8366226c3bf3eb6ce12410a12d4209c4a793) <code>docs: fix cruft in changelog</code>
     75 - [`99b61f4`](https://github.com/yargs/yargs/commit/99b61f4c02db823c179588d4b2233af25dd73352) <code>chore(release): 6.0.0</code>
     76 - [`92a551b`](https://github.com/yargs/yargs/commit/92a551b5bcdbfbfe6db79a03a1d02e67337f8f2b) <code>chore: rename version to release</code>
     77 - [`cc1224e`](https://github.com/yargs/yargs/commit/cc1224e7eee001af6a9b9126898b428c053344b9) <code>chore: upgrade yargs-parser (#633)</code>
     78 - [`ad3146f`](https://github.com/yargs/yargs/commit/ad3146fd2e2f6f0211582f7311d9ef7dd2adf041) <code>fix: drop lodash.assign (#641)</code>
     79 - [`16923fe`](https://github.com/yargs/yargs/commit/16923fe67c0861ea0aa97c3758bd9735199ab329) <code>chore: add greenkeeper ignore rule for string-width, which no longer supports Node 0.10 (#634)</code>
     80 - [`658a34c`](https://github.com/yargs/yargs/commit/658a34c44b568c85146e388c05623ae7fcb8a2f9) <code>fix: for args that have skipValidation set to `true`, check if the parsed arg is `true` (#619)</code>
     81 - [`0be7bf3`](https://github.com/yargs/yargs/commit/0be7bf35c1a6aba3eb4c0b57b07ab85c8cd4d3c5) <code>Merge pull request #636 from yargs/greenkeeper-standard-8.2.0</code>
     82 - [`3bc3889`](https://github.com/yargs/yargs/commit/3bc3889364ec1f7fdf9ba1d8776a486344bd548c) <code>Merge pull request #639 from yargs/greenkeeper-es6-promise-4.0.2</code>
     83 - [`1f98550`](https://github.com/yargs/yargs/commit/1f98550c64bdddf7911bd98d6c86440dc7f491da) <code>chore(package): update es6-promise to version 4.0.2</code>
     84 - [`767ac9d`](https://github.com/yargs/yargs/commit/767ac9d66e83ebcb15546fb37250004aaf9620d6) <code>chore(package): update standard to version 8.2.0</code>
     85 - [`4f29de6`](https://github.com/yargs/yargs/commit/4f29de630ee1d77ac28d1393b5ca4aa4c08bc71b) <code>feat: make opts object optional for .option() (#624)</code>
     86 - [`c301f42`](https://github.com/yargs/yargs/commit/c301f42a2ddc4ffcf5e8970299c65f5897279f82) <code>fix: upgrade standard, and fix appveyor config so that it works with newest standard (#607)</code>
     87 - [`1613f27`](https://github.com/yargs/yargs/commit/1613f271f77bfeb0d0d301c8af4745bf2c4579eb) <code>style: clean up indentation in options block (#615)</code>
     88 - [`cbc3636`](https://github.com/yargs/yargs/commit/cbc36360b5abab42384f42c8ffab7083a28b1961) <code>perf: defer windowWidth() to improve perf for non-help usage (#610)</code>
     89 
     90 There are 22 commits in total. See the [full diff](https://github.com/yargs/yargs/compare/985b1ba1201f06d80e57af2f2e0c57221230458f...23cf8366226c3bf3eb6ce12410a12d4209c4a793).
     91 
     92 ---
     93 
     94 This pull request was created by [greenkeeper.io](https://greenkeeper.io/).
     95 
     96 <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>
     97 
     98 <!-- Reviewable:start -->
     99 
    100 ---
    101 
    102 This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/mtrnord/nordlab-hackerspace-door/26)
    103 
    104 <!-- Reviewable:end -->
    105 
    106