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

52.md (5487B)


      1 # PR #52 yargs@6.4.0 breaks build ⚠️
      2 
      3 - **Status:** closed
      4 - **Author:** @greenkeeperio-bot
      5 - **Created:** 2016-11-14T21:13:04Z
      6 - **Branch:** greenkeeper-yargs-6.4.0 → master
      7 - **Closed:** 2016-12-24T16:44:27Z
      8 - **Labels:** greenkeeper
      9 - **Diff:** [52.diff](./52.diff)
     10 
     11 ---
     12 
     13 Hello lovely humans,
     14 
     15 [yargs](https://www.npmjs.com/package/yargs) just published its new version 6.4.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.4.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 [GitHub Release](https://github.com/yargs/yargs/releases/tag/v6.4.0)
     70 
     71 <h3>Bug Fixes</h3>
     72 
     73 <ul>
     74 <li>
     75 <strong>locales:</strong> correct some Russian translations (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/691">#691</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/a980671">a980671</a>)</li>
     76 </ul>
     77 
     78 <h3>Features</h3>
     79 
     80 <ul>
     81 <li>
     82 <strong>locales:</strong> Added Belarusian translation (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/690">#690</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/68dac1f">68dac1f</a>)</li>
     83 <li>
     84 <strong>locales:</strong> Create nl.json (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/687">#687</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/46ce1bb">46ce1bb</a>)</li>
     85 <li>update to yargs-parser that addresses <a href="https://urls.greenkeeper.io/yargs/yargs/issues/598">#598</a>, <a href="https://urls.greenkeeper.io/yargs/yargs/issues/617">#617</a> (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/700">#700</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/54cb31d">54cb31d</a>)</li>
     86 <li>yargs is now passed as the third-argument to fail handler (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/613">#613</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/21b74f9">21b74f9</a>)</li>
     87 </ul>
     88 
     89 <h3>Performance Improvements</h3>
     90 
     91 <ul>
     92 <li>normalizing package data is an expensive operation (<a href="https://urls.greenkeeper.io/yargs/yargs/issues/705">#705</a>) (<a href="https://urls.greenkeeper.io/yargs/yargs/commit/49cf533">49cf533</a>)</li>
     93 </ul>
     94 
     95 ---
     96 The new version differs by 10 commits .
     97 
     98 - [`bf6707e`](https://github.com/yargs/yargs/commit/bf6707ef59ff2a9b5870779cf11d4d4ce1b23685) <code>chore(release): 6.4.0</code>
     99 - [`8507390`](https://github.com/yargs/yargs/commit/8507390c4c31fe464ec820efcac20e39439e64fe) <code>chore: add camelcase to greenkeeper ignore, until we drop 0.10 support (#704)</code>
    100 - [`49cf533`](https://github.com/yargs/yargs/commit/49cf53390290c79c573fee45eb5557756f75629d) <code>perf: normalizing package data is an expensive operation (#705)</code>
    101 - [`8f4c7cf`](https://github.com/yargs/yargs/commit/8f4c7cf85208be2b30daec94bed56c4e8a33566e) <code>docs: nit, make test description reflect API, not application of API</code>
    102 - [`21b74f9`](https://github.com/yargs/yargs/commit/21b74f91ca63df2eb885de1f8926f92d702faf51) <code>feat: yargs is now passed as the third-argument to fail handler (#613)</code>
    103 - [`54cb31d`](https://github.com/yargs/yargs/commit/54cb31db8510f6b9dcae0939a6c36c028f454bea) <code>feat: update to yargs-parser that addresses #598, #617 (#700)</code>
    104 - [`8bbca63`](https://github.com/yargs/yargs/commit/8bbca63a45990dc799c716ec1c868326f0ca7127) <code>chore(package): update cross-spawn to version 5.0.1</code>
    105 - [`a980671`](https://github.com/yargs/yargs/commit/a980671ceae7b8895f120026c9eb243d262cc5d0) <code>fix(locales): correct some Russian translations (#691)</code>
    106 - [`68dac1f`](https://github.com/yargs/yargs/commit/68dac1f7740649f56df51e0655ff509b85e33756) <code>feat(locales): Added Belarusian translation (#690)</code>
    107 - [`46ce1bb`](https://github.com/yargs/yargs/commit/46ce1bb3f980d30355a0b52d83c0d1f995a4996a) <code>feat(locales): Create nl.json (#687)</code>
    108 
    109 See the [full diff](https://github.com/yargs/yargs/compare/164efb6741e71f91bd6071b5d9069e417277a3c4...bf6707ef59ff2a9b5870779cf11d4d4ce1b23685).
    110 
    111 ---
    112 This pull request was created by [greenkeeper.io](https://greenkeeper.io/).
    113 
    114 <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>
    115 
    116 <!-- Reviewable:start -->
    117 ---
    118 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/52)
    119 <!-- Reviewable:end -->
    120 
    121