Skip to content

chore: bump dependencies (consolidated) - #433

Merged
jahvon merged 8 commits into
mainfrom
chore/dependency-updates
Aug 2, 2026
Merged

chore: bump dependencies (consolidated)#433
jahvon merged 8 commits into
mainfrom
chore/dependency-updates

Conversation

@jahvon

@jahvon jahvon commented Aug 2, 2026

Copy link
Copy Markdown
Member

Summary

Consolidates the 7 currently-open dependabot PRs into one, plus a fix for the grouping gaps that caused some of them to open ungrouped.

Dependency bumps (cherry-picked as-is from dependabot, closes #425, #426, #427, #428, #429, #430, #431):

  • charm.land/bubbletea/v2 2.0.6 → 2.0.8
  • charm.land/lipgloss/v2 2.0.3 → 2.0.5
  • github.com/mark3labs/mcp-go 0.50.0 → 0.57.0
  • github.com/Masterminds/semver/v3 3.4.0 → 3.5.0
  • github.com/onsi/ginkgo/v2 2.29.0 → 2.32.0, github.com/onsi/gomega 1.40.0 → 1.42.1 (testing-deps group)
  • github/codeql-action 4 → 4.37.3
  • actions/setup-go 6 → 7

Grouping fix (.github/dependabot.yml): charmbracelet split several modules (bubbletea, lipgloss, bubbles, glamour, huh, log) into a new charm.land/* namespace — the charmbracelet-deps group pattern only matched the old github.com/charmbracelet/* path, so bubbletea/lipgloss arrived as separate ungrouped PRs (#429, #430). Now matches both namespaces. Also added a catch-all group for github-actions updates, which had no grouping at all (#425, #431 would have been one PR).

Test plan

  • flow validate (generate → lint → unit + e2e tests → generated-diff check) passes clean
  • go mod tidy produces no diff after the merged bumps

dependabot Bot and others added 8 commits August 2, 2026 19:44
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4...v4.37.3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v2.0.6...v2.0.8)

---
updated-dependencies:
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) from 2.0.3 to 2.0.5.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.3...v2.0.5)

---
updated-dependencies:
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.50.0 to 0.57.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.50.0...v0.57.0)

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the testing-deps group with 2 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega).

Updates `github.com/onsi/ginkgo/v2` from 2.29.0 to 2.32.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.29.0...v2.32.0)

Updates `github.com/onsi/gomega` from 1.40.0 to 1.42.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.40.0...v1.42.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
charmbracelet split several modules (bubbletea, lipgloss, bubbles, glamour,
huh, log) into a new charm.land/* namespace; the charmbracelet-deps group
only matched the old github.com/charmbracelet/* path, so bubbletea and
lipgloss bumps arrived as separate, ungrouped PRs. Match both namespaces.

Also group github-actions updates together — they were entirely ungrouped,
so codeql-action and setup-go each opened their own low-risk PR.
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@jahvon
jahvon merged commit a0bd6eb into main Aug 2, 2026
15 checks passed
@jahvon
jahvon deleted the chore/dependency-updates branch August 2, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant