Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Update Rust crate clap to 4.4.6 #4

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.1.4 -> 4.4.6

Release Notes

clap-rs/clap (clap)

v4.4.6

Compare Source

Internal
  • Upgrade anstream

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

Compare Source

Internal
  • Update terminal_size to 0.3

v4.4.3

Compare Source

Documentation
  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

Compare Source

Performance
  • Improve build times by removing once_cell dependency

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates

v4.3.23

Compare Source

Fixes
  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

Compare Source

Features
  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors

v4.3.21

Compare Source

Features
  • Expose TryMapValueParser so the type can be named

v4.3.20

Compare Source

Features
  • Command::mut_args for modifying all arguments en masse

v4.3.19

Compare Source

Fixes
  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

Compare Source

Fixes
  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

Compare Source

Fixes
  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

Compare Source

Fixes
  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

Compare Source

Features
  • (unstable-styles) Re-export anstyle
Documentation
  • (unstable-styles) Provide more examples

v4.3.14

Compare Source

Features
  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display
Fixes
  • Skip [OPTIONS] in usage if a help or version ArgAction is used

v4.3.13

Compare Source

v4.3.12

Compare Source

Fixes
  • (derive) Don't error on enum variant field attributes

v4.3.11

Compare Source

Features
  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

v4.3.10

Compare Source

Performance
  • Drop a dependency, reducing binary size by 1.3 KiB

v4.3.9

Compare Source

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

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
  • Ensure column padding is preserved in --help with custom templates

v4.3.1

Compare Source

Fixes
  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

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

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 requested review from auguwu and IceeMC as code owners February 15, 2023 22:05
@renovate renovate bot changed the title Update Rust crate clap to 4.1.6 Update Rust crate clap to 4.1.7 Feb 27, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 2513be4 to 03cee71 Compare February 27, 2023 22:50
@renovate renovate bot changed the title Update Rust crate clap to 4.1.7 Update Rust crate clap to 4.1.8 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 03cee71 to 5622749 Compare February 28, 2023 16:35
@renovate renovate bot changed the title Update Rust crate clap to 4.1.8 Update Rust crate clap to 4.1.10 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5622749 to 1360ea4 Compare March 18, 2023 23:54
@renovate renovate bot changed the title Update Rust crate clap to 4.1.10 Update Rust crate clap to 4.1.11 Mar 19, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 1360ea4 to 2824936 Compare March 19, 2023 03:34
@renovate renovate bot changed the title Update Rust crate clap to 4.1.11 Update Rust crate clap to 4.1.12 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 2824936 to dce33d2 Compare March 23, 2023 18:43
@renovate renovate bot changed the title Update Rust crate clap to 4.1.12 Update Rust crate clap to 4.1.13 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from d63ff99 to 3c1b4d1 Compare March 28, 2023 07:03
@renovate renovate bot changed the title Update Rust crate clap to 4.1.13 Update Rust crate clap to 4.1.14 Mar 28, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.1.14 Update Rust crate clap to 4.2.0 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 02677d3 to 1e96159 Compare March 30, 2023 00:15
@renovate renovate bot changed the title Update Rust crate clap to 4.2.0 Update Rust crate clap to 4.2.1 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 1e96159 to 18bf70e Compare April 13, 2023 19:38
@renovate renovate bot changed the title Update Rust crate clap to 4.2.1 Update Rust crate clap to 4.2.2 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 18bf70e to 7c028bc Compare May 30, 2023 03:56
@renovate renovate bot changed the title Update Rust crate clap to 4.2.2 Update Rust crate clap to 4.3.0 May 30, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.0 Update Rust crate clap to 4.3.1 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from d395a01 to 55aa564 Compare June 10, 2023 06:00
@renovate renovate bot changed the title Update Rust crate clap to 4.3.1 Update Rust crate clap to 4.3.3 Jun 10, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.3 Update Rust crate clap to 4.3.4 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 55aa564 to 2ff10f5 Compare June 14, 2023 23:49
@renovate renovate bot changed the title Update Rust crate clap to 4.3.12 Update Rust crate clap to 4.3.14 Jul 17, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.14 Update Rust crate clap to 4.3.15 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 6370fe2 to 4788e4a Compare July 18, 2023 17:54
@renovate renovate bot changed the title Update Rust crate clap to 4.3.15 Update Rust crate clap to 4.3.16 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 440dddc to a378022 Compare July 20, 2023 05:44
@renovate renovate bot changed the title Update Rust crate clap to 4.3.16 Update Rust crate clap to 4.3.17 Jul 20, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.17 Update Rust crate clap to 4.3.19 Jul 22, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from a378022 to 23a1040 Compare July 22, 2023 05:12
@renovate renovate bot changed the title Update Rust crate clap to 4.3.19 Update Rust crate clap to 4.3.21 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 23a1040 to 3a66010 Compare August 8, 2023 05:44
@renovate renovate bot changed the title Update Rust crate clap to 4.3.21 Update Rust crate clap to 4.3.22 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from ec24035 to 3fde1df Compare August 19, 2023 05:59
@renovate renovate bot changed the title Update Rust crate clap to 4.3.22 Update Rust crate clap to 4.3.23 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 3fde1df to 7be4447 Compare August 26, 2023 08:54
@renovate renovate bot changed the title Update Rust crate clap to 4.3.23 Update Rust crate clap to 4.4.0 Aug 26, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.4.0 Update Rust crate clap to 4.4.1 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7be4447 to 7c485bc Compare August 29, 2023 05:26
@renovate renovate bot changed the title Update Rust crate clap to 4.4.1 Update Rust crate clap to 4.4.2 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7c485bc to 41a5a48 Compare September 1, 2023 05:22
@renovate renovate bot changed the title Update Rust crate clap to 4.4.2 Update Rust crate clap to 4.4.3 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 41a5a48 to 8026464 Compare September 13, 2023 02:40
@renovate renovate bot changed the title Update Rust crate clap to 4.4.3 Update Rust crate clap to 4.4.4 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 8026464 to ee656b4 Compare September 19, 2023 02:43
@renovate renovate bot force-pushed the renovate/clap-4.x branch from ee656b4 to 6381e42 Compare September 26, 2023 08:40
@renovate renovate bot changed the title Update Rust crate clap to 4.4.4 Update Rust crate clap to 4.4.5 Sep 26, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.4.5 Update Rust crate clap to 4.4.6 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 6381e42 to 66b5847 Compare September 29, 2023 23:20
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