chore(deps): bump github.com/guptarohit/asciigraph from 0.7.3 to 0.10.0#100
chore(deps): bump github.com/guptarohit/asciigraph from 0.7.3 to 0.10.0#100dependabot[bot] wants to merge 1 commit into
Conversation
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>
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>
|
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. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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>
Bumps github.com/guptarohit/asciigraph from 0.7.3 to 0.10.0.
Release notes
Sourced from github.com/guptarohit/asciigraph's releases.
... (truncated)
Changelog
Sourced from github.com/guptarohit/asciigraph's changelog.
... (truncated)
Commits
3934c9cchore: release 0.10.0 (#83)2dd6b5fchore: release 0.10.07316877feat: add ColorAbove/ColorBelow threshold coloring option (library + CLI) (#85)5e26e5cfeat: add spectrum/heatmap gradient coloring (#84)9d91f88docs(cli): add example value to -g gradient flag helpff7fdbcdocs: align gradientColor comment with min>=max guard24c6b2afix: leave legend boxes uncolored under gradient; clarify color docsfffe8badocs: add rendered output image for gradient examplef1278e6fix(color): map bright grays to nearest of gray ramp or whitefa2c222fix(color): avoid Black sentinel output, guard NaN, copy gradient stopsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)