Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Update yargs to the latest version 🚀 #16

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 10, 2017

Version 7.0.2 of yargs just got published.

Dependency yargs
Current Version 6.6.0
Type dependency

The version 7.0.2 is not covered by your current version range.

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.

I recommend you look into these changes and try to get onto the latest version of yargs.
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.


Commits

The new version differs by 29 commits .

  • 8756a3c chore(release): 7.0.2
  • fa86602 chore: fix test message
  • b3eb2fe fix: populating placeholder arguments broke validation
  • 82c7a4e use console.log instead of util.print, fix #813
  • 4df3a10 chore(release): 7.0.1
  • 9c03fa4 fix: --help with default command should print top-level help (#810)
  • 5334370 docs: env vars now take precedence over config file/objects (#808)
  • bc56468 docs: a couple small twaks to the CHANGELOG
  • 57dc7b5 chore(release): 7.0.0
  • f3f074b fix: positional arguments of sub-commands threw strict() exception (#805)
  • a607061 fix: console.warn() rather than throwing errors when api signatures are incorrect (#804)
  • d78a0f5 feat: introduces support for default commands, using the '*' identifier (#785)
  • 8a992f5 fix: errors were not bubbling appropriately from sub-commands to top-level (#802)
  • 07e39b7 fix: running parse() multiple times on the same yargs instance caused exception if help() enabled (#790)
  • 48575cd fix: context variables are now recognized in strict() mode (#796)

There are 29 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2017

Version 7.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits .

  • e7359d6 chore(release): 7.1.0
  • c357412 docs: switch to conventional commits badge [ci skip] (#850)
  • 17e89bd fix: we shouldn't output help if we've printed a prior help-like message (#847)
  • 50c9acd chore: add editorconfig (#848)
  • 360e301 fix: get terminalWidth in non interactive mode no longer causes a validation exception (#837)
  • fde0564 feat: add support for numeric commands (#825)
  • c748dd2 fix: fix demandOption no longer treats 'false' as truthy (#829)
  • e0b4efb test: Made unit test passing with node-chakracore

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 3, 2017

Version 8.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits0.

  • bead82c chore(release): 8.0.1
  • 692ee20 chore: update description for strict()
  • 88b61b8 chore: upgrade dependencies (#872)
  • 4c824c9 docs: made a few tweaks to CHANGELOG
  • 6944e97 chore(release): 8.0.0
  • 8f9c6c6 chore: upgrade yargs-parser (#867)
  • 17e3567 fix: help now takes precedence over command recommendation (#866)
  • 89456d9 feat: allow extends to inherit from a module (#865)
  • e28ded3 fix: positional arguments now work if no handler is provided to inner command (#864)
  • 73b5733 chore: upgrade nyc
  • baba863 fix: commands are now applied in order, from left to right (#857)
  • 6f78c05 feat: allow strict mode to be disabled (#840)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2017

Version 8.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 30a1872 chore(release): 8.0.2
  • df57dfa chore: upgrade standard-version
  • 7de5b91 chore: finally splitting README.md into a few sections (#892)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2017

Version 9.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 24 commits.

  • d1b23f3 chore(release): 9.0.1
  • ac8088b fix: implications fails only displayed once (#954)
  • 73be236 chore(release): 9.0.0
  • 0e0c58d fix: strict mode should not fail for hidden options (#949)
  • c240661 fix: address bug with handling of arrays of implications
  • abdc7da feat: allow implies and conflicts to accept array values (#922)
  • a9f03e7 feat: allow parse with no arguments as alias for yargs.argv (#944)
  • 792564d feat: to allow both undefined and nulls, for benefit of TypeScript (#945)
  • 71c7ec7 fix: exclude positional arguments from completion output (#927)
  • a40cbc9 refactor: ES6ify (#937)
  • 767d0d0 refactor: Use native Object.assign (#936)
  • a2c0fef docs: correct typos in example.md (#934)
  • 1d56df3 chore(package): Change engine node version to >=4 (#926)
  • ab592c3 docs: add link to community slack (#930)
  • 1ef44e0 feat: enable .help() and .version() by default (#912)

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2017

Version 10.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • 968ee06 chore(release): 10.0.3
  • c351685 fix: parse array rather than string, so that quotes are safe (#993)
  • 0684741 chore(release): 10.0.2
  • 7871327 fix: fix tiny spacing issue with usage (#992)
  • d1cbc75 docs: be more shameless about gratipay
  • 532c60e docs: describe hidden option in right place
  • 4043c16 docs: add note about options
  • 38d88d4 chore: new translations for API overhaul for locale: HI (Hindi) (#991)
  • 180b5eb chore(release): 10.0.1
  • cd1ca15 fix: help strings for nested commands were missing parent commands (#990)
  • 3c8ac1d fix: use correct completion command in generated completion script (#988)
  • 8515e4f docs: nit in CHANGELOG
  • 4b8cfa9 docs: slight tweaks to CHANGELOG
  • c809cbe chore(release): 10.0.0
  • fc13dcd chore: new translations for command API overhaul (#976)

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 10.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 232f9ca chore(release): 10.1.1
  • e87f487 docs: fix middlware docs (#1037)
  • 331d103 fix: Add dirname sanity check on findUp (#1036)
  • 0942a15 chore: use chai 4.x (#1033)
  • f4d01d0 chore(release): 10.1.0
  • 92faada chore: add test for happy path of async command handler (#1034)
  • 241124b feat: async command handlers (#1001)
  • 6f4640d chore: docs, clarify test a bit
  • 37915fb test: add failing test for scientific notation (#1019)
  • c8adffb docs: remove left over line talking about git-tap donations
  • a5ac213 feat: add Norwegian Nynorsk translations (#1028)
  • 6b857d2 chore: explicitly update dependencies (#1023)
  • c679e90 fix: 'undefined' should be taken to mean no argument was provided (#1015)
  • a70b285 docs: fix small typo
  • 77b8dbc feat: middleware (#881)

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2018

Version 11.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 57a39cb chore(release): 11.0.0
  • a3ddacc feat: requiresArg is now simply an alias for nargs(1) (#1054)
  • 2b56812 fix: Set implicit nargs=1 when type=number requiresArg=true (#1050)
  • 6bad6a9 chore(release): 10.1.2
  • fbf41ae fix: requiresArg should only be enforced if argument exists (#1043)

See the full diff

@CLAassistant
Copy link

CLAassistant commented Aug 13, 2019

CLA assistant check
All committers have signed the CLA.

@cgdibble cgdibble closed this Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants