bwplotka / mdox

Format your docs; autogenerate from flags or Go structs or even generate versioned website directly from markdown!
Apache License 2.0
68 stars 11 forks source link

Bump github.com/theckman/yacspin from 0.8.0 to 0.13.12 #129

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/theckman/yacspin from 0.8.0 to 0.13.12.

Release notes

Sourced from github.com/theckman/yacspin's releases.

0.13.12: Better non-TTY mode, manual animation stepping

Changes all accomplished via #59.

New Features

  • Add new TerminalMode field to Config struct, to better control the non-TTY a dumb terminal handling
  • Make Frequency configuration field optional, as non-TTY TerminalMode doesn't animate
  • The new non-TTY TerminalMode now allows the terminal to be animated manually, versus it happening implicitly within the started spinner.

Deprecations

  • The NotTTY field in the Config struct has been deprecated in favor of the TerminalMode field

0.13.11: Fix panic in Start() when CharSet is empty

Bug Fix

  • Return error from Start() when CharSet wasn't set, otherwise it'd panic #57

Other

  • Add test to make sure all character sets in CharSets variable work with .CharSet method
  • Add a note to README about the new spinner animation frequencies

0.13.10: New spinner GIFs

  • Update the GIFs in the README file to include the new spinners
  • Add a tooling to help with generation of the GIFs, and add README for it

0.13.9: README spinner badge URL updates

  • Update README spinner gif URLs to use commit hash to prep for update

0.13.8: More spinners

New Features

  • Import new spinners from github.com/briandowns/spinner, taking us to over 90 available spinner antimations - #54

0.13.7: Examples

New Features

  • Add examples/ directory and include a blurb on the README.

0.13.6: Smarter SuffixAutoColon

New Features

  • Only render the SuffixAutoColon, if the suffix contains something other than only space characters. #52

... (truncated)

Commits
  • b7d332d Merge pull request #59 from theckman/better_term_handling
  • ccb1aae Add TerminalMode config; make Frequency optional when not TTY
  • cc6490f Merge pull request #58 from theckman/animation_frequency_note
  • 58d4a5b Add a note to README about the spinner gif animation frequency
  • 1c335f1 Merge pull request #57 from theckman/fail_start_on_empty_charset
  • 1fb9c46 Fail Start() if no CharSet has been set for the spinner
  • 334520a Merge pull request #56 from theckman/test_CharSet
  • 8eaa337 Add a test to make sure all CharSets don't cause .CharSet() errors
  • 41ac194 Merge pull request #55 from theckman/new_spinner_gifs
  • 928a05f Update README spinner gifs, add tooling + notes used to create them
  • 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)