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

66.md (4541B)


      1 # PR #66 yargs@6.6.0 breaks build ⚠️
      2 
      3 - **Status:** merged
      4 - **Author:** @greenkeeperio-bot
      5 - **Created:** 2016-12-30T17:01:23Z
      6 - **Branch:** greenkeeper-yargs-6.6.0 → master
      7 - **Merged:** 2017-01-14T11:06:55Z
      8 - **Labels:** greenkeeper
      9 - **Diff:** [66.diff](./66.diff)
     10 
     11 ---
     12 
     13 Hello lovely humans,
     14 
     15 [yargs](https://www.npmjs.com/package/yargs) just published its new version 6.6.0.
     16 
     17 <table>
     18   <tr>
     19     <th align=left>
     20       State
     21     </th>
     22     <td>
     23       Failing tests :warning:
     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.6.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 This version is **covered** by your **current version range** and after updating it in your project **the build kept failing**.
     53 
     54 **It looks like your project, in its current form, is malfunctioning** and this update didn’t really change that. I don’t want to leave you in the dark about updates though. I recommend you get your project passing and then check the impact of this update again.
     55 
     56 
     57 Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
     58 Are you unsure about how things are supposed to work?
     59 
     60 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).
     61 
     62 Good luck with your project :sparkles:
     63 
     64 You rock!
     65 
     66 :palm_tree:
     67 
     68 ---
     69 The new version differs by 23 commits .
     70 
     71 - [`e5613f0`](https://github.com/yargs/yargs/commit/e5613f0355dbf75f6e4c51836affb20b4ef0e2fc) <code>chore(release): 6.6.0</code>
     72 - [`19a897b`](https://github.com/yargs/yargs/commit/19a897b1c0e118194938a2e60c54ac6cabc655b2) <code>refactor: use process.stdout.columns instead of window-size (#737)</code>
     73 - [`66573c8`](https://github.com/yargs/yargs/commit/66573c82ed1479eb6ba9bf654463e3ca2d99c6dc) <code>feat: split demand() into demandCommand()/demandOption() (#740)</code>
     74 - [`5883779`](https://github.com/yargs/yargs/commit/5883779b1a3fc6a88b12fa9abe45c82f2ab79a2e) <code>feat: implement conflicts() for defining mutually exclusive arguments; thanks @madcampos! (#741)</code>
     75 - [`f755e27`](https://github.com/yargs/yargs/commit/f755e2756b227555e0f11e58ecfb6bc1a38cbca0) <code>fix: [object Object] was accidentally being populated on options object (#736)</code>
     76 - [`27e1a57`](https://github.com/yargs/yargs/commit/27e1a57825bc949cec0f33c802124046499953a4) <code>feat: support for positional argument aliases (#727)</code>
     77 - [`9bdaab7`](https://github.com/yargs/yargs/commit/9bdaab7ebffbfb70e76fa4067c3cafb4a700ef10) <code>fix: do not use cwd when resolving package.json for yargs parsing config (#726)</code>
     78 - [`51af0a6`](https://github.com/yargs/yargs/commit/51af0a640ba3df0f86b9ed1dd01ade018af6b279) <code>chore(release): 6.5.0</code>
     79 - [`702995a`](https://github.com/yargs/yargs/commit/702995a04648460ac5a4c7c531e26c6b4750f38f) <code>feat: pull in yargs-parser introducing additional settings (#688), and fixing #716 (#722)</code>
     80 - [`30a9492`](https://github.com/yargs/yargs/commit/30a94921d6a551a05f4dfa82d1ddc722f3028957) <code>fix: still freeze/unfreeze if parse() is called in isolation (#717)</code>
     81 - [`84c69cc`](https://github.com/yargs/yargs/commit/84c69cc467c7c629022098152548bb7c331efbbf) <code>docs: use https for image URL at README.md (#718)</code>
     82 - [`00d6513`](https://github.com/yargs/yargs/commit/00d6513560a0fce3558cfbe6e244c80f8b1b3c54) <code>chore(package): update nyc to version 10.0.0</code>
     83 - [`6d17938`](https://github.com/yargs/yargs/commit/6d179384475468c966ad2c3c2ac3d745ca04bde8) <code>chore(package): update nyc to version 9.0.1</code>
     84 - [`bf6707e`](https://github.com/yargs/yargs/commit/bf6707ef59ff2a9b5870779cf11d4d4ce1b23685) <code>chore(release): 6.4.0</code>
     85 - [`8507390`](https://github.com/yargs/yargs/commit/8507390c4c31fe464ec820efcac20e39439e64fe) <code>chore: add camelcase to greenkeeper ignore, until we drop 0.10 support (#704)</code>
     86 
     87 
     88 There are 23 commits in total. See the [full diff](https://github.com/yargs/yargs/compare/164efb6741e71f91bd6071b5d9069e417277a3c4...e5613f0355dbf75f6e4c51836affb20b4ef0e2fc).
     89 
     90 ---
     91 This pull request was created by [greenkeeper.io](https://greenkeeper.io/).
     92 
     93 <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>
     94