Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Bump yargs from 13.3.0 to 14.2.0 #168

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps yargs from 13.3.0 to 14.2.0.

Changelog

Sourced from yargs's changelog.

14.2.0 (2019-10-07)

Bug Fixes

  • async middleware was called twice (#1422) (9a42b63)
  • fix promise check to accept any spec conform object (#1424) (0be43d2)
  • groups were not being maintained for nested commands (#1430) (d38650e)
  • docs: broken markdown link (#1426) (236e24e)
  • support merging deeply nested configuration (#1423) (bae66fe)

Features

  • deps: introduce yargs-parser with support for unknown-options-as-args (#1440) (4d21520)

14.1.0 (2019-09-06)

Bug Fixes

  • docs: fix incorrect parserConfiguration documentation (2a99124)
  • detect zsh when zsh isnt run as a login prompt (#1395) (8792d13)
  • populate correct value on yargs.parsed and stop warning on access (#1412) (bb0eb52)
  • showCompletionScript was logging script twice (#1388) (07c8537)
  • strict() should not ignore hyphenated arguments (#1414) (b774b5e)
  • docs: formalize existing callback argument to showHelp (#1386) (d217764)

Features

  • make it possible to merge configurations when extending other config. (#1411) (5d7ad98)

14.0.0 (2019-07-30)

⚠ BREAKING CHANGES

  • we now only officially support yargs.$0 parameter and discourage direct access to yargs.parsed
  • previously to this fix methods like yargs.getOptions() contained the state of the last command to execute.
  • do not allow additional positionals in strict mode

Bug Fixes

  • calling parse multiple times now appropriately maintains state (#1137) (#1369) (026b151)
  • prefer user supplied script name in usage (#1383) (28c74b9)
  • deps: use decamelize from npm instead of vendored copy (#1377) (015eeb9)
  • examples: fix usage-options.js to reflect current API (#1375) (6e5b76b)
  • do not allow additional positionals in strict mode (35d777c)
  • properties accessed on singleton now reflect current state of instance (#1366) (409d35b)
... (truncated)
Commits
  • bc3c4d1 chore(release): 14.2.0
  • 4d21520 feat(deps): introduce yargs-parser with support for unknown-options-as-args (...
  • 1b47745 docs: update supported locales (#1425)
  • d38650e fix: groups were not being maintained for nested commands (#1430)
  • 9a42b63 fix: async middleware was called twice (#1422)
  • 0be43d2 fix: fix promise check to accept any spec conform object (#1424)
  • afaf6d3 chore: Minor refactor (#1396)
  • 236e24e fix(docs): broken markdown link (#1426)
  • bae66fe fix: support merging deeply nested configuration (#1423)
  • a05a49c chore(release): 14.1.0
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 use this milestone will set the current milestone 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2019
@vgrichina vgrichina merged commit a666c8d into master Oct 30, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/yargs-14.2.0 branch October 30, 2019 02:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant