Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Update Rust crate clap to 4.3.8 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.0.29 -> 4.3.8

Release Notes

clap-rs/clap

v4.3.8

Compare Source

Fixes
  • Error on ambiguity with infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behavior

v4.3.7

Compare Source

Documentation
  • Further clarify magic behavior in derive tutorial
  • Further clarify derive API's relationship to builder within the tutorial

v4.3.6

Compare Source

Documentation
  • Suggest clio

v4.3.5

Compare Source

  • ColorChoice::possible_values is added to simplify things for builder users
Fixes
  • ColorChoice::to_possible_value no longer includes descriptions, encouraging shorter help where possible

v4.3.4

Compare Source

Features
  • Add Error::exit_code

v4.3.3

Compare Source

Features
  • Command::defer for delayed initialization of subcommands to reduce startup times of large applications like deno

v4.3.2

Compare Source

Fixes
  • (derive) Don't produce unused_equalifications warnings when someone brings a clap type into scope

v4.3.1

Compare Source

Performance
  • (derive) Reduce the amount of generated code

v4.3.0

Compare Source

Fixes
  • (assert) Allow multiple, value-terminated, positional arguments
  • (assert) Clear up language on last assertion
  • (parser) Correctly assign values to arguments when using multiple, value-termianted, positional arguments
  • (parser) Ensure value_terminator has higher precedence than allow_hyphen_values
  • (help) Only use next-line-help on subcommand list when explicitly specified, not just with --help
  • (help) Correctly align possible values list
  • (help) Don't waste code, vertical space in moving possible value descriptions to next line

v4.2.7

Compare Source

Fixes
  • Correctly track remaining length for iterators provided by ArgMatches

v4.2.6

Compare Source

Features
  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId

v4.2.5

Compare Source

Fixes
  • Improve panic when a group requires a non-existent ID

v4.2.4

Compare Source

Documentation
  • Corrected docs for Command::style

v4.2.3

Compare Source

Features
  • Command::styles for theming help/errors (behind unstable-styles)

v4.2.2

Compare Source

Internal
  • Update dependencies

v4.2.1

Compare Source

Fixes
  • Don't highlight uninteresting parts of the error message

v4.2.0

Compare Source

Compatibility
  • Removed the languishing unstable-replace feature (open to discussion at #​2836)
  • Removed the stablized unstable-grouped feature
Features
  • Allow any StyledStr to accept text styled with ANSI escape codes
  • Respect CLICOLOR, CLICOLOR_FORCE
Fixes
  • Lighten the tone for "unexpected argument" errors (open to discussion at #​4638)

v4.1.14

Compare Source

Features
  • (derive) #[group] raw attribute support
Performance
  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries

v4.1.13

Compare Source

Performance
  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

v4.1.12

Compare Source

Internal
  • (derive) Update to syn v2
Performance
  • (derive) Faster build times by dropping proc-macro-error dependency

v4.1.11

Compare Source

Internal
  • Update bitflags

v4.1.10

Compare Source

Fixes
  • (help) On Windows, avoid underlined text artifacts

v4.1.9

Compare Source

Fixes
  • (assert) Improve the assert when using the wrong action with get_count / get_flag

v4.1.8

Compare Source

Fixes
  • (derive) Don't deny lints on the users behalf

v4.1.7

Compare Source

Fixes
  • (derive) Hide some nightly clippy warnings

v4.1.6

Compare Source

Fixes
  • (help) Don't show long help for --help just because hidden possible values include a description

v4.1.5

Compare Source

Fixes
  • (help) Don't show long help for --help just because a hidden arg has a possible value with a description

v4.1.4

Compare Source

Fixes
  • (help) Respect disable_colored_help when using arg_required_else_help
Performance
  • Speed up compiling arg! macro

v4.1.3

Compare Source

Fixes
  • (error) Improve suggested flag/value/subcommand when two share a long preifx
  • (error) When suggesting one of several subcommands, use the plural subcommands, rather than subcommand

v4.1.2

Compare Source

Fixes
  • In documentation, refer to get_flag, rather than get_one::<bool>

v4.1.1

Compare Source

Features
  • (derive) #[group] raw attribute support
Performance
  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries

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

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 Update Rust crate clap to 4.0.30 Update Rust crate clap to 4.0.31 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5d8774d to ee27a4a Compare December 22, 2022 19:04
@renovate renovate bot changed the title Update Rust crate clap to 4.0.31 Update Rust crate clap to 4.0.32 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from ee27a4a to b9ca778 Compare December 22, 2022 21:43
@renovate renovate bot force-pushed the renovate/clap-4.x branch from b9ca778 to 7aff677 Compare January 13, 2023 16:14
@renovate renovate bot changed the title Update Rust crate clap to 4.0.32 Update Rust crate clap to 4.1.0 Jan 13, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7aff677 to b417e36 Compare January 14, 2023 05:48
@renovate renovate bot changed the title Update Rust crate clap to 4.1.0 Update Rust crate clap to 4.1.1 Jan 14, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.1.1 Update Rust crate clap to 4.1.2 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from b417e36 to 8a20a2f Compare January 23, 2023 18:49
@renovate renovate bot changed the title Update Rust crate clap to 4.1.2 Update Rust crate clap to 4.1.3 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 464b696 to 48f7603 Compare January 24, 2023 23:50
@renovate renovate bot changed the title Update Rust crate clap to 4.1.3 Update Rust crate clap to 4.1.4 Jan 24, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.1.4 Update Rust crate clap to 4.1.5 Feb 15, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 48f7603 to 5f797cb Compare February 15, 2023 17:11
@renovate renovate bot changed the title Update Rust crate clap to 4.1.5 Update Rust crate clap to 4.1.6 Feb 15, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5f797cb to a1e79d3 Compare February 15, 2023 22:40
@renovate renovate bot changed the title Update Rust crate clap to 4.1.6 Update Rust crate clap to 4.1.8 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from a1e79d3 to aaa4378 Compare March 9, 2023 11:22
@renovate renovate bot changed the title Update Rust crate clap to 4.1.8 Update Rust crate clap to 4.1.9 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from aaa4378 to 998e9f2 Compare March 17, 2023 04:12
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 998e9f2 to 7e76238 Compare March 26, 2023 23:25
@renovate renovate bot changed the title Update Rust crate clap to 4.1.9 Update Rust crate clap to 4.1.13 Mar 26, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.1.13 Update Rust crate clap to 4.1.14 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7e76238 to 5745000 Compare March 28, 2023 01:20
@renovate renovate bot changed the title Update Rust crate clap to 4.1.14 Update Rust crate clap to 4.2.1 Mar 29, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5745000 to ee21608 Compare March 29, 2023 23:04
@renovate renovate bot changed the title Update Rust crate clap to 4.2.1 Update Rust crate clap to 4.2.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from ee21608 to 9deeff4 Compare April 17, 2023 13:09
@renovate renovate bot changed the title Update Rust crate clap to 4.2.2 Update Rust crate clap to 4.3.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 9deeff4 to bde1779 Compare May 28, 2023 09:33
@renovate renovate bot changed the title Update Rust crate clap to 4.3.0 Update Rust crate clap to 4.3.1 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from bde1779 to d56d88d Compare June 2, 2023 16:15
@renovate renovate bot changed the title Update Rust crate clap to 4.3.1 Update Rust crate clap to 4.3.2 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from d56d88d to 4bacca6 Compare June 5, 2023 23:22
@renovate renovate bot changed the title Update Rust crate clap to 4.3.2 Update Rust crate clap to 4.3.3 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 4bacca6 to 58f954a Compare June 9, 2023 17:22
@renovate renovate bot changed the title Update Rust crate clap to 4.3.3 Update Rust crate clap to 4.3.4 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 177f92e to 061f259 Compare June 20, 2023 17:44
@renovate renovate bot changed the title Update Rust crate clap to 4.3.4 Update Rust crate clap to 4.3.5 Jun 20, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.5 Update Rust crate clap to 4.3.6 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 061f259 to 4645f08 Compare June 23, 2023 18:15
@renovate renovate bot changed the title Update Rust crate clap to 4.3.6 Update Rust crate clap to 4.3.8 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 4645f08 to f7aa7f4 Compare June 23, 2023 22:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants