Skip to content

fix(deps): update rust crate clap to v4.5.41 #211

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 Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.16 -> 4.5.41

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

clap-rs/clap (clap)

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 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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for hoard-docs ready!

Name Link
🔨 Latest commit 9be9ddc
🔍 Latest deploy log https://app.netlify.com/projects/hoard-docs/deploys/686f379b80f6990008c5a9e2
😎 Deploy Preview https://deploy-preview-211--hoard-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.69%. Comparing base (f94c89b) to head (a131800).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   89.23%   88.69%   -0.54%     
==========================================
  Files          74       74              
  Lines        4346     4318      -28     
==========================================
- Hits         3878     3830      -48     
- Misses        468      488      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@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 f850668 to 9c12215 Compare September 20, 2024 22:20
@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 force-pushed the renovate/clap-4.x-lockfile branch from 9c12215 to 34139c4 Compare October 1, 2024 19:44
@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 34139c4 to 723bac7 Compare October 8, 2024 16:14
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.20 fix(deps): update rust crate clap to v4.5.21 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 723bac7 to a131800 Compare November 13, 2024 19:49
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.21 fix(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 a131800 to f722352 Compare December 3, 2024 22:17
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.22 fix(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 f722352 to cd2c6bd Compare December 5, 2024 21:42
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.23 fix(deps): update rust crate clap to v4.5.24 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from cd2c6bd to 86d05f2 Compare January 8, 2025 14:48
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.24 fix(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 86d05f2 to ac8005f Compare January 9, 2025 15:35
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.25 fix(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 ac8005f to 11b551e Compare January 9, 2025 19:13
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.26 fix(deps): update rust crate clap to v4.5.27 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 11b551e to 077a426 Compare January 21, 2025 09:13
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 077a426 to 930811c Compare February 4, 2025 01:00
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.27 fix(deps): update rust crate clap to v4.5.28 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 930811c to 5723d20 Compare February 11, 2025 22:54
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.28 fix(deps): update rust crate clap to v4.5.29 Feb 11, 2025
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.29 fix(deps): update rust crate clap to v4.5.30 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 5723d20 to 2b0e6e3 Compare February 17, 2025 23:19
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.30 fix(deps): update rust crate clap to v4.5.31 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 2b0e6e3 to 20db638 Compare February 24, 2025 18:25
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 20db638 to a1cb79e Compare March 10, 2025 22:33
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.31 fix(deps): update rust crate clap to v4.5.32 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from a1cb79e to 3fc697f Compare March 26, 2025 22:30
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.32 fix(deps): update rust crate clap to v4.5.33 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3fc697f to 5f223c2 Compare March 27, 2025 07:53
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.33 fix(deps): update rust crate clap to v4.5.34 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 5f223c2 to bce161d Compare April 1, 2025 18:59
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.34 fix(deps): update rust crate clap to v4.5.35 Apr 1, 2025
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.35 fix(deps): update rust crate clap to v4.5.36 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from bce161d to 0fad2d9 Compare April 11, 2025 23:29
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.36 fix(deps): update rust crate clap to v4.5.37 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 0fad2d9 to 9f62fbc Compare April 18, 2025 19:25
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.37 fix(deps): update rust crate clap to v4.5.38 May 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 9f62fbc to 48d2f8b Compare May 11, 2025 02:22
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 48d2f8b to 6b1d234 Compare May 28, 2025 00:02
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.38 fix(deps): update rust crate clap to v4.5.39 May 28, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 6b1d234 to c30d3ca Compare June 9, 2025 19:07
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.39 fix(deps): update rust crate clap to v4.5.40 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c30d3ca to 9be9ddc Compare July 10, 2025 03:46
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.40 fix(deps): update rust crate clap to v4.5.41 Jul 10, 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.

1 participant