yargs/yargs
### [`v17.5.1`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1751-httpsgithubcomyargsyargscomparev1750v1751-2022-05-16)
[Compare Source](https://togithub.com/yargs/yargs/compare/v17.5.0...v17.5.1)
### [`v17.5.0`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1750-httpsgithubcomyargsyargscomparev1741v1750-2022-05-11)
[Compare Source](https://togithub.com/yargs/yargs/compare/v17.4.1...v17.5.0)
##### Features
- add browser.d.ts and check for existence of Error.captureStackTrace() ([#2144](https://togithub.com/yargs/yargs/issues/2144)) ([6192990](https://togithub.com/yargs/yargs/commit/6192990509cf793c4b10b88884d626893dee89df))
##### Bug Fixes
- **completion:** support for default flags ([db35423](https://togithub.com/yargs/yargs/commit/db354232705623bbcd8fad362f6a4d6d59650be5))
- import yargs/yargs in esm projects ([#2151](https://togithub.com/yargs/yargs/issues/2151)) ([95aed1c](https://togithub.com/yargs/yargs/commit/95aed1c175ec82e585003883bda1b6b75d5493ce))
##### [17.4.1](https://togithub.com/yargs/yargs/compare/v17.4.0...v17.4.1) (2022-04-09)
##### Bug Fixes
- coerce pollutes argv ([#2161](https://togithub.com/yargs/yargs/issues/2161)) ([2d1136d](https://togithub.com/yargs/yargs/commit/2d1136d303ea805685a973ded62f52efd49b78b9))
- **completion:** don't show positional args choices with option choices ([#2148](https://togithub.com/yargs/yargs/issues/2148)) ([b58b5bc](https://togithub.com/yargs/yargs/commit/b58b5bc2cda7fc15acf559ae4a6a0eda0be06044))
- hide hidden options from completion ([#2143](https://togithub.com/yargs/yargs/issues/2143)) ([e086dfa](https://togithub.com/yargs/yargs/commit/e086dfad7ff11956b1e8779c00cf2351a4cc3b03)), closes [#2142](https://togithub.com/yargs/yargs/issues/2142)
- show message when showHelpOnFail is chained globally ([#2154](https://togithub.com/yargs/yargs/issues/2154)) ([ad9fcac](https://togithub.com/yargs/yargs/commit/ad9fcacb001a7eb842924408f3a06865a7c7a3b6))
### [`v17.4.1`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1741-httpsgithubcomyargsyargscomparev1740v1741-2022-04-09)
[Compare Source](https://togithub.com/yargs/yargs/compare/v17.4.0...v17.4.1)
### [`v17.4.0`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1740-httpsgithubcomyargsyargscomparev1731v1740-2022-03-19)
[Compare Source](https://togithub.com/yargs/yargs/compare/v17.3.1...v17.4.0)
##### Features
- **completion:** choices will now work for all possible aliases of an option and not just the default long option ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3))
- **completion:** positional arguments completion ([#2090](https://togithub.com/yargs/yargs/issues/2090)) ([00e4ebb](https://togithub.com/yargs/yargs/commit/00e4ebbe3acd438e73fdb101e75b4f879eb6d345))
##### Bug Fixes
- **completion:** changed the check for option arguments to match options that begin with '-', instead of '--', to include short options ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3))
- **completion:** fix for completions that contain non-leading hyphens ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3))
- failed command usage string is missing arg descriptions and optional args ([#2105](https://togithub.com/yargs/yargs/issues/2105)) ([d6e342d](https://togithub.com/yargs/yargs/commit/d6e342d8ef2c488f438c32770ba2209cf8223342))
- wrap unknown args in quotes ([#2092](https://togithub.com/yargs/yargs/issues/2092)) ([6a29778](https://togithub.com/yargs/yargs/commit/6a2977867bd58dbd8bb550f7b0b4c4c298835597))
##### [17.3.1](https://togithub.com/yargs/yargs/compare/v17.3.0...v17.3.1) (2021-12-23)
##### Bug Fixes
- **translations:** correct Korean translation ([#2095](https://togithub.com/yargs/yargs/issues/2095)) ([c7c2b9e](https://togithub.com/yargs/yargs/commit/c7c2b9eb340754ddac7bdd1687c7951332c5ebba))
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
This PR contains the following updates:
17.3.1
->17.5.1
Release Notes
yargs/yargs
### [`v17.5.1`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1751-httpsgithubcomyargsyargscomparev1750v1751-2022-05-16) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.5.0...v17.5.1) ### [`v17.5.0`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1750-httpsgithubcomyargsyargscomparev1741v1750-2022-05-11) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.4.1...v17.5.0) ##### Features - add browser.d.ts and check for existence of Error.captureStackTrace() ([#2144](https://togithub.com/yargs/yargs/issues/2144)) ([6192990](https://togithub.com/yargs/yargs/commit/6192990509cf793c4b10b88884d626893dee89df)) ##### Bug Fixes - **completion:** support for default flags ([db35423](https://togithub.com/yargs/yargs/commit/db354232705623bbcd8fad362f6a4d6d59650be5)) - import yargs/yargs in esm projects ([#2151](https://togithub.com/yargs/yargs/issues/2151)) ([95aed1c](https://togithub.com/yargs/yargs/commit/95aed1c175ec82e585003883bda1b6b75d5493ce)) ##### [17.4.1](https://togithub.com/yargs/yargs/compare/v17.4.0...v17.4.1) (2022-04-09) ##### Bug Fixes - coerce pollutes argv ([#2161](https://togithub.com/yargs/yargs/issues/2161)) ([2d1136d](https://togithub.com/yargs/yargs/commit/2d1136d303ea805685a973ded62f52efd49b78b9)) - **completion:** don't show positional args choices with option choices ([#2148](https://togithub.com/yargs/yargs/issues/2148)) ([b58b5bc](https://togithub.com/yargs/yargs/commit/b58b5bc2cda7fc15acf559ae4a6a0eda0be06044)) - hide hidden options from completion ([#2143](https://togithub.com/yargs/yargs/issues/2143)) ([e086dfa](https://togithub.com/yargs/yargs/commit/e086dfad7ff11956b1e8779c00cf2351a4cc3b03)), closes [#2142](https://togithub.com/yargs/yargs/issues/2142) - show message when showHelpOnFail is chained globally ([#2154](https://togithub.com/yargs/yargs/issues/2154)) ([ad9fcac](https://togithub.com/yargs/yargs/commit/ad9fcacb001a7eb842924408f3a06865a7c7a3b6)) ### [`v17.4.1`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1741-httpsgithubcomyargsyargscomparev1740v1741-2022-04-09) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.4.0...v17.4.1) ### [`v17.4.0`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1740-httpsgithubcomyargsyargscomparev1731v1740-2022-03-19) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.3.1...v17.4.0) ##### Features - **completion:** choices will now work for all possible aliases of an option and not just the default long option ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3)) - **completion:** positional arguments completion ([#2090](https://togithub.com/yargs/yargs/issues/2090)) ([00e4ebb](https://togithub.com/yargs/yargs/commit/00e4ebbe3acd438e73fdb101e75b4f879eb6d345)) ##### Bug Fixes - **completion:** changed the check for option arguments to match options that begin with '-', instead of '--', to include short options ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3)) - **completion:** fix for completions that contain non-leading hyphens ([30edd50](https://togithub.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3)) - failed command usage string is missing arg descriptions and optional args ([#2105](https://togithub.com/yargs/yargs/issues/2105)) ([d6e342d](https://togithub.com/yargs/yargs/commit/d6e342d8ef2c488f438c32770ba2209cf8223342)) - wrap unknown args in quotes ([#2092](https://togithub.com/yargs/yargs/issues/2092)) ([6a29778](https://togithub.com/yargs/yargs/commit/6a2977867bd58dbd8bb550f7b0b4c4c298835597)) ##### [17.3.1](https://togithub.com/yargs/yargs/compare/v17.3.0...v17.3.1) (2021-12-23) ##### Bug Fixes - **translations:** correct Korean translation ([#2095](https://togithub.com/yargs/yargs/issues/2095)) ([c7c2b9e](https://togithub.com/yargs/yargs/commit/c7c2b9eb340754ddac7bdd1687c7951332c5ebba))Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.