Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency yargs to v17 #422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yargs (source) 14.2.3 -> 17.7.2 age adoption passing confidence
@types/yargs (source) 13.0.12 -> 17.0.32 age adoption passing confidence

Release Notes

yargs/yargs (yargs)

v17.7.2

Compare Source

Bug Fixes

v17.7.1

Compare Source

Bug Fixes

v17.7.0

Compare Source

Features
Bug Fixes
  • copy the description of the option to its alias in completion (#​2269) (f37ee6f)

v17.6.2

Compare Source

Bug Fixes

v17.6.1

Compare Source

Bug Fixes
  • lang: fix "Not enough non-option arguments" message for the Czech language (#​2242) (3987b13)

v17.6.0

Compare Source

Features
Bug Fixes
17.5.1 (2022-05-16)
Bug Fixes
  • add missing entries to published files (#​2185) (5685382)
  • address bug when strict and async middleware used together (#​2164) (cbc2eb7)
  • completion: correct zsh installation instructions (22e9af2)
  • handle multiple node_modules folders determining mainFilename for ESM (#​2123) (e0823dd)
  • lang: add missing terms to Russian translation (#​2181) (1c331f2)
  • prevent infinite loop with empty locale (#​2179) (b672e70)
  • veriadic arguments override array provided in config (the same as multiple dash arguments). (4dac5b8)

v17.5.1

Compare Source

v17.5.0

Compare Source

Features
  • add browser.d.ts and check for existence of Error.captureStackTrace() (#​2144) (6192990)
Bug Fixes
17.4.1 (2022-04-09)
Bug Fixes

v17.4.1

Compare Source

v17.4.0

Compare Source

Features
  • completion: choices will now work for all possible aliases of an option and not just the default long option (30edd50)
  • completion: positional arguments completion (#​2090) (00e4ebb)
Bug Fixes
  • completion: changed the check for option arguments to match options that begin with '-', instead of '--', to include short options (30edd50)
  • completion: fix for completions that contain non-leading hyphens (30edd50)
  • failed command usage string is missing arg descriptions and optional args (#​2105) (d6e342d)
  • wrap unknown args in quotes (#​2092) (6a29778)
17.3.1 (2021-12-23)
Bug Fixes

v17.3.1

Compare Source

v17.3.0

Compare Source

Features
  • fallback to default bash completion (74c0ba5)
Bug Fixes
17.2.1 (2021-09-25)
Bug Fixes

v17.2.1

Compare Source

v17.2.0

Compare Source

Features
Bug Fixes
17.1.1 (2021-08-13)
Bug Fixes
  • positional array defaults should not be combined with provided values (#​2006) (832222d)

v17.1.1

Compare Source

v17.1.0

Compare Source

Features
Bug Fixes
17.0.1 (2021-05-03)
Bug Fixes

v17.0.1

Compare Source

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • node: drop Node 10 (#​1919)
  • implicitly private methods are now actually private
  • deprecated reset() method is now private (call yargs() instead).
  • yargs-factory: refactor yargs-factory to use class (#​1895)
  • .positional() now allowed at root level of yargs.
  • coerce: coerce is now applied before validation.
  • async: yargs now returns a promise if async or check are asynchronous.
  • middleware: global middleware now applied when no command is configured.
  • #​1823 contains the following breaking API changes:
    • now returns a promise if handler is async.
    • onFinishCommand removed, in favor of being able to await promise.
    • getCompletion now invokes callback with err and `completions, returns promise of completions.
Features
Bug Fixes
Code Refactoring
  • coerce: coerce is now applied before validation. (8b95f57)
  • deprecated reset() method is now private (call yargs() instead). (376f892)
  • implicitly private methods are now actually private (376f892)
  • yargs-factory: refactor yargs-factory to use class (#​1895) (376f892)

v16.2.0

Compare Source

Features
  • command() now accepts an array of modules (f415388)
Bug Fixes
16.1.1 (2020-11-15)
Bug Fixes

v16.1.1

Compare Source

v16.1.0

Compare Source

Features
Bug Fixes
16.0.3 (2020-09-10)
Bug Fixes
16.0.2 (2020-09-09)
Bug Fixes
16.0.1 (2020-09-09)
Bug Fixes

v16.0.3

Compare Source

v16.0.2

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

⚠ BREAKING CHANGES
  • tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.
  • find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).
  • usage: single character aliases are now shown first in help output
  • rebase helper is no longer provided on yargs instance.
  • drop support for EOL Node 8 (#​1686)
Features
Bug Fixes

Older CHANGELOG Entries

v15.4.1: yargs v15.4.1

Compare Source

decamelize had 12mb dependency, we have downgraded to an earlier version.

v15.4.0: yargs v15.4.0

Compare Source

Features
Bug Fixes
  • docs: describe usage of .check() in more detail (932cd11)
  • i18n: Japanese translation phrasing (#​1619) (0894175)
  • strict mode: report default command unknown arguments (#​1626) (69f29a9)
  • usage: translate 'options' group only when displaying help (#​1600) (e60b39b)
Reverts

v15.3.1: yargs v15.3.1

Compare Source

Bug Fixes
  • _proto__ will now be replaced with __proto___ in parse (#​258), patching a potential
    prototype pollution vulnerability. This was reported by the Snyk Security Research Team. (63810ca)

v15.3.0: yargs v15.3.0

Compare Source

Features
Bug Fixes
  • address ambiguity between nargs of 1 and requiresArg (#​1572) (a5edc32)

v15.2.0: yargs v15.2.0

Compare Source

⚠ BREAKING CHANGES
  • deps: yargs-parser@17.0.0 no longer implicitly creates arrays out of boolean
    arguments when duplicates are provided
Features
Bug Fixes
  • help always displayed for the first command parsed having an async handler (#​1535) (d585b30)
  • deps: fix enumeration for normalized path arguments (#​1567) (0b5b1b0)
  • locales: only translate default option group name (acc16de)
  • locales: remove extra space in French for 'default' (#​1564) (ecfc2c4)
  • translations: add French translation for unknown command (#​1563) (18b0b75)
  • translations: fix pluralization in error messages. (#​1557) (94fa38c)
  • yargs: correct support of bundled electron apps (#​1554) (a0b61ac)

v15.1.0: yargs v15.1.0

Compare Source

Features
Bug Fixes

v15.0.2: yargs v15.0.2

Compare Source

Bug Fixes
  • temporary fix for libraries that call Object.freeze() (#​1483) (99c2dc8)

v15.0.1: yargs v15.0.1

Compare Source

Bug Fixes
  • deps: cliui, find-up, and string-width, all drop Node 6 support (#​1479) (6a9ebe2)

v15.0.0: yargs v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: yargs-parser now throws on invalid combinations of config (#​1470)
  • yargs-parser@16.0.0 drops support for Node 6
  • drop Node 6 support (#​1461)
  • remove package.json-based parserConfiguration (#​1460)
Features
Bug Fixes
  • docs: TypeScript import to prevent a future major release warning (#​1441) (b1b156a)
  • stop-parse was not being respected by commands (#​1459) (12c82e6)
  • update to yargs-parser with fix for array default values (#​1463) (ebee59d)
  • docs: update boolean description and examples in docs (#​1474) (afd5b48)
Miscellaneous Chores
Code Refactoring

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from d30aaea to 0b5a447 Compare June 8, 2021 01:34
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 4 times, most recently from 531d599 to 07cd738 Compare July 7, 2021 19:36
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from 683cbc2 to b39c2e4 Compare August 5, 2021 00:09
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 2784abc to 4c33b5c Compare August 26, 2021 03:31
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from 63ad52b to 340e987 Compare September 7, 2021 10:39
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 1c39678 to a932b70 Compare September 21, 2021 21:40
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from 8d98db7 to ac1eac3 Compare September 25, 2021 22:48
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 9a2a305 to 15dfb92 Compare October 12, 2021 21:42
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from c5b2379 to 1b4e5f5 Compare October 15, 2021 01:43
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from b11530f to aa8beae Compare September 27, 2022 21:22
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 6696d37 to 44c3fa8 Compare November 3, 2022 17:03
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 3 times, most recently from 8513224 to d36733b Compare November 28, 2022 19:19
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from f15f3a1 to a761bbf Compare December 7, 2022 21:16
@renovate renovate bot changed the title chore(deps): update dependency yargs to v17 Update dependency yargs to v17 Dec 17, 2022
@renovate renovate bot changed the title Update dependency yargs to v17 chore(deps): update dependency yargs to v17 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from aad2f25 to 36f23d3 Compare January 4, 2023 01:47
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 2f9080b to 033afed Compare January 31, 2023 13:58
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from d55cbdb to cc1bcb4 Compare March 27, 2023 20:06
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 18efd5d to 201d641 Compare September 29, 2023 03:18
@renovate renovate bot force-pushed the renovate/yargs-17.x branch 2 times, most recently from 2a18225 to 8140b2e Compare November 7, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants