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.11 #2647

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2024

Bumps clap_complete from 4.5.7 to 4.5.11.

Release notes

Sourced from clap_complete's releases.

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.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
  • 349ed30 chore: Release
  • 68ed9ff docs: Update changelog
  • afecaa4 Merge pull request #5576 from shannmu/option_value_new
  • 4a00677 chore: Release
  • 36c849b refactor(clap_complete): Reuse code about shortflag parsing
  • fc479ba feat(clap_complete): Add support for -fbar and -f=bar completion
  • 48a23f5 test(clap_complete): Add test cases for -fbar and -f=bar completion
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2024
@tremor-bot tremor-bot enabled auto-merge (rebase) July 26, 2024 04:36
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.28%. Comparing base (4528761) to head (3cd8cfa).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2647      +/-   ##
==========================================
- Coverage   88.65%   88.28%   -0.38%     
==========================================
  Files         305      309       +4     
  Lines       57811    60873    +3062     
==========================================
+ Hits        51255    53739    +2484     
- Misses       6556     7134     +578     
Flag Coverage Δ
e2e-command ?
e2e-integration ?
e2e-unit ?
e2etests ?
tremorapi 14.23% <ø> (ø)
tremorcodec 62.94% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectors 29.05% <ø> (+<0.01%) ⬆️
tremorconnectorsaws 11.45% <ø> (ø)
tremorconnectorsazure 4.95% <ø> (ø)
tremorconnectorsgcp 21.08% <ø> (?)
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% <ø> (+2.91%) ⬆️

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

see 83 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...3cd8cfa. Read the comment docs.

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

---
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 force-pushed the dependabot/cargo/clap_complete-4.5.11 branch from 3cd46ff to 3cd8cfa Compare July 26, 2024 10:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #2649.

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

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/clap_complete-4.5.11 branch August 1, 2024 04:49
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