sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Bump yargs from 17.4.1 to 17.5.0 #364

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps yargs from 17.4.1 to 17.5.0.

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)
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)
  • See full diff in compare view


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

Looks like yargs is up-to-date now, so this is no longer needed.