Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

fix(deps): update dependency yargs to v12 #18

Merged
merged 1 commit into from
Nov 21, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2018

This PR contains the following updates:

Package Type Update Change References
yargs dependencies major ^11.1.0 -> ^12.0.0 homepage, source

Release Notes

yargs/yargs

v12.0.5

Compare Source

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

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.


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

@svrooij svrooij merged commit 1935241 into master Nov 21, 2018
@svrooij svrooij deleted the renovate/yargs-12.x branch November 21, 2018 20:23
@svrooij
Copy link
Owner

svrooij commented Nov 21, 2018

🎉 This PR is included in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants