chore(deps): update dependency yargs to ^11.0.0 #5269
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency yargs from
^6.3.0
to^11.0.0
Release Notes
v7.0.0
Bug Fixes
Features
BREAKING CHANGES
extends
key in config file is now used for extending other config filesv7.0.1
Bug Fixes
v7.0.2
Bug Fixes
v7.1.0
Bug Fixes
Features
7.0.2 (2017-03-10)
Bug Fixes
7.0.1 (2017-03-03)
Bug Fixes
v8.0.0
Bug Fixes
Chores
Features
BREAKING CHANGES
v9.0.0
Bug Fixes
Features
BREAKING CHANGES
8.0.2 (2017-06-12)
8.0.1 (2017-05-02)
v10.0.0
Bug Fixes
Features
BREAKING CHANGES
v10.1.0
Bug Fixes
Features
10.0.3 (2017-10-21)
Bug Fixes
10.0.2 (2017-10-21)
Bug Fixes
10.0.1 (2017-10-19)
Bug Fixes
v11.0.0
Bug Fixes
Features
BREAKING CHANGES
10.1.2 (2018-01-17)
Bug Fixes
10.1.1 (2018-01-09)
Bug Fixes
dirname
sanity check onfindUp
(#1036) (331d103)Commits
v7.1.0
17e89bd
fix: we shouldn't output help if we've printed a prior help-like message (#847)c357412
docs: switch to conventional commits badge [ci skip] (#850)e7359d6
chore(release): 7.1.0v8.0.0
89456d9
feat: allow extends to inherit from a module (#865)17e3567
fix: help now takes precedence over command recommendation (#866)8f9c6c6
chore: upgrade yargs-parser (#867)6944e97
chore(release): 8.0.04c824c9
docs: made a few tweaks to CHANGELOGv8.0.1
88b61b8
chore: upgrade dependencies (#872)692ee20
chore: update description for strict()bead82c
chore(release): 8.0.1v8.0.2
7de5b91
chore: finally splitting README.md into a few sections (#892)df57dfa
chore: upgrade standard-version30a1872
chore(release): 8.0.2v9.0.0
628be21
fix: don't bother calling JSON.stringify() on string default values (#891)747d426
docs: slight tweak to yargs sample code5f0cef1
ensure presence of conflicting options before failing re: yargs/yargs#8999168fdf
fix formattinga8e0cff
fix: defaulting keys to 'undefined' interfered with conflicting key logic094ce28
make choices correctly observe demandOption setting086d662
Move fix from yargs.js to validation.js782b896
fix: 'undefined' default value for choices resulted in validation failingeda6251
docs: switch to absolute URL for commands docs (#909)1ef44e0
feat: enable .help() and .version() by default (#912)ab592c3
docs: add link to community slack (#930)1d56df3
chore(package): Change engine node version to >=4 (#926)a2c0fef
docs: correct typos in example.md (#934)767d0d0
refactor: Use native Object.assign (#936)a40cbc9
refactor: ES6ify (#937)71c7ec7
fix: exclude positional arguments from completion output (#927)792564d
feat: to allow both undefined and nulls, for benefit of TypeScript (#945)a9f03e7
feat: allow parse with no arguments as alias for yargs.argv (#944)abdc7da
feat: allow implies and conflicts to accept array values (#922)c240661
fix: address bug with handling of arrays of implications0e0c58d
fix: strict mode should not fail for hidden options (#949)73be236
chore(release): 9.0.0v9.0.1
ac8088b
fix: implications fails only displayed once (#954)d1b23f3
chore(release): 9.0.1v10.0.0
47b3078
chore: update Dutch Translation (#981)3757194
chore: add id translation to #976 (#986)7269531
feat: .usage() can now be used to configure a default command (#975)fc13dcd
chore: new translations for command API overhaul (#976)c809cbe
chore(release): 10.0.04b8cfa9
docs: slight tweaks to CHANGELOG8515e4f
docs: nit in CHANGELOGv10.0.1
3c8ac1d
fix: use correct completion command in generated completion script (#988)cd1ca15
fix: help strings for nested commands were missing parent commands (#990)180b5eb
chore(release): 10.0.1v10.0.2
38d88d4
chore: new translations for API overhaul for locale: HI (Hindi) (#991)4043c16
docs: add note about options532c60e
docs: describe hidden option in right placed1cbc75
docs: be more shameless about gratipay7871327
fix: fix tiny spacing issue with usage (#992)0684741
chore(release): 10.0.2v10.0.3
c351685
fix: parse array rather than string, so that quotes are safe (#993)968ee06
chore(release): 10.0.3v10.1.0
f8efa01
docs: document multiple array arguments (#1009)9e6f5cc
docs: fix typo (#1002)3cc24ec
feat: add missing simple chinese locale strings (#1004)e1117c5
docs: gratipay is no more77b8dbc
feat: middleware (#881)a70b285
docs: fix small typoc679e90
fix: 'undefined' should be taken to mean no argument was provided (#1015)6b857d2
chore: explicitly update dependencies (#1023)a5ac213
feat: add Norwegian Nynorsk translations (#1028)c8adffb
docs: remove left over line talking about git-tap donations37915fb
test: add failing test for scientific notation (#1019)6f4640d
chore: docs, clarify test a bit241124b
feat: async command handlers (#1001)92faada
chore: add test for happy path of async command handler (#1034)f4d01d0
chore(release): 10.1.0v10.1.1
0942a15
chore: use chai 4.x (#1033)331d103
fix: Adddirname
sanity check onfindUp
(#1036)e87f487
docs: fix middlware docs (#1037)232f9ca
chore(release): 10.1.1v10.1.2
fbf41ae
fix: requiresArg should only be enforced if argument exists (#1043)6bad6a9
chore(release): 10.1.2v11.0.0
2b56812
fix: Set implicit nargs=1 when type=number requiresArg=true (#1050)a3ddacc
feat: requiresArg is now simply an alias for nargs(1) (#1054)57a39cb
chore(release): 11.0.0This PR has been generated by Renovate Bot.