Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency yargs to v13 #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 12, 2019

This PR contains the following updates:

Package Type Update Change References
yargs dependencies major ^11.0.0 -> ^13.0.0 homepage, source

Release Notes

yargs/yargs

v13.2.2

Compare Source

v13.2.1

Compare Source

v13.2.0

Compare Source

Bug Fixes
  • add zsh script to files array (3180224)
  • support options/sub-commands in zsh completion (0a96394)

v13.1.0

Compare Source

Features
  • add applyBeforeValidation, for applying sync middleware before validation (5be206a)

v12.0.5

Compare Source

Bug Fixes
Chores
Features
  • Add .parserConfiguration() method, deprecating package.json config (#​1262) (3c6869a)
  • adds config option for sorting command output (#​1256) (6916ce9)
  • options/positionals with leading '+' and '0' no longer parse as numbers (#​1286) (e9dc3aa)
  • support promises in middleware (f3a4e4f)
BREAKING CHANGES
  • options with leading '+' or '0' now parse as strings
  • dropping Node 6 which hits end of life in April 2019
  • see yargs-parser@12.0.0 CHANGELOG
  • we now warn if the yargs stanza package.json is used.

12.0.5 (2018-11-19)

Bug Fixes
  • allows camel-case, variadic arguments, and strict mode to be combined (#​1247) (eacc035)

12.0.4 (2018-11-10)

Bug Fixes
  • don't load config when processing positionals (5d0dc92)

12.0.3 (2018-10-06)

Bug Fixes

12.0.2 (2018-09-04)

Bug Fixes
  • middleware should work regardless of when method is called (664b265), closes #​1178
  • translation not working when using __ with a single parameter (#​1183) (f449aea)
  • upgrade os-locale to version that addresses license issue (#​1195) (efc0970)

12.0.1 (2018-06-29)

v12.0.4

Compare Source

Bug Fixes
  • allows camel-case, variadic arguments, and strict mode to be combined (#​1247) (eacc035)

v12.0.2

Compare Source

Bug Fixes

v12.0.1

Compare Source

Bug Fixes
  • middleware should work regardless of when method is called (664b265), closes #​1178
  • translation not working when using __ with a single parameter (#​1183) (f449aea)
  • upgrade os-locale to version that addresses license issue (#​1195) (efc0970)

v12.0.0

Compare Source

Bug Fixes
  • .argv and .parse() now invoke identical code path (#​1126) (f13ebf4)
  • remove the trailing white spaces from the help output (#​1090) (3f0746c)
  • completion: Avoid default command and recommendations during completion (#​1123) (036e7c5)
Chores
  • test Node.js 6, 8 and 10 (#​1160) (84f9d2b)
  • upgrade to version of yargs-parser that does not populate value for unset boolean (#​1104) (d4705f4)
Features
BREAKING CHANGES
  • Options absent from argv (not set via CLI argument) are now absent from the parsed result object rather than being set with undefined
  • drop Node 4 from testing matrix, such that we'll gradually start drifting away from supporting Node 4.
  • yargs-parser does not populate 'false' when boolean flag is not passed
  • tests that assert against help output will need to be updated

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant