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

fix(deps): update rust crate clap to 4.3.8 - #15

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x
Open

fix(deps): update rust crate clap to 4.3.8#15
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x

Conversation

@renovate

@renovate renovate Bot commented Nov 24, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.0.26 -> 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

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 f5f911d to 11014d2 Compare November 29, 2022 06:59
@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 11014d2 to 79847d0 Compare November 29, 2022 13:04
@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 from 79847d0 to 2e0c999 Compare December 21, 2022 03:14
@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 force-pushed the renovate/clap-4.x branch from 2e0c999 to ab3710e Compare December 22, 2022 22:01
@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 2 times, most recently from be610ac to 5f80f7e Compare January 14, 2023 05:21
@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
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.1 fix(deps): update rust crate clap to 4.1.2 Jan 23, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 5f80f7e to f0207cb Compare January 23, 2023 19:05
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.2 fix(deps): update rust crate clap to 4.1.10 Mar 18, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from f0207cb to 07b8421 Compare March 18, 2023 04:15
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.10 fix(deps): update rust crate clap to 4.1.11 Mar 21, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 07b8421 to b46a39e Compare March 21, 2023 09:45
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.11 fix(deps): update rust crate clap to 4.1.12 Mar 23, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from b46a39e to 6fffeb4 Compare March 23, 2023 18:34
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.12 fix(deps): update rust crate clap to 4.1.13 Mar 24, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 1e60204 to 005453f Compare March 28, 2023 03:06
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.13 fix(deps): update rust crate clap to 4.1.14 Mar 28, 2023
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.1.14 fix(deps): update rust crate clap to 4.2.1 Mar 29, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 005453f to 51f30c5 Compare March 29, 2023 22:36
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.2.1 fix(deps): update rust crate clap to 4.2.2 Apr 17, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 51f30c5 to e318174 Compare April 17, 2023 13:03
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.2.2 fix(deps): update rust crate clap to 4.3.0 May 28, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from e318174 to 3062a06 Compare May 28, 2023 11:47
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.0 fix(deps): update rust crate clap to 4.3.1 Jun 2, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 3062a06 to 3f243d5 Compare June 2, 2023 17:29
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.1 fix(deps): update rust crate clap to 4.3.2 Jun 5, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 3f243d5 to 237bc4e Compare June 5, 2023 23:38
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.2 fix(deps): update rust crate clap to 4.3.3 Jun 9, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 4a1e677 to f5bac78 Compare June 14, 2023 14:55
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.3 fix(deps): update rust crate clap to 4.3.4 Jun 14, 2023
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.4 fix(deps): update rust crate clap to 4.3.5 Jun 20, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from f5bac78 to 09f3807 Compare June 20, 2023 17:51
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.5 fix(deps): update rust crate clap to 4.3.6 Jun 23, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from 09f3807 to b02224f Compare June 23, 2023 18:49
@renovate renovate Bot changed the title fix(deps): update rust crate clap to 4.3.6 fix(deps): update rust crate clap to 4.3.8 Jun 24, 2023
@renovate
renovate Bot force-pushed the renovate/clap-4.x branch from b02224f to c5f6423 Compare June 24, 2023 01:42
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