Skip to content

chore(deps): bump sqlite3, x/sys, chi (patch-level)#34

Merged
kevinelliott merged 1 commit intomainfrom
chore/dependency-bumps
Apr 21, 2026
Merged

chore(deps): bump sqlite3, x/sys, chi (patch-level)#34
kevinelliott merged 1 commit intomainfrom
chore/dependency-bumps

Conversation

@kevinelliott
Copy link
Copy Markdown
Owner

Summary

Batched three open patch-level dependabot bumps:

  • `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 grpc PRs #14 and #15 were already closed as superseded by the direct grpc CVE commit `75fc1e0` on main.

Test plan

  • `go build ./...` clean
  • `go test ./... -race -short` green
  • `make lint` clean

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings April 21, 2026 18:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-sqlite3 to v1.14.34
  • Bump golang.org/x/sys to v0.41.0
  • Bump github.com/go-chi/chi/v5 to 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.

@kevinelliott kevinelliott merged commit 411c081 into main Apr 21, 2026
19 checks passed
@kevinelliott kevinelliott deleted the chore/dependency-bumps branch April 21, 2026 19:10
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>
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.

2 participants