Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).*
> # [11.1.0](https://github.com/yargs/yargs-parser/compare/v11.0.0...v11.1.0) (2018-11-10)
>
>
> ### Bug Fixes
>
> * handling of one char alias ([#139](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/139)) ([ee56e31](https://github.com/yargs/yargs-parser/commit/ee56e31))
>
>
> ### Features
>
> * add halt-at-non-option configuration option ([#130](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/130)) ([a849fce](https://github.com/yargs/yargs-parser/commit/a849fce))
>
>
>
>
> # [11.0.0](https://github.com/yargs/yargs-parser/compare/v10.1.0...v11.0.0) (2018-10-06)
>
>
> ### Bug Fixes
>
> * flatten-duplicate-arrays:false for more than 2 arrays ([#128](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/128)) ([2bc395f](https://github.com/yargs/yargs-parser/commit/2bc395f))
> * hyphenated flags combined with dot notation broke parsing ([#131](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/131)) ([dc788da](https://github.com/yargs/yargs-parser/commit/dc788da))
> * make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) ([77ae1d4](https://github.com/yargs/yargs-parser/commit/77ae1d4))
>
>
> ### Chores
>
> * update dependencies ([6dc42a1](https://github.com/yargs/yargs-parser/commit/6dc42a1))
>
>
> ### Features
>
> * also add camelCase array options ([#125](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/125)) ([08c0117](https://github.com/yargs/yargs-parser/commit/08c0117))
> * array.type can now be provided, supporting coercion ([#132](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/132)) ([4b8cfce](https://github.com/yargs/yargs-parser/commit/4b8cfce))
>
>
> ### BREAKING CHANGES
>
> * drops Node 4 support
> * the argv object is now populated differently (correctly) when hyphens and dot notation are used in conjunction.
>
>
>
>
> # [10.1.0](https://github.com/yargs/yargs-parser/compare/v10.0.0...v10.1.0) (2018-06-29)
>
>
> ### Features
>
> * add `set-placeholder-key` configuration ([#123](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/123)) ([19386ee](https://github.com/yargs/yargs-parser/commit/19386ee))
> ... (truncated)
Commits
- [`1eb726b`](https://github.com/yargs/yargs-parser/commit/1eb726b30e78f6f76c1ba66dbcb49a92cbc4b6ff) chore(release): 11.1.0
- [`f94e536`](https://github.com/yargs/yargs-parser/commit/f94e536481a167375f396ad0798257ab78b85ab4) chore: switch to Travis for Windows tests ([#147](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/147))
- [`a849fce`](https://github.com/yargs/yargs-parser/commit/a849fce0ba37414b3f3c2e01a547654dc1035623) feat: add halt-at-non-option configuration option ([#130](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/130))
- [`ee56e31`](https://github.com/yargs/yargs-parser/commit/ee56e3116800824b2b0d6a749950fb7eaac296ff) fix: handling of one char alias ([#139](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/139))
- [`68dd3a1`](https://github.com/yargs/yargs-parser/commit/68dd3a18f04b819c25b48f523a861c81c17c82b8) chore(release): 11.0.0
- [`4b8cfce`](https://github.com/yargs/yargs-parser/commit/4b8cfce511edce5fe6f3c5a6d7eb147b56cd8f52) feat: array.type can now be provided, supporting coercion ([#132](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/132))
- [`6dc42a1`](https://github.com/yargs/yargs-parser/commit/6dc42a190a97a779ac01b6ddf3d405bddefb0e96) chore: update dependencies
- [`77ae1d4`](https://github.com/yargs/yargs-parser/commit/77ae1d4e1c2590eeca025952671fff935ab7e884) fix: make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136))
- [`7df1bd4`](https://github.com/yargs/yargs-parser/commit/7df1bd478f99605090248b513e8c7941abea8fb8) chore: remove deploy logic, now that I use 2FA
- [`dc788da`](https://github.com/yargs/yargs-parser/commit/dc788daac7845f5cf7a44c2f73c84087441264ef) fix: hyphenated flags combined with dot notation broke parsing ([#131](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/131))
- Additional commits viewable in [compare view](https://github.com/yargs/yargs-parser/compare/v10.0.0...v11.1.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.
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 10.0.0 to 11.1.0.
Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).* > # [11.1.0](https://github.com/yargs/yargs-parser/compare/v11.0.0...v11.1.0) (2018-11-10) > > > ### Bug Fixes > > * handling of one char alias ([#139](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/139)) ([ee56e31](https://github.com/yargs/yargs-parser/commit/ee56e31)) > > > ### Features > > * add halt-at-non-option configuration option ([#130](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/130)) ([a849fce](https://github.com/yargs/yargs-parser/commit/a849fce)) > > > > > # [11.0.0](https://github.com/yargs/yargs-parser/compare/v10.1.0...v11.0.0) (2018-10-06) > > > ### Bug Fixes > > * flatten-duplicate-arrays:false for more than 2 arrays ([#128](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/128)) ([2bc395f](https://github.com/yargs/yargs-parser/commit/2bc395f)) > * hyphenated flags combined with dot notation broke parsing ([#131](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/131)) ([dc788da](https://github.com/yargs/yargs-parser/commit/dc788da)) > * make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) ([77ae1d4](https://github.com/yargs/yargs-parser/commit/77ae1d4)) > > > ### Chores > > * update dependencies ([6dc42a1](https://github.com/yargs/yargs-parser/commit/6dc42a1)) > > > ### Features > > * also add camelCase array options ([#125](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/125)) ([08c0117](https://github.com/yargs/yargs-parser/commit/08c0117)) > * array.type can now be provided, supporting coercion ([#132](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/132)) ([4b8cfce](https://github.com/yargs/yargs-parser/commit/4b8cfce)) > > > ### BREAKING CHANGES > > * drops Node 4 support > * the argv object is now populated differently (correctly) when hyphens and dot notation are used in conjunction. > > > > > # [10.1.0](https://github.com/yargs/yargs-parser/compare/v10.0.0...v10.1.0) (2018-06-29) > > > ### Features > > * add `set-placeholder-key` configuration ([#123](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/123)) ([19386ee](https://github.com/yargs/yargs-parser/commit/19386ee)) > ... (truncated)Commits
- [`1eb726b`](https://github.com/yargs/yargs-parser/commit/1eb726b30e78f6f76c1ba66dbcb49a92cbc4b6ff) chore(release): 11.1.0 - [`f94e536`](https://github.com/yargs/yargs-parser/commit/f94e536481a167375f396ad0798257ab78b85ab4) chore: switch to Travis for Windows tests ([#147](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/147)) - [`a849fce`](https://github.com/yargs/yargs-parser/commit/a849fce0ba37414b3f3c2e01a547654dc1035623) feat: add halt-at-non-option configuration option ([#130](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/130)) - [`ee56e31`](https://github.com/yargs/yargs-parser/commit/ee56e3116800824b2b0d6a749950fb7eaac296ff) fix: handling of one char alias ([#139](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/139)) - [`68dd3a1`](https://github.com/yargs/yargs-parser/commit/68dd3a18f04b819c25b48f523a861c81c17c82b8) chore(release): 11.0.0 - [`4b8cfce`](https://github.com/yargs/yargs-parser/commit/4b8cfce511edce5fe6f3c5a6d7eb147b56cd8f52) feat: array.type can now be provided, supporting coercion ([#132](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/132)) - [`6dc42a1`](https://github.com/yargs/yargs-parser/commit/6dc42a190a97a779ac01b6ddf3d405bddefb0e96) chore: update dependencies - [`77ae1d4`](https://github.com/yargs/yargs-parser/commit/77ae1d4e1c2590eeca025952671fff935ab7e884) fix: make requiresArg work in conjunction with arrays ([#136](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/136)) - [`7df1bd4`](https://github.com/yargs/yargs-parser/commit/7df1bd478f99605090248b513e8c7941abea8fb8) chore: remove deploy logic, now that I use 2FA - [`dc788da`](https://github.com/yargs/yargs-parser/commit/dc788daac7845f5cf7a44c2f73c84087441264ef) fix: hyphenated flags combined with dot notation broke parsing ([#131](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/131)) - Additional commits viewable in [compare view](https://github.com/yargs/yargs-parser/compare/v10.0.0...v11.1.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
.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.