Skip to content

Update Rust crate clap to v4.5.40 #31

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.4 -> 4.5.40

Release Notes

clap-rs/clap (clap)

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

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

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 fix(deps): update rust crate clap to v4.5.6 fix(deps): update rust crate clap to v4.5.7 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from c50adce to e289339 Compare June 16, 2024 11:55
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from e289339 to 50a151a Compare June 28, 2024 17:07
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.7 fix(deps): update rust crate clap to v4.5.8 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 50a151a to 3b31bd4 Compare July 4, 2024 22:20
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.8 fix(deps): update rust crate clap to v4.5.9 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3b31bd4 to 282db4e Compare July 9, 2024 05:02
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 282db4e to 1f88e5f Compare July 23, 2024 17:49
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.9 fix(deps): update rust crate clap to v4.5.10 Jul 23, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.10 fix(deps): update rust crate clap to v4.5.11 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 3e10a50 to 32d4061 Compare July 31, 2024 19:21
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.11 fix(deps): update rust crate clap to v4.5.12 Jul 31, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.12 fix(deps): update rust crate clap to v4.5.13 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 32d4061 to 4404594 Compare August 1, 2024 00:10
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 4404594 to 8e6fd57 Compare August 8, 2024 20:25
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.13 fix(deps): update rust crate clap to v4.5.14 Aug 8, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.14 fix(deps): update rust crate clap to v4.5.15 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from eceb7d3 to 5838356 Compare August 16, 2024 02:10
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.15 fix(deps): update rust crate clap to v4.5.16 Aug 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.16 fix(deps): update rust crate clap to v4.5.17 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 1de9dbe to e4042de Compare September 20, 2024 23:13
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.17 fix(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 e4042de to 2254336 Compare October 1, 2024 18:31
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.18 fix(deps): update rust crate clap to v4.5.19 Oct 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.19 fix(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 2254336 to c2ff79e Compare October 8, 2024 15:24
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 0fbaf2e to d46b531 Compare January 9, 2025 22:34
@renovate renovate bot changed the title Update Rust crate clap to v4.5.26 Update Rust crate clap to v4.5.27 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from d46b531 to 42a499b Compare January 21, 2025 10:33
@renovate renovate bot changed the title Update Rust crate clap to v4.5.27 Update Rust crate clap to v4.5.28 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 42a499b to 591b142 Compare February 4, 2025 02:13
@renovate renovate bot changed the title Update Rust crate clap to v4.5.28 Update Rust crate clap to v4.5.29 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from a397d4f to 0c04f1e Compare February 17, 2025 22:50
@renovate renovate bot changed the title Update Rust crate clap to v4.5.29 Update Rust crate clap to v4.5.30 Feb 17, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.30 Update Rust crate clap to v4.5.31 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 0c04f1e to 3dff140 Compare February 24, 2025 19:22
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3dff140 to fd61e88 Compare March 10, 2025 23:18
@renovate renovate bot changed the title Update Rust crate clap to v4.5.31 Update Rust crate clap to v4.5.32 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from fd61e88 to c27601d Compare March 26, 2025 22:42
@renovate renovate bot changed the title Update Rust crate clap to v4.5.32 Update Rust crate clap to v4.5.33 Mar 26, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.33 Update Rust crate clap to v4.5.34 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 44444f3 to b3e1d01 Compare April 1, 2025 19:43
@renovate renovate bot changed the title Update Rust crate clap to v4.5.34 Update Rust crate clap to v4.5.35 Apr 1, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.35 Update Rust crate clap to v4.5.36 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from b3e1d01 to 575015a Compare April 11, 2025 22:36
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 575015a to 63d9e91 Compare April 18, 2025 23:21
@renovate renovate bot changed the title Update Rust crate clap to v4.5.36 Update Rust crate clap to v4.5.37 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 63d9e91 to 7a7e3bd Compare May 11, 2025 02:06
@renovate renovate bot changed the title Update Rust crate clap to v4.5.37 Update Rust crate clap to v4.5.38 May 11, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.38 Update Rust crate clap to v4.5.39 May 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 7a7e3bd to 89ee0d9 Compare May 27, 2025 23:36
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 89ee0d9 to 05f0dc0 Compare June 9, 2025 21:50
@renovate renovate bot changed the title Update Rust crate clap to v4.5.39 Update Rust crate clap to v4.5.40 Jun 9, 2025
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