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

chore(deps): Bump the clap group across 1 directory with 3 updates #20979

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the clap group with 3 updates in the / directory: clap, clap-verbosity-flag and clap_complete.

Updates clap from 4.5.10 to 4.5.13

Release notes

Sourced from clap's releases.

v4.5.13

[4.5.13] - 2024-07-31

Fixes

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

v4.5.12

[4.5.12] - 2024-07-31

Changelog

Sourced from clap's changelog.

[4.5.13] - 2024-07-31

Fixes

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

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

Commits

Updates clap-verbosity-flag from 2.2.0 to 2.2.1

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.1] - 2024-07-25

Compatibility

  • Raised MSRV to 1.74
Commits
  • adabc5d chore: Release clap-verbosity-flag version 2.2.1
  • db34036 docs: Update changelog
  • 574853b chore(deps): Update Rust crate clap to v4.5.8 (#108)
  • 0aa7578 chore(deps): Update Rust Stable to v1.79 (#106)
  • 2275c1f style: Make clippy happy
  • 383332e chore(deps): Update compatible (dev) (#105)
  • dbe848c Merge pull request #104 from epage/template
  • aca05cc chore: Update from _rust/main template
  • f85ffc4 Merge pull request #101 from clap-rs/renovate/stable-1.x
  • 0c706d1 chore(deps): Update Rust Stable to v1.78
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.9 to 4.5.12

Release notes

Sourced from clap_complete's releases.

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap_complete's changelog.

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

Commits
  • d18615d chore: Release
  • 7d0c7bc docs: Update changelog
  • ca2265c Merge pull request #5601 from shannmu/multi-values
  • f0bd475 feat(clap_complete): Support multi-values of positional argument with `num_ar...
  • 3f2466b test(clap_complete): Add test case for multi-values of positional argument wi...
  • 75a45e5 feat(clap_complete): Support multiple values after flags in native completions
  • 5d8c84b test(clap_complete): Add test case for multi-values comlpetion after flags
  • 16fba4b chore(deps): Update Rust Stable to v1.80 (#5600)
  • 8a92f42 Merge pull request #5603 from epage/lint-1.80
  • 9c6ef3e refactor: Resolve deprecations
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner August 1, 2024 04:04
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Aug 1, 2024
@github-actions github-actions bot added the domain: vdev Anything related to the vdev tooling label Aug 1, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-f740c9ad00 branch from 15d0aed to 765bdbb Compare August 5, 2024 04:11
Bumps the clap group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.10 to 4.5.13
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.10...v4.5.13)

Updates `clap-verbosity-flag` from 2.2.0 to 2.2.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.0...v2.2.1)

Updates `clap_complete` from 4.5.9 to 4.5.12
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...clap_complete-v4.5.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-f740c9ad00 branch from 765bdbb to 3402ffb Compare August 7, 2024 04:55
@jszwedko jszwedko added this pull request to the merge queue Aug 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a manual request Aug 9, 2024
@dependabot dependabot bot deleted the dependabot/cargo/clap-f740c9ad00 branch August 9, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant