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

Bump clap_complete from 4.5.7 to 4.5.12 #2649

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 clap_complete from 4.5.7 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

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
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

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
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 compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.7 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.7...clap_complete-v4.5.12)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from darach as a code owner August 1, 2024 04:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@tremor-bot tremor-bot enabled auto-merge (rebase) August 1, 2024 04:49
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.35%. Comparing base (4528761) to head (7b901c4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2649      +/-   ##
==========================================
- Coverage   91.25%   88.35%   -2.90%     
==========================================
  Files         309      309              
  Lines       60873    60873              
==========================================
- Hits        55547    53784    -1763     
- Misses       5326     7089    +1763     
Flag Coverage Δ
e2e-command ?
e2e-integration ?
e2e-unit 12.32% <ø> (ø)
e2etests 12.32% <ø> (-41.95%) ⬇️
tremorapi 14.23% <ø> (ø)
tremorcodec 62.94% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectors 29.04% <ø> (+<0.01%) ⬆️
tremorconnectorsaws 11.45% <ø> (ø)
tremorconnectorsazure 4.95% <ø> (ø)
tremorconnectorsgcp 21.08% <ø> (+0.12%) ⬆️
tremorconnectorsobjectstorage 0.06% <ø> (ø)
tremorconnectorsotel 12.52% <ø> (ø)
tremorconnectorstesthelpers 60.56% <ø> (ø)
tremorinflux 87.72% <ø> (ø)
tremorinterceptor 54.33% <ø> (ø)
tremorpipeline 31.10% <ø> (ø)
tremorruntime 46.48% <ø> (+<0.01%) ⬆️
tremorscript 54.29% <ø> (ø)
tremorsystem 5.74% <ø> (ø)
tremorvalue 70.16% <ø> (+0.03%) ⬆️
unittests 88.28% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 61 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4528761...7b901c4. Read the comment docs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Superseded by #2651.

@dependabot dependabot bot closed this Aug 9, 2024
auto-merge was automatically disabled August 9, 2024 04:43

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/clap_complete-4.5.12 branch August 9, 2024 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant