Skip to content

Bump github.com/guptarohit/asciigraph from 0.9.0 to 0.10.0#494

Merged
markusressel merged 1 commit into
masterfrom
dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0
Jun 22, 2026
Merged

Bump github.com/guptarohit/asciigraph from 0.9.0 to 0.10.0#494
markusressel merged 1 commit into
masterfrom
dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/guptarohit/asciigraph from 0.9.0 to 0.10.0.

Release notes

Sourced from github.com/guptarohit/asciigraph's releases.

v0.10.0

Added

  • Spectrum / heatmap gradient coloring — color each point by its value (cool → warm) with SeriesColorGradient, the built-in HeatmapSpectrum palette, or your own stops (-g on the CLI). (#84)
{ while true; do echo $((RANDOM % 100)); sleep 0.4; done; } | asciigraph -r -g cyan,magenta -w 60 -h 15
  • Threshold coloring — highlight points that breach a limit with ColorAbove / ColorBelow (or -ca / -cb on the CLI). Applies across all series and takes precedence over solid/gradient colors. (#85, closes #38)
  • Flicker-free realtime mode — new ClearLines redraws only the previous graph instead of wiping the whole screen, so -r no longer flickers and preserves any output above the chart. (#79, closes #44)
Changelog

Sourced from github.com/guptarohit/asciigraph's changelog.

0.10.0 (2026-06-21)

Added

  • threshold coloring: ColorAbove/ColorBelow options and -ca/-cb CLI flags (#85)
  • spectrum/heatmap gradient coloring: SeriesColorGradient option, HeatmapSpectrum palette, and -g CLI flag (#84)
  • flicker-free realtime mode via ClearLines, redrawing only the previous graph (#79), closes #44
Commits
  • 3934c9c chore: release 0.10.0 (#83)
  • 2dd6b5f chore: release 0.10.0
  • 7316877 feat: add ColorAbove/ColorBelow threshold coloring option (library + CLI) (#85)
  • 5e26e5c feat: add spectrum/heatmap gradient coloring (#84)
  • 9d91f88 docs(cli): add example value to -g gradient flag help
  • ff7fdbc docs: align gradientColor comment with min>=max guard
  • 24c6b2a fix: leave legend boxes uncolored under gradient; clarify color docs
  • fffe8ba docs: add rendered output image for gradient example
  • f1278e6 fix(color): map bright grays to nearest of gray ramp or white
  • fa2c222 fix(color): avoid Black sentinel output, guard NaN, copy gradient stops
  • 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 show <dependency name> 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)

Bumps [github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/guptarohit/asciigraph/releases)
- [Changelog](https://github.com/guptarohit/asciigraph/blob/master/CHANGELOG.md)
- [Commits](guptarohit/asciigraph@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/guptarohit/asciigraph
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 22, 2026
@markusressel markusressel merged commit b61f7a8 into master Jun 22, 2026
8 checks passed
@markusressel markusressel deleted the dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0 branch June 22, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant