Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 29, 2018

Bumps yargs from 11.0.0 to 12.0.1.

Changelog

Sourced from yargs's changelog.

12.0.1 (2018-06-29)

12.0.0 (2018-06-26)

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

11.1.0 (2018-03-04)

Bug Fixes

  • choose correct config directory when require.main does not exist (#1056) (a04678c)

Features

  • allow hidden options to be displayed with --show-hidden (#1061) (ea862ae)
  • extend *.rc files in addition to json (#1080) (11691a6)
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR if your CI passes
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@RandomByte
Copy link
Member

TODO: check whether we want to incorporate new scriptName option: yargs/yargs#1010 (comment)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/yargs-12.0.1 branch from 1b6ef2b to 07877e6 Compare July 8, 2018 21:19
@coveralls
Copy link

coveralls commented Jul 8, 2018

Pull Request Test Coverage Report for Build 158

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 22.034%

Totals Coverage Status
Change from base Build 156: 0.0%
Covered Lines: 39
Relevant Lines: 172

💛 - Coveralls

@matz3
Copy link
Member

matz3 commented Jul 9, 2018

@RandomByte I remember that there was an issue with the latest yargs version, so we did use the previous one. Is this still true?

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/yargs-12.0.1 branch from 07877e6 to 737a471 Compare July 10, 2018 13:20
Bumps [yargs](https://github.com/yargs/yargs) from 11.0.0 to 12.0.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](yargs/yargs@v11.0.0...v12.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/yargs-12.0.1 branch from 737a471 to 32450b6 Compare July 12, 2018 12:26
@dependabot-preview
Copy link
Contributor Author

Superseded by #53.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/yargs-12.0.1 branch September 8, 2018 00:19
@RandomByte
Copy link
Member

Can't remember the issue @matz3. Successfully tested #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants