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-rs): update clap-verbosity-flag requirement from 2.2.0 to 3.0.0 #1709

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Updates the requirements on clap-verbosity-flag to permit the latest version.

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.3] - 2024-11-16

Features

  • Add DebugLevel and TraceLevel for exploratory programming

[2.2.2] - 2024-09-26

Fixes

  • Resolve overflow issues

[2.2.1] - 2024-07-25

Compatibility

  • Raised MSRV to 1.74

[2.2.0] - 2024-02-14

Compatibility

  • Raised MSRV to 1.73

Features

  • Add is_present() to see if one of the flags is present on the command-line

[2.1.2] - 2024-01-16

Fixes

  • Don't pollute the CLIs help

[2.1.1] - 2023-12-15

Fixes

  • Tried to clarify help output for -v / -q

Documentation

  • Tried to clarify role of LogLevel trait

[2.1.0] - 2023-10-23

Compatibility

  • Raised MSRV to 1.70.0

... (truncated)

Commits
  • 99c0859 chore: Release clap-verbosity-flag version 2.2.3
  • 9966b25 docs: Update changelog
  • cdd2901 Merge pull request #123 from joshka/jm/additional-log-levels
  • 2192330 docs: Add example for setting default log level
  • e628191 chore: Remove unnecessary clippy allow directives
  • 6e5fc6a feat: Add additional log levels
  • a7e305e Merge pull request #120 from clap-rs/renovate/stable-1.x
  • 3e3368c chore(deps): Update Rust crate clap to v4.5.20 (#119)
  • f1c663c chore(deps): Update dependency STABLE to v1.82.0
  • 42bed96 Merge pull request #118 from clap-rs/renovate/stable-1.x
  • 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 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 requested a review from a team as a code owner November 25, 2024 23:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 25, 2024
@dependabot dependabot bot requested a review from acl-cqc November 25, 2024 23:29
@aborgna-q
Copy link
Collaborator

Breaking changes listed in the changelog:

  • Log support put behind the default log feature
  • LogLevel::default renamed to LogLevel::default_filter and now returns VerbosityFilter
  • Level and LevelFilter are moved into the log mod

https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md#breaking-changes

Updates the requirements on [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) to permit the latest version.
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-verbosity-flag-3.0.0 branch from fd2223a to 2d60606 Compare November 27, 2024 16:15
@aborgna-q aborgna-q self-assigned this Nov 28, 2024
@aborgna-q aborgna-q enabled auto-merge November 28, 2024 11:57
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.36%. Comparing base (63aa1f8) to head (3881e5e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1709      +/-   ##
==========================================
+ Coverage   86.35%   86.36%   +0.01%     
==========================================
  Files         167      167              
  Lines       30361    30384      +23     
  Branches    27273    27296      +23     
==========================================
+ Hits        26219    26242      +23     
  Misses       2559     2559              
  Partials     1583     1583              
Flag Coverage Δ
python 92.42% <ø> (ø)
rust 85.68% <ø> (+0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aborgna-q aborgna-q added this pull request to the merge queue Nov 28, 2024
Merged via the queue into main with commit b2ff12b Nov 28, 2024
24 checks passed
@aborgna-q aborgna-q deleted the dependabot/cargo/clap-verbosity-flag-3.0.0 branch November 28, 2024 12:04
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant