107.md (4884B)
1 # PR #107 Update yargs to the latest version 🚀 2 3 - **Status:** merged 4 - **Author:** @greenkeeper[bot] 5 - **Created:** 2017-09-18T00:16:27Z 6 - **Branch:** greenkeeper/yargs-9.0.1 → master 7 - **Merged:** 2017-09-18T09:17:39Z 8 - **Labels:** greenkeeper 9 - **Diff:** [107.diff](./107.diff) 10 11 --- 12 13 14 ## Version **9.0.1** of [yargs](https://github.com/yargs/yargs) just got published. 15 16 <table> 17 <tr> 18 <th align=left> 19 Dependency 20 </td> 21 <td> 22 yargs 23 </td> 24 </tr> 25 <tr> 26 <th align=left> 27 Current Version 28 </td> 29 <td> 30 8.0.2 31 </td> 32 </tr> 33 <tr> 34 <th align=left> 35 Type 36 </td> 37 <td> 38 dependency 39 </td> 40 </tr> 41 </table> 42 43 The version **9.0.1** is **not covered** by your **current version range**. 44 45 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. 46 47 I recommend you look into these changes and try to get onto the latest version of yargs. 48 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. 49 50 51 --- 52 53 54 <details> 55 <summary>Commits</summary> 56 <p>The new version differs by 24 commits.</p> 57 <ul> 58 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/d1b23f33ccff1a4f3f342204fc9596c9a33e703a"><code>d1b23f3</code></a> <code>chore(release): 9.0.1</code></li> 59 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/ac8088bf70bd27aa10268afb0d63bcf3a4a8016f"><code>ac8088b</code></a> <code>fix: implications fails only displayed once (#954)</code></li> 60 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/73be2364d0afe11a29696caddbf3aa2ea0c9aadc"><code>73be236</code></a> <code>chore(release): 9.0.0</code></li> 61 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/0e0c58dd737f856ee4b3d595ddfb835247db9503"><code>0e0c58d</code></a> <code>fix: strict mode should not fail for hidden options (#949)</code></li> 62 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/c240661c27a69fdd2bae401919a9ad31ccd1be01"><code>c240661</code></a> <code>fix: address bug with handling of arrays of implications</code></li> 63 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/abdc7da9d60e48b105034a255f62e3d6f10c6650"><code>abdc7da</code></a> <code>feat: allow implies and conflicts to accept array values (#922)</code></li> 64 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/a9f03e712a2176d348c34def80d7107adda2ba0e"><code>a9f03e7</code></a> <code>feat: allow parse with no arguments as alias for yargs.argv (#944)</code></li> 65 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/792564d954d5143b2b57b05aaca4007780f5b728"><code>792564d</code></a> <code>feat: to allow both undefined and nulls, for benefit of TypeScript (#945)</code></li> 66 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/71c7ec72bc18ff8a449522c3b9b4ee293cf25e49"><code>71c7ec7</code></a> <code>fix: exclude positional arguments from completion output (#927)</code></li> 67 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/a40cbc95277037b614c6a36b817ad31d4327fdae"><code>a40cbc9</code></a> <code>refactor: ES6ify (#937)</code></li> 68 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/767d0d04b6e9df41e7d02bef9e2fcc5f6c674480"><code>767d0d0</code></a> <code>refactor: Use native Object.assign (#936)</code></li> 69 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/a2c0fefc4e1fe5300309c0bb5eb0ebfc254e4982"><code>a2c0fef</code></a> <code>docs: correct typos in example.md (#934)</code></li> 70 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/1d56df34f7bfddd5b9b02e1b9879ca8e62f13970"><code>1d56df3</code></a> <code>chore(package): Change engine node version to >=4 (#926)</code></li> 71 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/ab592c3920424a1dc5eabac486b138f7e067eddc"><code>ab592c3</code></a> <code>docs: add link to community slack (#930)</code></li> 72 <li><a href="https://urls.greenkeeper.io/yargs/yargs/commit/1ef44e03ef1a2779f92bd979984a6bab3a671ee9"><code>1ef44e0</code></a> <code>feat: enable .help() and .version() by default (#912)</code></li> 73 </ul> 74 <p>There are 24 commits in total.</p> 75 <p>See the <a href="https://urls.greenkeeper.io/yargs/yargs/compare/30a18720759163ec1a5f6ca54ecb9e089da8b5a0...d1b23f33ccff1a4f3f342204fc9596c9a33e703a">full diff</a></p> 76 </details> 77 78 <details> 79 <summary>Not sure how things should work exactly?</summary> 80 81 There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new). 82 </details> 83 84 85 --- 86 87 88 Your [Greenkeeper](https://greenkeeper.io) Bot :palm_tree: 89 90 91