Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).*
> # [12.0.0](https://github.com/yargs/yargs-parser/compare/v11.1.1...v12.0.0) (2019-01-29)
>
>
> ### Bug Fixes
>
> * better handling of quoted strings ([#153](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/153)) ([2fb71b2](https://github.com/yargs/yargs-parser/commit/2fb71b2))
>
>
> ### Features
>
> * default value is now used if no right-hand value provided for numbers/strings ([#156](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/156)) ([5a7c46a](https://github.com/yargs/yargs-parser/commit/5a7c46a))
>
>
> ### BREAKING CHANGES
>
> * a flag with no right-hand value no longer populates defaulted options with `undefined`.
> * quotes and beginning and endings of strings are not removed during parsing.
>
>
>
>
> ## [11.1.1](https://github.com/yargs/yargs-parser/compare/v11.1.0...v11.1.1) (2018-11-19)
>
>
> ### Bug Fixes
>
> * ensure empty string is added into argv._ ([#140](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/140)) ([79cda98](https://github.com/yargs/yargs-parser/commit/79cda98))
>
>
> ### Reverts
>
> * make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) ([f4a3063](https://github.com/yargs/yargs-parser/commit/f4a3063))
>
>
>
> Commits
- [`ea6ce05`](https://github.com/yargs/yargs-parser/commit/ea6ce0572b32797e965c620ee93a47a9a02201ee) chore(release): 12.0.0
- [`5a7c46a`](https://github.com/yargs/yargs-parser/commit/5a7c46a0c707fbd975150352619a0e90c42df227) feat: default value is now used if no right-hand value provided for numbers/s...
- [`a02b1d5`](https://github.com/yargs/yargs-parser/commit/a02b1d5c55d4860e0b92f0c65158dace6c872ca7) doc: remove incorrect documenntation regarding opts.--
- [`2fb71b2`](https://github.com/yargs/yargs-parser/commit/2fb71b2b1d25316f94786a385616ebe34a6cbd73) fix: better handling of quoted strings ([#153](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/153))
- [`ee122f8`](https://github.com/yargs/yargs-parser/commit/ee122f89ab9417241b06c6b3ce6aabb2ac8ce5f2) chore(release): 11.1.1
- [`79cda98`](https://github.com/yargs/yargs-parser/commit/79cda989595a7da4a9fd3f39120da5001f68899c) fix: ensure empty string is added into argv._ ([#140](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/140))
- [`1c5d556`](https://github.com/yargs/yargs-parser/commit/1c5d556d12e1fb5c67e3ce057226e6c01cd5b213) test: add test for config object priority ([#149](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/149))
- [`f4a3063`](https://github.com/yargs/yargs-parser/commit/f4a3063b17c4d921bb1e9551e23d32c9fb7c68b5) revert: make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136))
- See full diff in [compare view](https://github.com/yargs/yargs-parser/compare/v11.1.0...v12.0.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 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)
- 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.
Bumps yargs-parser from 11.1.0 to 12.0.0.
Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).* > # [12.0.0](https://github.com/yargs/yargs-parser/compare/v11.1.1...v12.0.0) (2019-01-29) > > > ### Bug Fixes > > * better handling of quoted strings ([#153](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/153)) ([2fb71b2](https://github.com/yargs/yargs-parser/commit/2fb71b2)) > > > ### Features > > * default value is now used if no right-hand value provided for numbers/strings ([#156](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/156)) ([5a7c46a](https://github.com/yargs/yargs-parser/commit/5a7c46a)) > > > ### BREAKING CHANGES > > * a flag with no right-hand value no longer populates defaulted options with `undefined`. > * quotes and beginning and endings of strings are not removed during parsing. > > > > > ## [11.1.1](https://github.com/yargs/yargs-parser/compare/v11.1.0...v11.1.1) (2018-11-19) > > > ### Bug Fixes > > * ensure empty string is added into argv._ ([#140](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/140)) ([79cda98](https://github.com/yargs/yargs-parser/commit/79cda98)) > > > ### Reverts > > * make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) ([f4a3063](https://github.com/yargs/yargs-parser/commit/f4a3063)) > > > >Commits
- [`ea6ce05`](https://github.com/yargs/yargs-parser/commit/ea6ce0572b32797e965c620ee93a47a9a02201ee) chore(release): 12.0.0 - [`5a7c46a`](https://github.com/yargs/yargs-parser/commit/5a7c46a0c707fbd975150352619a0e90c42df227) feat: default value is now used if no right-hand value provided for numbers/s... - [`a02b1d5`](https://github.com/yargs/yargs-parser/commit/a02b1d5c55d4860e0b92f0c65158dace6c872ca7) doc: remove incorrect documenntation regarding opts.-- - [`2fb71b2`](https://github.com/yargs/yargs-parser/commit/2fb71b2b1d25316f94786a385616ebe34a6cbd73) fix: better handling of quoted strings ([#153](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/153)) - [`ee122f8`](https://github.com/yargs/yargs-parser/commit/ee122f89ab9417241b06c6b3ce6aabb2ac8ce5f2) chore(release): 11.1.1 - [`79cda98`](https://github.com/yargs/yargs-parser/commit/79cda989595a7da4a9fd3f39120da5001f68899c) fix: ensure empty string is added into argv._ ([#140](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/140)) - [`1c5d556`](https://github.com/yargs/yargs-parser/commit/1c5d556d12e1fb5c67e3ce057226e6c01cd5b213) test: add test for config object priority ([#149](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/149)) - [`f4a3063`](https://github.com/yargs/yargs-parser/commit/f4a3063b17c4d921bb1e9551e23d32c9fb7c68b5) revert: make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) - See full diff in [compare view](https://github.com/yargs/yargs-parser/compare/v11.1.0...v12.0.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 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) - 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.