SMI / IsIdentifiable

A tool for detecting identifiable information in data sources (CSV, DICOM, Relational Database and MongoDB)
GNU General Public License v3.0
14 stars 3 forks source link

Bump Terminal.Gui from 1.16.0 to 1.17.0 #500

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps Terminal.Gui from 1.16.0 to 1.17.0.

Release notes

Sourced from Terminal.Gui's releases.

Release v1.17.0

What's Changed

Fixes #3351 (V1). TabIndex with the same setter value but with wrong index return without set the correct value. by @​BDisp in gui-cs/Terminal.Gui#3352

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.16.0...v1.17.0

Commits
  • d774f62 Merge branch 'develop'
  • 85a759c Merge pull request #3513 from tig/v1_17_0
  • 97d86e4 Release v1.17.0
  • 0db120d Merge pull request #3486 from tig/v1_3484-dotnet8
  • 5f3898d Updated nuget packages
  • bf9845e Updated nuget packages
  • 17eb63e Merge branch 'develop' of github.com:gui-cs/Terminal.Gui into develop
  • 1e3a9b2 Rebased
  • 9735e08 Merge pull request #3495 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-...
  • 881686b Merge pull request #3511 from BDisp/v1_3496-esc-key-onkeydown-unix-fix
  • 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 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)
codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 39.58%. Comparing base (ea673ff) to head (12914b3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #500 +/- ## ======================================= Coverage 39.58% 39.58% ======================================= Files 68 68 Lines 3847 3847 Branches 521 521 ======================================= Hits 1523 1523 Misses 2227 2227 Partials 97 97 ```

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