pviotti / degiro-bookkeeper

Simple financial accounting for Degiro.
GNU General Public License v3.0
17 stars 2 forks source link

chore(deps): bump Argu from 6.1.1 to 6.2.1 #134

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 9 months ago

Bumps Argu from 6.1.1 to 6.2.1.

Release notes

Sourced from Argu's releases.

6.2.1

Fix ParseResults.ProgramName - make it public (cut and paste error in #229) #231

6.2.0

Add ParseResults.ProgramName #229 Add ParseResults.GetResult(expr, 'Field -> 'R): 'R as alias for PostProcessResult, ParseResults.GetResults(expr, 'Field -> 'R): 'R list as alias for PostProcessResults, ParseResults.TryGetResult(expr, 'Field -> 'R): 'R option as alias for TryPostProcessResult #230 Add ParseResults.GetResult(expr, defThunk: unit -> 'Field, parse: 'Field -> 'R): 'R and ParseResults.GetResults(expr, def: 'Field, parse: 'Field -> 'R): 'R that trap parse exceptions, mapping them to parse exit messages #230

6.1.5

Fix the regression of the #127 merged in 6.1.2 and fix Mandatory arguments in nested subcommands. #220 @​fpellet

6.1.4

Fix: remove incorrect ReproducibleBuilds reference introduced in 6.1.3 #202

6.1.3

Add ParseResults.GetResult(expr, unit -> 'T) helper for Catch #187

6.1.2

Fix Mandatory arguments in nested subcommands. #116 Fix Consistent handling of numeric decimal separators using invariant culture. #159

Changelog

Sourced from Argu's changelog.

6.2.1

  • Fix ParseResults.ProgramName - make it public (cut and paste error in #229) #231

6.2.0

  • Add ParseResults.ProgramName #229
  • Add ParseResults.GetResult(expr, 'Field -> 'R): 'R as alias for PostProcessResult, ParseResults.GetResults(expr, 'Field -> 'R): 'R list as alias for PostProcessResults, ParseResults.TryGetResult(expr, 'Field -> 'R): 'R option as alias for TryPostProcessResult #230
  • Add ParseResults.GetResult(expr, defThunk: unit -> 'Field, parse: 'Field -> 'R): 'R and ParseResults.GetResults(expr, def: 'Field, parse: 'Field -> 'R): 'R that trap parse exceptions, mapping them to parse exit messages #230

6.1.5

  • Fix the regression of the #127 merged in 6.1.2 and fix Mandatory arguments in nested subcommands. #220 @​fpellet

6.1.4

6.1.3 (Unlisted)

6.1.2

Commits
  • 6b60199 fix(ParseResults.ProgramName): Make it public (#231)
  • 1dc67c9 feat(ParseResults): Add PostProcess aliases+overloads (#230)
  • 292b98f feat(ArgumentParser): Expose ProgramName (#229)
  • ddb3254 Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (#227)
  • 71625ae Bump xunit from 2.6.6 to 2.7.0 (#228)
  • 10ec279 Bump fsdocs-tool from 20.0.0-beta-002 to 20.0.0 (#226)
  • 952075d Bump fsdocs-tool from 20.0.0-beta-001 to 20.0.0-beta-002 (#225)
  • 42b30f6 Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#224)
  • 389e2bc Bump fsdocs-tool from 20.0.0-alpha-019 to 20.0.0-beta-001 (#223)
  • 4c87985 Bump fsdocs-tool from 20.0.0-alpha-018 to 20.0.0-alpha-019 (#222)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (07531dc) 92.04% compared to head (bf33057) 92.04%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ======================================= Coverage 92.04% 92.04% ======================================= Files 3 3 Lines 327 327 Branches 49 49 ======================================= Hits 301 301 Misses 8 8 Partials 18 18 ``` | [Flag](https://app.codecov.io/gh/pviotti/degiro-bookkeeper/pull/134/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paolo) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pviotti/degiro-bookkeeper/pull/134/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paolo) | `92.04% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paolo#carryforward-flags-in-the-pull-request-comment) to find out more.

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