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

fix(deps): update rust crate clap to 4.4.4 #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate Renovate bot commented Mar 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.1.8 -> 4.4.4

Release Notes

clap-rs/clap (clap)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Mar 17, 2023
@renovate
Copy link
Contributor Author

Renovate bot commented Mar 17, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.1.9 fix(deps): update rust crate clap to 4.1.11 Mar 20, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.1.11 fix(deps): update rust crate clap to 4.1.12 Mar 23, 2023
@renovate Renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 52d5305 to f63a08f Compare March 23, 2023 22:56
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.1.12 fix(deps): update rust crate clap to 4.1.13 Mar 23, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.1.13 fix(deps): update rust crate clap to 4.1.14 Mar 28, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.1.14 fix(deps): update rust crate clap to 4.2.1 Mar 29, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.2.1 fix(deps): update rust crate clap to 4.3.0 May 29, 2023
@renovate Renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 32ef2cf to 3fed93d Compare June 2, 2023 14:55
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.0 fix(deps): update rust crate clap to 4.3.1 Jun 2, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.1 fix(deps): update rust crate clap to 4.3.2 Jun 5, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.2 fix(deps): update rust crate clap to 4.3.3 Jun 9, 2023
@renovate Renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 7c4e927 to 7d3cbda Compare June 14, 2023 14:51
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.3 fix(deps): update rust crate clap to 4.3.4 Jun 14, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.4 fix(deps): update rust crate clap to 4.3.5 Jun 20, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.5 fix(deps): update rust crate clap to 4.3.6 Jun 23, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.6 fix(deps): update rust crate clap to 4.3.8 Jun 24, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.8 fix(deps): update rust crate clap to 4.3.9 Jun 28, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.15 fix(deps): update rust crate clap to 4.3.16 Jul 18, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.16 fix(deps): update rust crate clap to 4.3.17 Jul 19, 2023
@renovate Renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from b1012b4 to 4cfe9d3 Compare July 21, 2023 19:54
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.17 fix(deps): update rust crate clap to 4.3.18 Jul 21, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.18 fix(deps): update rust crate clap to 4.3.19 Jul 22, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.19 fix(deps): update rust crate clap to 4.3.20 Aug 8, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.20 fix(deps): update rust crate clap to 4.3.21 Aug 8, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.21 fix(deps): update rust crate clap to 4.3.22 Aug 17, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.22 fix(deps): update rust crate clap to 4.3.23 Aug 18, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.23 fix(deps): update rust crate clap to 4.3.24 Aug 23, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.3.24 fix(deps): update rust crate clap to 4.4.0 Aug 24, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.4.0 fix(deps): update rust crate clap to 4.4.1 Aug 28, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.4.1 fix(deps): update rust crate clap to 4.4.2 Aug 31, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.4.2 fix(deps): update rust crate clap to 4.4.3 Sep 12, 2023
@renovate Renovate bot changed the title fix(deps): update rust crate clap to 4.4.3 fix(deps): update rust crate clap to 4.4.4 Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants