Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2021

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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-3.0.0-beta.5 branch from ddc9d0b to 2083889 Compare November 10, 2021 17:58
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.4 to 3.0.0-beta.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.0.0-beta.4...v3.0.0-beta.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-3.0.0-beta.5 branch from 2083889 to dcbfa1c Compare November 10, 2021 17:59
@silverjam silverjam merged commit 332367b into main Nov 10, 2021
@silverjam silverjam deleted the dependabot/cargo/clap-3.0.0-beta.5 branch November 10, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant