chore(deps): bump sqlite3, x/sys, chi (patch-level)#34
Merged
kevinelliott merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
Batched three open dependabot patch bumps that were blocked on each other for CI runs: - github.com/mattn/go-sqlite3 v1.14.33 -> v1.14.34 - golang.org/x/sys v0.40.0 -> v0.41.0 - github.com/go-chi/chi/v5 v5.2.3 -> v5.2.4 All three are patch-level (no API changes). Full test suite + race detector + v1.64.8 lint pass locally. Supersedes the three individual dependabot PRs (#11, #13 which will be closed once this lands; #14, #15 were already closed as superseded by the direct grpc CVE commit). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR batches three patch-level Go dependency updates (sqlite3, x/sys, chi) to keep the agentmanager module’s runtime and platform support libraries current.
Changes:
- Bump
github.com/mattn/go-sqlite3to v1.14.34 - Bump
golang.org/x/systo v0.41.0 - Bump
github.com/go-chi/chi/v5to v5.2.4
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required module versions for sqlite3, x/sys, and chi. |
| go.sum | Updates checksum entries corresponding to the bumped module versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 21, 2026
kevinelliott
added a commit
that referenced
this pull request
Apr 24, 2026
Switches dependabot from daily/per-package to weekly/grouped so routine dep maintenance consolidates into a single PR instead of spamming 5+ at a time (we manually batched them in #34 and #40). - gomod: weekly Monday runs. Minor + patch bumps ride together in one "go-deps" group PR. Major bumps still open individually (API changes warrant per-dep review). Security advisories open per-package so triage isn't blocked on unrelated minors. - github-actions: weekly Monday, grouped. We hadn't had any action bumps open so this is purely preventive. - Removed the stock "Please see docs" comment block (noise). open-pull-requests-limit caps are set so a burst of major bumps can't flood the queue. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batched three open patch-level dependabot bumps:
All three are patch-level (no API changes). Full test suite + race detector + v1.64.8 lint pass locally.
Supersedes
The grpc PRs #14 and #15 were already closed as superseded by the direct grpc CVE commit `75fc1e0` on main.
Test plan
🤖 Generated with Claude Code