Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps github.com/grokify/gogithub from 0.8.0 to 0.9.0.

Release notes

Sourced from github.com/grokify/gogithub's releases.

v0.9.0

Release Logs: v0.9.0

Full Changelog: grokify/gogithub@v0.8.0...v0.9.0

Changelog

Sourced from github.com/grokify/gogithub's changelog.

[v0.9.0] - 2026-02-04

Highlights

  • Profile Viewer web application for visualizing GitHub contribution statistics
  • Monthly release counts for contributed repositories via --include-releases flag
  • Improved progress reporting with per-repository updates and item counts
  • Added net_additions field to aggregate output (additions minus deletions)

Added

  • Profile Viewer web app with stats card, contribution calendar, and charts (16d92db)
  • Stats card SVG/PNG export for embedding in documentation (16d92db)
  • GitHub-style contribution calendar heatmap visualization (16d92db)
  • Monthly activity bar/line charts with Chart.js (16d92db)
  • Dark mode support with automatic theme detection (16d92db)
  • --include-releases CLI flag to fetch release counts for contributed repositories (0b99753)
  • Monthly release aggregation based on release published_at date (fe10cf6)
  • total_releases field in aggregate JSON output (0b99753)
  • releases field in monthly breakdown JSON output (0b99753)
  • net_additions field in aggregate JSON (total_additions - total_deletions) (0b99753)
  • profile.MonthlyActivity.Releases field for monthly release counts (fe10cf6)
  • graphql.GetCommitStatsWithProgress() function with progress callback (bfe8ea1)
  • graphql.CommitStatsProgressFunc type for progress reporting (bfe8ea1)

Changed

  • CLI now uses mogo/fmt/progress.MultiStageRenderer for progress display (0b99753)
  • Stage 2 progress bar (Fetching commit details) now updates after each repository (0b99753)
  • Release fetching now aggregates by month and filters to profile date range (fe10cf6)

Removed

  • Removed local renderProgressBar() function in favor of mogo/fmt/progress.RenderBar() (0b99753)

Dependencies

  • Updated github.com/grokify/mogo from v0.72.7 to v0.73.0 for fmt/progress package (0b99753)

Documentation

  • Added Profile Viewer guide with deployment and customization instructions (e36b612)
  • Added --include-releases flag to CLI flags table in docs/guides/cli.md (d732c3f)
  • Added example for including release counts in CLI documentation (d732c3f)
  • Added 'Release Data' section explaining API overhead and recommendations (d732c3f)
  • Updated JSON output example with net_additions, total_releases, and monthly releases fields (d732c3f)
  • Updated Tips section with release data caching advice (d732c3f)
Commits
  • 968553b docs: update README with web directory and CLI structure
  • 4300147 docs: link changelog to GitHub URL in MkDocs
  • 591bc2d docs: update changelog with v0.9.0 commit hashes and web app
  • 0f09bef chore: update gitignore for web app
  • 3a6d73a docs: add v0.9.0 changelog
  • e36b612 docs: add profile viewer guide
  • d732c3f docs(cli): document release data and update examples
  • 16d92db feat(web): add profile viewer web application
  • 0b99753 feat(cli): add --include-releases flag with progress improvements
  • bfe8ea1 feat(graphql): add progress callback to commit stats
  • 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/grokify/gogithub](https://github.com/grokify/gogithub) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/grokify/gogithub/releases)
- [Changelog](https://github.com/grokify/gogithub/blob/main/CHANGELOG.md)
- [Commits](grokify/gogithub@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/gogithub
  dependency-version: 0.9.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 Feb 9, 2026
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.

0 participants