Release notes
*Sourced from [yargs-parser's releases](https://github.com/yargs/yargs-parser/releases).*
> ## yargs-parser v16.1.0
>
>
> ### ⚠ BREAKING CHANGES
>
> * populate error if incompatible narg/count or array/count options are used ([#191](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/191))
>
> ### Features
>
> * options that have had their default value used are now tracked ([#211](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/211)) ([a525234](https://www.github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0))
> * populate error if incompatible narg/count or array/count options are used ([#191](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) ([84a401f](https://www.github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9))
>
>
> ### Reverts
>
> * revert 16.0.0 CHANGELOG entry ([920320a](https://www.github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf))
Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).*
> ## [16.1.0](https://www.github.com/yargs/yargs-parser/compare/v16.0.0...v16.1.0) (2019-11-01)
>
>
> ### ⚠ BREAKING CHANGES
>
> * populate error if incompatible narg/count or array/count options are used ([#191](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/191))
>
> ### Features
>
> * options that have had their default value used are now tracked ([#211](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/211)) ([a525234](https://www.github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0))
> * populate error if incompatible narg/count or array/count options are used ([#191](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) ([84a401f](https://www.github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9))
>
>
> ### Reverts
>
> * revert 16.0.0 CHANGELOG entry ([920320a](https://www.github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf))
Commits
- [`36d31b6`](https://github.com/yargs/yargs-parser/commit/36d31b6666b634c056a04ab52b352b6077b30a56) chore: release 16.1.0 ([#215](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/215))
- [`920320a`](https://github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf) revert: revert 16.0.0 CHANGELOG entry
- [`b3a7a89`](https://github.com/yargs/yargs-parser/commit/b3a7a89c4fc9f17d2f1bdef33a08505d4dfd9bd8) build: releases now handled by release-please ([#212](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/212))
- [`a525234`](https://github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0) feat: options that have had their default value used are now tracked ([#211](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/211))
- [`84a401f`](https://github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9) feat!: populate error if incompatible narg/count or array/count options are u...
- [`212814f`](https://github.com/yargs/yargs-parser/commit/212814fe5219d0033abffac90aecc908f2f399ec) chore: release 16.0.0 ([#210](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/210))
- [`f3a9316`](https://github.com/yargs/yargs-parser/commit/f3a9316e470b0cc5c01981c9614ee935835d719b) build!: moving to c8 for coverage and dropping Node 6 from build matrix ([#209](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/209))
- [`a44ffb3`](https://github.com/yargs/yargs-parser/commit/a44ffb35a96af1770a79ea434443dbdde14bfc15) build: add release-please configuration
- [`f942242`](https://github.com/yargs/yargs-parser/commit/f942242d970e60ce483f617005c424b8e3acbacd) refactor: let to const
- [`f5f9e5a`](https://github.com/yargs/yargs-parser/commit/f5f9e5a7ea91821f7c95e8eb4c71dc74de1bc907) fix: address issue with array options with array default values ([#206](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/206))
- Additional commits viewable in [compare view](https://github.com/yargs/yargs-parser/compare/v15.0.0...v16.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 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)
Bumps yargs-parser from 15.0.0 to 16.1.0.
Release notes
*Sourced from [yargs-parser's releases](https://github.com/yargs/yargs-parser/releases).* > ## yargs-parser v16.1.0 > > > ### ⚠ BREAKING CHANGES > > * populate error if incompatible narg/count or array/count options are used ([#191](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) > > ### Features > > * options that have had their default value used are now tracked ([#211](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/211)) ([a525234](https://www.github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0)) > * populate error if incompatible narg/count or array/count options are used ([#191](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) ([84a401f](https://www.github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9)) > > > ### Reverts > > * revert 16.0.0 CHANGELOG entry ([920320a](https://www.github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf))Changelog
*Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).* > ## [16.1.0](https://www.github.com/yargs/yargs-parser/compare/v16.0.0...v16.1.0) (2019-11-01) > > > ### ⚠ BREAKING CHANGES > > * populate error if incompatible narg/count or array/count options are used ([#191](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) > > ### Features > > * options that have had their default value used are now tracked ([#211](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/211)) ([a525234](https://www.github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0)) > * populate error if incompatible narg/count or array/count options are used ([#191](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/191)) ([84a401f](https://www.github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9)) > > > ### Reverts > > * revert 16.0.0 CHANGELOG entry ([920320a](https://www.github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf))Commits
- [`36d31b6`](https://github.com/yargs/yargs-parser/commit/36d31b6666b634c056a04ab52b352b6077b30a56) chore: release 16.1.0 ([#215](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/215)) - [`920320a`](https://github.com/yargs/yargs-parser/commit/920320ad9861bbfd58eda39221ae211540fc1daf) revert: revert 16.0.0 CHANGELOG entry - [`b3a7a89`](https://github.com/yargs/yargs-parser/commit/b3a7a89c4fc9f17d2f1bdef33a08505d4dfd9bd8) build: releases now handled by release-please ([#212](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/212)) - [`a525234`](https://github.com/yargs/yargs-parser/commit/a525234558c847deedd73f8792e0a3b77b26e2c0) feat: options that have had their default value used are now tracked ([#211](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/211)) - [`84a401f`](https://github.com/yargs/yargs-parser/commit/84a401f0fa3095e0a19661670d1570d0c3b9d3c9) feat!: populate error if incompatible narg/count or array/count options are u... - [`212814f`](https://github.com/yargs/yargs-parser/commit/212814fe5219d0033abffac90aecc908f2f399ec) chore: release 16.0.0 ([#210](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/210)) - [`f3a9316`](https://github.com/yargs/yargs-parser/commit/f3a9316e470b0cc5c01981c9614ee935835d719b) build!: moving to c8 for coverage and dropping Node 6 from build matrix ([#209](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/209)) - [`a44ffb3`](https://github.com/yargs/yargs-parser/commit/a44ffb35a96af1770a79ea434443dbdde14bfc15) build: add release-please configuration - [`f942242`](https://github.com/yargs/yargs-parser/commit/f942242d970e60ce483f617005c424b8e3acbacd) refactor: let to const - [`f5f9e5a`](https://github.com/yargs/yargs-parser/commit/f5f9e5a7ea91821f7c95e8eb4c71dc74de1bc907) fix: address issue with array options with array default values ([#206](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/206)) - Additional commits viewable in [compare view](https://github.com/yargs/yargs-parser/compare/v15.0.0...v16.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 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)