Skip to content

chore(deps): consolidate all dependabot bumps (#29–#38) - #40

Merged
Mgrdich merged 1 commit into
mainfrom
deps/combined-dependabot
Jul 21, 2026
Merged

chore(deps): consolidate all dependabot bumps (#29–#38)#40
Mgrdich merged 1 commit into
mainfrom
deps/combined-dependabot

Conversation

@Mgrdich

@Mgrdich Mgrdich commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Consolidates all 10 open dependabot PRs into a single, verified change. Supersedes and closes #29, #30, #31, #32, #33, #34, #35, #36, #37, #38.

What changed

Go modules

GitHub Actions

Python (training/)

Verification (all local, run against these versions)

  • make build — Go binary builds with bubbles 1.0.0 (the major bump; no API breakage in our UI code)
  • go test ./... — all packages pass, 0 failures
  • uv run ruff check . / ruff format --check . / mypy . — clean
  • uv run pytest183 passed

The individual dependabot branches were cut against an older main (before the Rust port merged in #39); this branch applies the same bumps on top of current main.

🤖 Generated with Claude Code

Combines all 10 open dependabot updates (#29#38) into a single change,
verified to build and pass every test suite.

Go modules:
- github.com/charmbracelet/bubbles 0.21.0 -> 1.0.0 (#32)
- golang.design/x/clipboard 0.7.1 -> 0.8.0 (#38)

GitHub Actions:
- astral-sh/setup-uv v3 -> v7 (#29)
- golangci/golangci-lint-action v7 -> v9 (#30)
- softprops/action-gh-release v2 -> v3 (#31)

Python (training/):
- numpy >=2.4.4 (#36), onnx >=1.21.0 (#34), onnxscript >=0.7.0 (#33)
- pytest >=9.0.3 (#35), mypy >=1.20.2 (#37)

Verified: make build + go test ./... pass; training ruff/format/mypy clean;
uv run pytest -> 183 passed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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