FGRibreau / mixpanel-cli

🎩 mixpanel-cli - A complete CLI to query Mixpanel API
https://twitter.com/FGRibreau
10 stars 1 forks source link

build(deps): bump yargs from 6.6.0 to 14.2.0 #8

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps yargs from 6.6.0 to 14.2.0.

Release notes *Sourced from [yargs's releases](https://github.com/yargs/yargs/releases).* > ## v13.3.0 > > > ### Bug Fixes > > * **deps:** yargs-parser update addressing several parsing bugs ([#1357](https://www.github-redirect.dependabot.com/yargs/yargs/issues/1357)) ([e230d5b](https://www.github.com/yargs/yargs/commit/e230d5b)) > > > ### Features > > * **i18n:** swap out os-locale dependency for simple inline implementation ([#1356](https://www.github-redirect.dependabot.com/yargs/yargs/issues/1356)) ([4dfa19b](https://www.github.com/yargs/yargs/commit/4dfa19b)) > * support defaultDescription for positional arguments ([812048c](https://www.github.com/yargs/yargs/commit/812048c)) > > ## v8.0.2 > No release notes provided. > > ## v8.0.1 > No release notes provided. > > ## v8.0.0 > ### Bug Fixes > > * commands are now applied in order, from left to right ([#857](https://github-redirect.dependabot.com/yargs/yargs/issues/857)) ([baba863](https://github.com/yargs/yargs/commit/baba863)) > * help now takes precedence over command recommendation ([#866](https://github-redirect.dependabot.com/yargs/yargs/issues/866)) ([17e3567](https://github.com/yargs/yargs/commit/17e3567)) > * positional arguments now work if no handler is provided to inner command ([#864](https://github-redirect.dependabot.com/yargs/yargs/issues/864)) ([e28ded3](https://github.com/yargs/yargs/commit/e28ded3)) > > > ### Chores > > * upgrade yargs-parser ([#867](https://github-redirect.dependabot.com/yargs/yargs/issues/867)) ([8f9c6c6](https://github.com/yargs/yargs/commit/8f9c6c6)) > > > ### Features > > * allow extends to inherit from a module ([#865](https://github-redirect.dependabot.com/yargs/yargs/issues/865)) ([89456d9](https://github.com/yargs/yargs/commit/89456d9)) > * allow strict mode to be disabled ([#840](https://github-redirect.dependabot.com/yargs/yargs/issues/840)) ([6f78c05](https://github.com/yargs/yargs/commit/6f78c05)) > > > ### BREAKING CHANGES > > * extends functionality now always loads the JSON provided, rather than reading from a specific key > * Node 4+ is now required; this will allow us to start updating our dependencies. > * the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global. > > > ## v7.1.0 > > > ### Bug Fixes > > ... (truncated)
Changelog *Sourced from [yargs's changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md).* > ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07) > > > ### Bug Fixes > > * async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422)) ([9a42b63](https://github.com/yargs/yargs/commit/9a42b63)) > * fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424)) ([0be43d2](https://github.com/yargs/yargs/commit/0be43d2)) > * groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430)) ([d38650e](https://github.com/yargs/yargs/commit/d38650e)) > * **docs:** broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426)) ([236e24e](https://github.com/yargs/yargs/commit/236e24e)) > * support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423)) ([bae66fe](https://github.com/yargs/yargs/commit/bae66fe)) > > > ### Features > > * **deps:** introduce yargs-parser with support for unknown-options-as-args ([#1440](https://github-redirect.dependabot.com/yargs/yargs/issues/1440)) ([4d21520](https://github.com/yargs/yargs/commit/4d21520)) > > ## [14.1.0](https://github.com/yargs/yargs/compare/v14.0.0...v14.1.0) (2019-09-06) > > > ### Bug Fixes > > * **docs:** fix incorrect parserConfiguration documentation ([2a99124](https://github.com/yargs/yargs/commit/2a99124)) > * detect zsh when zsh isnt run as a login prompt ([#1395](https://github-redirect.dependabot.com/yargs/yargs/issues/1395)) ([8792d13](https://github.com/yargs/yargs/commit/8792d13)) > * populate correct value on yargs.parsed and stop warning on access ([#1412](https://github-redirect.dependabot.com/yargs/yargs/issues/1412)) ([bb0eb52](https://github.com/yargs/yargs/commit/bb0eb52)) > * showCompletionScript was logging script twice ([#1388](https://github-redirect.dependabot.com/yargs/yargs/issues/1388)) ([07c8537](https://github.com/yargs/yargs/commit/07c8537)) > * strict() should not ignore hyphenated arguments ([#1414](https://github-redirect.dependabot.com/yargs/yargs/issues/1414)) ([b774b5e](https://github.com/yargs/yargs/commit/b774b5e)) > * **docs:** formalize existing callback argument to showHelp ([#1386](https://github-redirect.dependabot.com/yargs/yargs/issues/1386)) ([d217764](https://github.com/yargs/yargs/commit/d217764)) > > > ### Features > > * make it possible to merge configurations when extending other config. ([#1411](https://github-redirect.dependabot.com/yargs/yargs/issues/1411)) ([5d7ad98](https://github.com/yargs/yargs/commit/5d7ad98)) > > ## [14.0.0](https://github.com/yargs/yargs/compare/v13.3.0...v14.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](https://github-redirect.dependabot.com/yargs/yargs/issues/1137)) ([#1369](https://github-redirect.dependabot.com/yargs/yargs/issues/1369)) ([026b151](https://github.com/yargs/yargs/commit/026b151)) > * prefer user supplied script name in usage ([#1383](https://github-redirect.dependabot.com/yargs/yargs/issues/1383)) ([28c74b9](https://github.com/yargs/yargs/commit/28c74b9)) > * **deps:** use decamelize from npm instead of vendored copy ([#1377](https://github-redirect.dependabot.com/yargs/yargs/issues/1377)) ([015eeb9](https://github.com/yargs/yargs/commit/015eeb9)) > * **examples:** fix usage-options.js to reflect current API ([#1375](https://github-redirect.dependabot.com/yargs/yargs/issues/1375)) ([6e5b76b](https://github.com/yargs/yargs/commit/6e5b76b)) > * do not allow additional positionals in strict mode ([35d777c](https://github.com/yargs/yargs/commit/35d777c)) > * properties accessed on singleton now reflect current state of instance ([#1366](https://github-redirect.dependabot.com/yargs/yargs/issues/1366)) ([409d35b](https://github.com/yargs/yargs/commit/409d35b)) > ... (truncated)
Commits - [`bc3c4d1`](https://github.com/yargs/yargs/commit/bc3c4d1aa08e06d82e0e886ea61ea0d0034faa03) chore(release): 14.2.0 - [`4d21520`](https://github.com/yargs/yargs/commit/4d21520ca487b65f2ace422c323aaecb2be1c8a6) feat(deps): introduce yargs-parser with support for unknown-options-as-args (... - [`1b47745`](https://github.com/yargs/yargs/commit/1b477454f87fd125184b3514360e23964a009478) docs: update supported locales ([#1425](https://github-redirect.dependabot.com/yargs/yargs/issues/1425)) - [`d38650e`](https://github.com/yargs/yargs/commit/d38650e45b478ef0104af40281df54b41a50f12f) fix: groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430)) - [`9a42b63`](https://github.com/yargs/yargs/commit/9a42b6380c92a3528a1e47ebf2ed0354e723fea2) fix: async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422)) - [`0be43d2`](https://github.com/yargs/yargs/commit/0be43d2e1bfa0a485a13d0bbf4aa02bd4a05d4dd) fix: fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424)) - [`afaf6d3`](https://github.com/yargs/yargs/commit/afaf6d38aad3cc016f130faa1ebafc165807fade) chore: Minor refactor ([#1396](https://github-redirect.dependabot.com/yargs/yargs/issues/1396)) - [`236e24e`](https://github.com/yargs/yargs/commit/236e24ef74cb32ff22f3d82a808333ec666d3c22) fix(docs): broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426)) - [`bae66fe`](https://github.com/yargs/yargs/commit/bae66feee45cb59241facc978c8fdd2bb4d4c751) fix: support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423)) - [`a05a49c`](https://github.com/yargs/yargs/commit/a05a49c2f3209569318f57442eeb917f2a6b64b6) chore(release): 14.1.0 - Additional commits viewable in [compare view](https://github.com/yargs/yargs/compare/v6.6.0...v14.2.0)


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 will not automatically merge this PR because it includes a major update to a production dependency.


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #16.