Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

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

Merged
JustinBeckwith merged 2 commits intomasterfrom
renovate/yargs-12.x
Jun 29, 2018
Merged

fix(deps): update dependency yargs to v12#63
JustinBeckwith merged 2 commits intomasterfrom
renovate/yargs-12.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 29, 2018

This Pull Request updates dependency yargs from v11.0.0 to v12.0.1

Note: This PR was created on a configured schedule ("after 10pm,before 5am") and will not receive updates outside those times.

Release Notes

v12.0.1

Compare Source

12.0.1 (2018-06-29)


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
  • add support for global middleware, useful for shared tasks like metrics (#​1119) (9d71ac7)
  • allow setting scriptName $0 (#​1143) (a2f2eae)
  • remove setPlaceholderKeys (#​1105) (6ee2c82)
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

v11.1.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
  • add support for global middleware, useful for shared tasks like metrics (#​1119) (9d71ac7)
  • allow setting scriptName $0 (#​1143) (a2f2eae)
  • remove setPlaceholderKeys (#​1105) (6ee2c82)
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


This PR has been generated by Renovate Bot.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 29, 2018
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 29, 2018

Codecov Report

Merging #63 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #63   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         264    264           
=====================================
  Hits          264    264

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update faa9394...39ed6e4. Read the comment docs.

@ghost ghost assigned JustinBeckwith Jun 29, 2018
@ghost ghost added the in progress label Jun 29, 2018
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 29, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@JustinBeckwith JustinBeckwith merged commit 8e2ead8 into master Jun 29, 2018
@ghost ghost removed the in progress label Jun 29, 2018
@renovate renovate Bot deleted the renovate/yargs-12.x branch June 29, 2018 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants