Skip to content

Bundled dep upgrades (round 2) - #52

Open
pequalsnp wants to merge 1 commit into
mainfrom
dep-upgrades-2
Open

Bundled dep upgrades (round 2)#52
pequalsnp wants to merge 1 commit into
mainfrom
dep-upgrades-2

Conversation

@pequalsnp

Copy link
Copy Markdown
Contributor

Summary

Folds nine open Dependabot PRs into one commit, mirroring the prior cf65e06 dep-upgrades pattern. All patch / minor bumps; no surface breakage expected.

What's bumped

Go modules:

  • connectrpc.com/connect 1.19.2 → 1.20.0
  • github.com/moby/moby/api 1.54.1 → 1.54.2
  • github.com/twmb/franz-go 1.21.1 → 1.21.2
  • google.golang.org/grpc 1.81.0 → 1.81.1 (grpc-protobuf group)
  • transitively: github.com/klauspost/compress 1.18.5 → 1.18.6

npm (/web):

  • @types/node 25.6.1 → 25.9.1
  • @types/react 19.2.14 → 19.2.15
  • @vitejs/plugin-react 6.0.1 → 6.0.2
  • eslint 10.3.0 → 10.4.0
  • typescript-eslint 8.59.3 → 8.59.4

Closes #42, #43, #44, #45, #46, #47, #48, #49, #50.

Test plan

  • go build ./...
  • go vet ./...
  • go test -short -timeout 120s ./pkg/... ./cmd/... — all packages green
  • sparkconnect submodule builds clean
  • eslint . clean in /web
  • tsc -b && vite build succeeds in /web
  • CI green (full integration job + golangci-lint)

🤖 Generated with Claude Code

Folds nine open Dependabot PRs into one commit, mirroring the prior
cf65e06 dep-upgrades pattern. All patch / minor bumps; no surface
breakage expected.

Go modules:

- connectrpc.com/connect 1.19.2 → 1.20.0
- github.com/moby/moby/api 1.54.1 → 1.54.2
- github.com/twmb/franz-go 1.21.1 → 1.21.2
- google.golang.org/grpc 1.81.0 → 1.81.1 (grpc-protobuf group)
- transitively: github.com/klauspost/compress 1.18.5 → 1.18.6

npm (/web):

- @types/node 25.6.1 → 25.9.1
- @types/react 19.2.14 → 19.2.15
- @vitejs/plugin-react 6.0.1 → 6.0.2
- eslint 10.3.0 → 10.4.0
- typescript-eslint 8.59.3 → 8.59.4

Verified locally: go build ./..., go vet ./..., go test -short
./pkg/... ./cmd/... (all green), sparkconnect submodule builds, web
eslint clean, tsc -b && vite build succeeds.

Closes #42, #43, #44, #45, #46, #47, #48, #49, #50.

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.

1 participant