swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
205 stars 11 forks source link

chore(deps): bump clap from 3.0.0-beta.4 to 3.0.0-beta.5 #170

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps clap from 3.0.0-beta.4 to 3.0.0-beta.5.

Changelog

Sourced from clap's changelog.

v3.0.0-beta.5 (2021-10-18)

BREAKING CHANGES

  • Renamed Features
    • unicode_help to unicode to encompass more functionality
  • Gated behind features
    • App::replace is now gated behind unstable-replace
  • Removed derive requirement
    • clap::ArgEnum
    • clap::Args
    • clap::FromArgMatches
    • clap::IntoApp
    • clap::Subcommand
  • Renamed Traits
    • clap::Clap => clap::Parser
  • Renamed Methods
    • App::generate_usage => App::render_usage
  • Removed Settings
    • AppSettings::DisableVersionForSubcommands is now default behaviour
    • AppSettings::ColoredHelp: we are now relying solely on the color feature flag and App::color method
    • AppSettings::StrictUtf8 is now default behaviour
    • AppSettings::AllowInvalidUtf8 in favor of ArgSettings::AllowInvalidUtf8
    • AppSettings::UnifiedHelpMessage is now default behaviour
    • AppSettings::ColorAlways in favor of App::color
    • AppSettings::ColorNever in favor of App::color
    • AppSettings::ColorAuto in favor of App::color
  • Removed methods
    • App
      • App::get_flags
      • App::get_positionals_with_no_heading
      • App::get_flags_with_no_heading
      • App::get_opts_with_no_heading
      • App::stop_custom_headings in favor of App:help_heading(None)
    • Error
      • Error::with_description in favor of App::error
    • ArgEnum
      • ArgEnum::as_arg in favor of ArgEnum::to_arg_value
    • clap_generate::Generator
      • Generator::all_subcommands
      • Generator::find_subcommand_with_path
      • Generator::subcommands
      • Generator::shorts_and_visible_aliases
      • Generator::longs_and_visible_aliases
      • Generator::flags
  • Removed
    • ArgEnum::VARIANTS in favor of ArgEnum::value_variants
  • Deprecated
    • clap::clap_app! in favor of other builders
  • Changed

... (truncated)

Commits


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 #174.