matiaskorhonen / paper-age

Easy and secure paper backups of secrets
MIT License
411 stars 8 forks source link

Bump the cli-dependencies group with 4 updates #111

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the cli-dependencies group with 4 updates: clap, clap-verbosity-flag, clap_complete and clap_mangen.

Updates clap from 4.4.10 to 4.4.18

Release notes

Sourced from clap's releases.

v4.4.18

[4.4.18] - 2024-01-16

Fixes

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

v4.4.17

[4.4.17] - 2024-01-15

Fixes

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

v4.4.16

[4.4.16] - 2024-01-12

Fixes

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

v4.4.15

[4.4.15] - 2024-01-11

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

[4.4.14] - 2024-01-08

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

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

[4.4.12] - 2023-12-28

... (truncated)

Changelog

Sourced from clap's changelog.

[4.4.18] - 2024-01-16

Fixes

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

[4.4.17] - 2024-01-15

Fixes

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

[4.4.16] - 2024-01-12

Fixes

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

[4.4.15] - 2024-01-11

Fixes

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

[4.4.14] - 2024-01-08

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

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

[4.4.11] - 2023-12-04

Features

... (truncated)

Commits


Updates clap-verbosity-flag from 2.1.0 to 2.1.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[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
Commits
  • f44eadc chore: Release clap-verbosity-flag version 2.1.2
  • 18bb1c1 docs: Update changelog
  • f3867c2 fix: remove comment that shows up in clap help text (#86)
  • 8fccb3e Merge pull request #84 from mtilda/patch-1
  • 6eea921 Fix typo in comment
  • 37317be Merge pull request #82 from clap-rs/renovate/actions-setup-python-5.x
  • d88a6c2 Merge pull request #83 from clap-rs/renovate/github-codeql-action-3.x
  • 42b36bb chore(deps): update github/codeql-action action to v3
  • b352af5 chore(deps): update rust crate clap to 4.4.12
  • 792b6ea chore(deps): update actions/setup-python action to v5
  • Additional commits viewable in compare view


Updates clap_complete from 4.4.4 to 4.4.9

Release notes

Sourced from clap_complete's releases.

v4.4.9

[4.4.9] - 2023-11-27

Fixes

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

v4.4.8

[4.4.8] - 2023-11-10

Features

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

v4.4.6

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

[4.4.5] - 2023-09-25

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
Changelog

Sourced from clap_complete's changelog.

[4.4.9] - 2023-11-27

Fixes

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

[4.4.8] - 2023-11-10

Features

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

[4.4.7] - 2023-10-24

Performance

  • Reduced code size

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

[4.4.5] - 2023-09-25

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
Commits
  • bd95830 chore: Release
  • 35a96b0 docs: Update changelog
  • 646134a Merge pull request #5240 from sudotac/improve-bash-completion-with-compopt
  • d18c327 docs(faq): Remove parity link
  • 13a7980 fix(complete): Suppress a useless space completion
  • e25b1ab feat(complete): Add DirPath support in bash
  • 3a222de fix(complete): Fix path completion in bash
  • 62a5ace test(complete): Verify some variants of ValueHint
  • 6a2b3bf chore: Release
  • 069c7a6 docs: Update changelog
  • Additional commits viewable in compare view


Updates clap_mangen from 0.2.15 to 0.2.17

Commits
  • 12b5c39 chore: Release
  • 1c5b633 docs: Update changelog
  • a5d4641 Merge pull request #5298 from epage/conflict
  • f529ec3 fix(parser): Ensure subcommand flags can conflict
  • a7e04a5 fix(parser): Improve subcommand conflict error
  • ea00ef3 refactor(error): Allow more conflict sources
  • e47d8a2 refactor(parser): Clarify arg error
  • 69c0509 test(parser): Verify conflicts with precedence
  • e2b18f1 test(parser): Show flag behavior
  • 06bff1c test(parser): Check subcommands conflict with positionals
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e7db9cc) 95.37% compared to head (7fa940c) 95.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ======================================= Coverage 95.37% 95.37% ======================================= Files 7 7 Lines 692 692 ======================================= Hits 660 660 Misses 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 6 months ago

PaperAge visual snapshots

Compare the output of the latest release version of PaperAge with the results from the current commit.

Latest release Current commit Diff
A4 A4 release A4 current A4 diff
Letter Letter release Letter current Letter diff

Encryption passphrase: supersecret

Note: Snapshots are deleted after 30 days.

matiaskorhonen commented 6 months ago

@dependabot rebase