Skip to content

chore(deps): update rust crate clap to v4.5.60#506

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

chore(deps): update rust crate clap to v4.5.60#506
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.164.5.60

Release Notes

clap-rs/clap (clap)

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

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

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

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 is behind base branch, 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 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.17 chore(deps): update rust crate clap to v4.5.18 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c8b20db to 299e1c8 Compare September 20, 2024 22:28
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.18 chore(deps): update rust crate clap to v4.5.19 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 299e1c8 to cf7ff1e Compare October 1, 2024 18:44
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.19 chore(deps): update rust crate clap to v4.5.20 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from cf7ff1e to 6af1859 Compare October 8, 2024 16:51
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.20 chore(deps): update rust crate clap to v4.5.21 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 27a763f to 17f624a Compare November 20, 2024 06:46
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.21 chore(deps): update rust crate clap to v4.5.22 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 17f624a to 55eac7c Compare December 3, 2024 21:42
@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 force-pushed the renovate/clap-4.x-lockfile branch from 55eac7c to 5735706 Compare December 5, 2024 22:18
@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 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.23 chore(deps): update rust crate clap to v4.5.23 Dec 17, 2024
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.23 chore(deps): update rust crate clap to v4.5.24 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 5735706 to f76dfdd Compare January 7, 2025 17:52
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.24 chore(deps): update rust crate clap to v4.5.25 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from f76dfdd to 9c30bbe Compare January 9, 2025 17:00
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.25 chore(deps): update rust crate clap to v4.5.26 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 9c30bbe to f3c0b5f Compare January 9, 2025 20:47
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.26 chore(deps): update rust crate clap to v4.5.27 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from ae45a96 to 346c920 Compare January 27, 2025 15:07
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 0b752f1 to ff77bf4 Compare January 28, 2025 14:53
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 4cca434 to 787f5c1 Compare September 2, 2025 18:11
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.46 chore(deps): update rust crate clap to v4.5.47 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 787f5c1 to 301b69f Compare September 19, 2025 22:38
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.47 chore(deps): update rust crate clap to v4.5.48 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.48 chore(deps): update rust crate clap to v4.5.49 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 301b69f to 286adda Compare October 13, 2025 19:14
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.49 chore(deps): update rust crate clap to v4.5.50 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 286adda to ee1f545 Compare October 20, 2025 18:57
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from ee1f545 to 5d1153d Compare October 29, 2025 20:48
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.50 chore(deps): update rust crate clap to v4.5.51 Oct 29, 2025
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.51 chore(deps): update rust crate clap to v4.5.52 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from e926cd4 to c9779fd Compare November 20, 2025 15:52
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.52 chore(deps): update rust crate clap to v4.5.53 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c9779fd to 5e37999 Compare January 2, 2026 22:45
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.53 chore(deps): update rust crate clap to v4.5.54 Jan 2, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 5e37999 to f97304e Compare January 27, 2026 13:53
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.54 chore(deps): update rust crate clap to v4.5.55 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from f97304e to 04ebd8b Compare January 27, 2026 22:58
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.55 chore(deps): update rust crate clap to v4.5.56 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 04ebd8b to f93aeef Compare January 29, 2026 19:05
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.56 chore(deps): update rust crate clap to v4.5.57 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from f93aeef to 8dd1dae Compare February 3, 2026 19:16
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 8dd1dae to 1783ae0 Compare February 11, 2026 15:16
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.57 chore(deps): update rust crate clap to v4.5.58 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 1783ae0 to d407733 Compare February 16, 2026 22:56
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.58 chore(deps): update rust crate clap to v4.5.59 Feb 16, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from d407733 to cc56199 Compare February 19, 2026 19:10
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.59 chore(deps): update rust crate clap to v4.5.60 Feb 19, 2026
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.

0 participants