AndyOGo / node-sync-glob

Synchronize files and folders locally by glob patterns, watch option included.
MIT License
19 stars 1 forks source link

Bump yargs from 6.6.0 to 17.5.0 #211

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps yargs from 6.6.0 to 17.5.0.

Release notes

Sourced from yargs's releases.

yargs yargs-v16.2.1

Bug Fixes

yargs yargs-v7.1.2

Bug Fixes

Changelog

Sourced from yargs's changelog.

17.5.0 (2022-05-11)

Features

  • add browser.d.ts and check for existence of Error.captureStackTrace() (#2144) (6192990)

Bug Fixes

  • completion: support for default flags (db35423)
  • import yargs/yargs in esm projects (#2151) (95aed1c)

17.4.1 (2022-04-09)

Bug Fixes

17.4.0 (2022-03-19)

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

  • translations: correct Korean translation (#2095) (c7c2b9e)

17.3.0 (2021-11-30)

Features

... (truncated)

Commits
  • fcb4d38 chore(main): release 17.5.0 (#2184)
  • 7e85096 Revert "chore: Set permissions for GitHub actions (#2168)" (#2183)
  • 95aed1c fix: import yargs/yargs in esm projects (#2151)
  • db35423 fix(completion): support for default flags
  • 6192990 feat: add browser.d.ts and check for existence of Error.captureStackTrace() (...
  • d9fa18c chore: Set permissions for GitHub actions (#2168)
  • be52515 chore(main): release 17.4.1 (#2147)
  • 2d1136d fix: coerce pollutes argv (#2161)
  • ad9fcac fix: show message when showHelpOnFail is chained globally (#2154)
  • b58b5bc fix(completion): don't show positional args choices with option choices (#2148)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs since your current version.


Dependabot compatibility score

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[bot] commented 2 years ago

Superseded by #212.