MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
418 stars 21 forks source link

build(deps): bump github.com/pterm/pterm from 0.12.53 to 0.12.58 #207

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/pterm/pterm from 0.12.53 to 0.12.58.

Release notes

Sourced from github.com/pterm/pterm's releases.

v0.12.58 | Structured Logging

What's Changed

Exciting New Features 🎉

New Printer: Structured Logging!

Fixes 🔧

Other Changes

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.57...v0.12.58

v0.12.57

What's Changed

Fixes 🔧

Other Changes

New Contributors

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.56...v0.12.57

v0.12.56

What's Changed

Fixes 🔧

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.55...v0.12.56

v0.12.55

... (truncated)

Changelog

Sourced from github.com/pterm/pterm's changelog.

[Unreleased]

Features

  • logger: implemented structured logging
  • logger: implemented structured logging
  • logger: implemented structured logging
  • logger: added logger
  • logger: create logger
  • rgb: made it possible to use RGB colors as background
  • rgb: made it possible to use RGB colors as background
  • rgb: made it possible to use RGB colors as background

Bug Fixes

  • rgb: fix Fade maxValue == current not displaying the last color

[v0.12.57] - 2023-03-28

Code Refactoring

  • use pterm.Print instead of fmt.Print functions

[v0.12.56] - 2023-03-14

Bug Fixes

  • table: fixed panic when multiple lines contained color in a single row

[v0.12.55] - 2023-03-04

Features

  • table: multiline support for table printer
  • table: multiline support for table printer

Code Refactoring

  • table: fixed linting

[v0.12.54] - 2023-01-22

Bug Fixes

  • tree: print top node #443

Commits
  • 971fa81 docs: autoupdate
  • 107f341 docs(example): fixed logger example in CI runs
  • 3206da7 docs(example): fixed logger example in CI runs
  • bfcddb9 docs: autoupdate
  • 8f8a8e8 Merge pull request #480 from pterm/470-proposal-structured-logging
  • 1b43b1b Merge remote-tracking branch 'origin/470-proposal-structured-logging' into 47...
  • 87b5c0e feat(logger): implemented structured logging
  • 67cb5c9 Merge branch 'master' into 470-proposal-structured-logging
  • d114de9 feat(logger): implemented structured logging
  • e041640 feat(logger): implemented structured logging
  • 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 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[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3fab8a7) 87.26% compared to head (a9fbffd) 87.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ======================================= Coverage 87.26% 87.26% ======================================= Files 10 10 Lines 738 738 ======================================= Hits 644 644 Misses 57 57 Partials 37 37 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #208.