matiaskorhonen / paper-age

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

Bump the cli-dependencies group with 3 updates #92

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the cli-dependencies group with 3 updates: clap, clap_complete and clap_mangen.

Updates clap from 4.3.21 to 4.4.5

Release notes

Sourced from clap's releases.

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

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

v4.4.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

v4.3.24

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

v4.3.23

[4.3.23] - 2023-08-18

Fixes

... (truncated)

Changelog

Sourced from clap's changelog.

[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

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

... (truncated)

Commits
  • c298f6a chore: Release
  • 463d6c5 docs: Update changelog
  • 3ac4404 Merge pull request #5025 from SUPERCILEX/resolve-alias-conflicts
  • a76789e fix: Make long subcommand flag inference consistent
  • c2b8ec3 fix: Resolve conflicting name inference if from aliases
  • e5c6993 test: Long flags inference
  • 0d9b14f Merge pull request #5136 from epage/panic
  • 221177b fix(assert): Call out the action in positional assert
  • cb2d2bc chore: Update from '_rust/main'
  • 4173c8f chore(ci): Don't set patch for MSRV
  • Additional commits viewable in compare view


Updates clap_complete from 4.3.2 to 4.4.2

Release notes

Sourced from clap_complete's releases.

v4.4.2

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

v4.3.24

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

v4.3.23

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors

v4.3.21

[4.3.21] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named

v4.3.20

[4.3.20] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named
  • Command::mut_args for modifying all arguments en masse

... (truncated)

Changelog

Sourced from clap_complete's changelog.

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0
Commits
  • 2045528 chore: Release
  • 55d2230 docs: Update changelog
  • 492ee03 Merge pull request #5140 from epage/dyn
  • 017c258 fix(complete): Include positionals in subcommands
  • 82c93ce test(complete): Verify dynamic subcommand positional completion
  • c298f6a chore: Release
  • 463d6c5 docs: Update changelog
  • 3ac4404 Merge pull request #5025 from SUPERCILEX/resolve-alias-conflicts
  • a76789e fix: Make long subcommand flag inference consistent
  • c2b8ec3 fix: Resolve conflicting name inference if from aliases
  • Additional commits viewable in compare view


Updates clap_mangen from 0.2.12 to 0.2.14

Commits
  • e6e5396 chore: Release
  • acbb60c docs: Update changelog
  • f09d521 Merge pull request #5129 from cgwalters/widen-terminal-size
  • 84f99ff chore(builder): Bump terminal_size to 0.3
  • 7f8df27 Merge pull request #5124 from devinherron/master
  • 4dff873 fix(doc): Fix typo in 03_04_subcommands.md
  • e9668b3 chore: Release
  • bc4986e docs: Update changelog
  • 3d53641 Merge pull request #5122 from epage/docs
  • 32586c7 docs(tutorial): Split into separate modules per section
  • 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 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (a35dd6b) 95.71% compared to head (9a9ca2b) 95.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ======================================= Coverage 95.71% 95.71% ======================================= Files 7 7 Lines 677 677 ======================================= Hits 648 648 Misses 29 29 ```

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

github-actions[bot] commented 11 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.