Skip to content

chore(deps): bump github.com/guptarohit/asciigraph from 0.7.3 to 0.10.0#100

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0
Closed

chore(deps): bump github.com/guptarohit/asciigraph from 0.7.3 to 0.10.0#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps github.com/guptarohit/asciigraph from 0.7.3 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)

v0.9.0

Added

  • plot: add X-axis rendering with tick marks and labels (#78)
  • cli: add -xmin, -xmax, and -xt flags for X-axis support (#78) demo

Fixed

  • docker: add OCI labels to Dockerfile for ghcr.io metadata (#76) (02f3e4a)

v0.8.1

Added

  • Option to format Y-axis values with YAxisValueFormatter(...) (#58)
  • Option to customize plot characters with SeriesChars(...) and CreateCharSet(...) (#70)
  • CLI: -x flag to specify custom characters, including comma-separated values for multiple series (#70)
  • Option to configure line endings for raw terminals (#71)

Fixed

  • Respect caller-specified precision for large numbers (#69)
  • Preserve exact Y-axis values for series with identical data points (#65), closes #61
  • Prevent panics when legends are set without series colors (#64)
  • 32-bit compile overflow and release workflow cleanup (#74) (7f76123)

Changed

  • axis: remove minNumLength sentinel from formatter path (#74)
  • Automates the release flow, update goreleaser config for v2 (#72)

... (truncated)

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

0.9.0 (2026-03-28)

Added

  • plot: add X-axis rendering with tick marks and labels (#78)
  • cli: add -xmin, -xmax, and -xt flags for X-axis support (#78)

Fixed

  • docker: add OCI labels to Dockerfile for ghcr.io metadata (#76) (02f3e4a)

0.8.1 (2026-03-08)

Fixed

  • 32-bit compile overflow and release workflow cleanup (451bece)
  • 32-bit compile overflow and release workflow cleanup (#74) (7f76123)

Changed

  • axis: remove minNumLength sentinel from formatter path (8a81a67)

[0.8.0] - (2026-03-08)

Added

  • Option to format Y-axis values with YAxisValueFormatter(...) (#58)
  • Option to customize plot characters with SeriesChars(...) and CreateCharSet(...) (#70)
  • CLI: -x flag to specify custom characters, including comma-separated values for multiple series (#70)
  • Option to configure line endings for raw terminals (#71)

Fixed

  • Respect caller-specified precision for large numbers (#69)
  • Preserve exact Y-axis values for series with identical data points (#65), closes #61

... (truncated)

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.7.3 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.7.3...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 25, 2026
blue4209211 added a commit that referenced this pull request Jun 28, 2026
Supersedes Dependabot PRs #82, #83, and #100.

Go modules:
- github.com/spf13/cobra            1.10.1 -> 1.10.2  (patch; yaml dep cleanup)
- github.com/guptarohit/asciigraph   0.7.3 -> 0.10.0  (minor; supersedes #83
                                                       at 0.9.0 and #100 at 0.10.0)

asciigraph 0.7.3 -> 0.10.0 spans three releases. Reviewed each:
- v0.8.1: YAxisValueFormatter, SeriesChars, panic-on-empty-legend fix,
  precision bug fixes, 32-bit overflow fix — all additive.
- v0.9.0: X-axis rendering (opt-in flags) — additive.
- v0.10.0: heatmap/threshold coloring, flicker-free realtime — additive.

nbctl uses only asciigraph.Plot() + asciigraph.Caption() in
cmd/metrics_query.go. Both signatures unchanged across all releases.

GitHub Action bumps that were originally in this PR (actions/checkout,
golangci-lint-action, upload-artifact, download-artifact, setup-go)
have all landed on main via separate Dependabot merges, so they are
no longer part of this diff.

Verified locally:
- `make test` green across all packages
- Live render smoke test of asciigraph.Plot + Caption with v0.10.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@blue4209211

Copy link
Copy Markdown
Contributor

Superseded by #96 — asciigraph bumped directly to v0.10.0 there alongside the cobra patch. v0.7.3 → v0.10.0 spans v0.8.1, v0.9.0, v0.10.0; all three are additive (new opt-in options, bug fixes), and our usage (Plot + Caption) is unchanged across them. Verified locally.

@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/guptarohit/asciigraph-0.10.0 branch June 28, 2026 18:10
blue4209211 added a commit that referenced this pull request Jun 29, 2026
Supersedes Dependabot PRs #82, #83, and #100.

Go modules:
- github.com/spf13/cobra            1.10.1 -> 1.10.2  (patch; yaml dep cleanup)
- github.com/guptarohit/asciigraph   0.7.3 -> 0.10.0  (minor; supersedes #83
                                                       at 0.9.0 and #100 at 0.10.0)

asciigraph 0.7.3 -> 0.10.0 spans three releases. Reviewed each:
- v0.8.1: YAxisValueFormatter, SeriesChars, panic-on-empty-legend fix,
  precision bug fixes, 32-bit overflow fix — all additive.
- v0.9.0: X-axis rendering (opt-in flags) — additive.
- v0.10.0: heatmap/threshold coloring, flicker-free realtime — additive.

nbctl uses only asciigraph.Plot() + asciigraph.Caption() in
cmd/metrics_query.go. Both signatures unchanged across all releases.

GitHub Action bumps that were originally in this PR (actions/checkout,
golangci-lint-action, upload-artifact, download-artifact, setup-go)
have all landed on main via separate Dependabot merges, so they are
no longer part of this diff.

Verified locally:
- `make test` green across all packages
- Live render smoke test of asciigraph.Plot + Caption with v0.10.0

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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