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

fix(deps): update rust crate clap to 4.1.1 #103

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.0.26 -> 4.1.1

Release Notes

clap-rs/clap

v4.1.1

Compare Source

Fixes
  • (error) Small softening attempt for "unexpected argument" error

v4.1.0

Compare Source

Compatibility

MSRV changed to 1.64.0

For apps with custom --help and --version flags:

  • Descriptions for --help and --version changed

When apps have errors imitating clap's error style:

  • Error message style was changed, including
    • Moving away from "did you mean" to tips
    • Leading letter is lower case
    • "For more" added some punctuation
Features
  • ArgMatches::get_occurrences support for argument values to be grouped by their occurrence
Fixes
  • (derive) Allow upgrade_from when arguments / subcommands are explicitly marked as required
  • (help) Try be more clearer and succinct with --help and --version (also helps with overflow)
  • (error) Try to be more clearer and succinct with error messages
  • (error) Officially adopt an error style guide

v4.0.32

Compare Source

Fixes
  • (parser) When overriding required(true), consider args that conflict with its group

v4.0.31

Compare Source

Performance
  • Speed up parsing when a lot of different flags are present (100 unique flags)

v4.0.30

Compare Source

Fixes
  • (error) Improve error for args_conflicts_with_subcommand

v4.0.29

Compare Source

v4.0.28

Compare Source

Fixes
  • Fix wasm support which was broken in 4.0.27

v4.0.27

Compare Source

Features
  • Have Arg::value_parser accept Vec<impl Into<PossibleValue>>
  • Implement Display and FromStr for ColorChoice
Fixes
  • Remove soundness issue by switching from atty to is-terminal

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 this update 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 changed the title fix(deps): update rust crate clap to 4.0.27 fix(deps): update rust crate clap to 4.0.28 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 2ef8db3 to fea74ce Compare November 29, 2022 05:15
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.28 fix(deps): update rust crate clap to 4.0.29 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from fea74ce to 2352e35 Compare November 29, 2022 15:58
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.29 Update Rust crate clap to 4.0.29 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate clap to 4.0.29 fix(deps): update rust crate clap to 4.0.29 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.29 fix(deps): update rust crate clap to 4.0.30 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 5c298dd to be91a0c Compare December 22, 2022 21:38
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.30 fix(deps): update rust crate clap to 4.0.32 Dec 22, 2022
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.32 fix(deps): update rust crate clap to 4.1.0 Jan 13, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from be91a0c to 7f67986 Compare January 13, 2023 19:05
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7f67986 to 0f1435b Compare January 14, 2023 07:27
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.1.0 fix(deps): update rust crate clap to 4.1.1 Jan 14, 2023
@KisaragiEffective KisaragiEffective merged commit 67236bf into master Jan 15, 2023
@KisaragiEffective KisaragiEffective deleted the renovate/clap-4.x branch January 15, 2023 10:14
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.

1 participant