Skip to content

Comments

chore(deps): update clap#270

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/clap
Open

chore(deps): update clap#270
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/clap

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Type Update Change
clap build-dependencies patch 4.5.214.5.60
clap dependencies patch 4.5.214.5.60
clap_complete build-dependencies patch 4.5.384.5.66
clap_mangen build-dependencies patch 0.2.240.2.31

Release Notes

clap-rs/clap (clap)

v4.5.60

Compare Source

v4.5.59

Compare Source

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.22 chore(deps): update rust crate clap to v4.5.23 Dec 5, 2024
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.23 fix(deps): update rust crate clap to v4.5.23 Dec 10, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.23 fix(deps): update clap Dec 16, 2024
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from cfce027 to 787608a Compare December 17, 2024 21:10
@renovate renovate bot force-pushed the renovate/clap branch 4 times, most recently from 3f63494 to 9bc095f Compare January 10, 2025 17:26
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 380d270 to 4ac87f6 Compare January 27, 2025 16:32
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from b9c0be2 to 2765cf3 Compare February 4, 2025 00:29
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 66c7318 to d194df5 Compare February 17, 2025 22:13
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from c782056 to f00c578 Compare February 24, 2025 19:26
@renovate renovate bot force-pushed the renovate/clap branch from f00c578 to 3142517 Compare March 10, 2025 22:28
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from e993c3d to 7161fc6 Compare March 26, 2025 21:57
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 6617c9f to 5da1d12 Compare April 1, 2025 19:52
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from d8f9db9 to 0fb6c12 Compare April 18, 2025 22:23
@renovate renovate bot force-pushed the renovate/clap branch from 0fb6c12 to 22e40d9 Compare April 29, 2025 00:02
@renovate renovate bot force-pushed the renovate/clap branch 3 times, most recently from 9e38eb8 to dc356fe Compare May 11, 2025 02:14
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from c28f9ac to d91b166 Compare July 30, 2025 04:51
@renovate renovate bot force-pushed the renovate/clap branch 4 times, most recently from 757ad90 to 17412ec Compare August 12, 2025 19:05
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from c2dbd72 to d3b1ec7 Compare September 20, 2025 01:24
@renovate renovate bot changed the title fix(deps): update clap chore(deps): update clap Sep 25, 2025
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 83f0679 to c5ed8be Compare October 20, 2025 17:41
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 1a8c1e6 to ed13d69 Compare October 29, 2025 16:42
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 37ea6e1 to 4596be3 Compare November 19, 2025 21:33
@renovate renovate bot force-pushed the renovate/clap branch 3 times, most recently from 77c4c97 to adda09c Compare January 3, 2026 00:26
@renovate renovate bot force-pushed the renovate/clap branch 3 times, most recently from 1f22f2d to f8f91f9 Compare February 3, 2026 17:49
@renovate renovate bot force-pushed the renovate/clap branch 2 times, most recently from 2f16e8d to a2a6583 Compare February 17, 2026 00:37
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