Skip to content
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

fix(deps): update clap-rs - autoclosed #1002

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.3.10 -> 4.5.4
clap_complete (source) dependencies minor 4.3.1 -> 4.5.2

Release Notes

clap-rs/clap (clap)

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

Fixes
  • (macros) Silence a warning

v4.5.1

Compare Source

Fixes
  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

Compare Source

Fixes
  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

Compare Source

Fixes
  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

Compare Source

Fixes
  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

Compare Source

Documentation
  • Fix find cookbook entry to allow repeats of flags/options
Features
  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

Compare Source

Documentation
  • Fix link to structopt migration guide

v4.4.12

Compare Source

Performance
  • Only ask TypedValueParser for possible values if needed

v4.4.11

Compare Source

Features
  • Add Command::mut_group

v4.4.10

Compare Source

Documentation
  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

Compare Source

Fixes
  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

Compare Source

Features
  • Add Command::flatten_help to allow git stash -h like help for subcommands

v4.4.7

Compare Source

Performance
  • Reduced code size

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

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

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>
clap-rs/clap (clap_complete)

v4.5.2

Compare Source

Fixes
  • (bash) Improve compatibility with older bash versions

v4.5.1

Compare Source

Fixes
  • Correctly handle completion descriptions with newlines

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

v4.4.10

Compare Source

Fixes
  • (bash) Allow completing filenames with spaces

v4.4.9

Compare Source

Features
  • (bash) Add support file ValueHint::FilePath
  • (bash) Add support file ValueHint::DirPath
  • (bash) Don't add space for ValueHint::Other

v4.4.8

Compare Source

Fixes
  • (bash) be consistent in identifiers when custom bin names are used

v4.4.7

Compare Source

Fixes
  • (unstable) Don't have dynamic completions pollute the parent command's help output

v4.4.6

Compare Source

Fixes
  • Work with older Bash versions, particularly for MacOS

v4.4.5

Compare Source

Documentation
  • (unstable) Include / expand dynamic on docs.rs

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

Fixes
  • (unstable) Complete positionals in subcommands

v4.4.1

Compare Source

Fixes
  • (bash) Allow completing filenames with spaces

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0
Features
  • (unstable) Fish dynamic completion support
Fixes
  • (unstable) Manual control over sort order
  • (unstable) Don't recursively report subcommands
  • (unstable) Get bash support working again
  • (unstable) Ensure shorts keep their leading -

v4.3.2

Compare Source

Fixes
  • (powershell) Attempt to allow completing -s separately from -S

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 PR: Dependency Update A dependency was updated label Jul 5, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jul 5, 2023

⚠️ No Changeset found

Latest commit: df3568c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2023

Linux Benchmarks for 5b460a6

benchmark current value last value diff trend
fnm_basic/median 8.34ms 10.11ms -1.77ms

fnm_basic/max 10.16ms 16.33ms -6.17ms

fnm_basic/mean 8.56ms 10.47ms -1.91ms

fnm_basic/min 7.85ms 9.55ms -1.71ms

fnm_basic/stddev 0.52ms 1.06ms -0.54ms

binary size 7284kb 7168kb +116kb

@kodiakhq
Copy link

kodiakhq bot commented Jul 6, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@kodiakhq kodiakhq bot removed the automerge label Jul 6, 2023
Copy link

vercel bot commented Feb 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fnm ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2024 6:12pm

@renovate renovate bot changed the title fix(deps): update clap-rs fix(deps): update clap-rs to 4.5.0 Feb 8, 2024
@renovate renovate bot changed the title fix(deps): update clap-rs to 4.5.0 fix(deps): update clap-rs Feb 16, 2024
@renovate renovate bot changed the title fix(deps): update clap-rs fix(deps): update clap-rs to 4.5.1 Feb 17, 2024
@renovate renovate bot changed the title fix(deps): update clap-rs to 4.5.1 fix(deps): update clap-rs Mar 6, 2024
@renovate renovate bot changed the title fix(deps): update clap-rs fix(deps): update clap-rs - autoclosed May 29, 2024
@renovate renovate bot closed this May 29, 2024
@renovate renovate bot deleted the renovate/clap-rs branch May 29, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependency Update A dependency was updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant