Skip to content

build(deps): consolidate safe dependency bumps#1610

Merged
mattwoberts merged 1 commit into
mainfrom
deps/consolidate-safe-bumps
Jul 13, 2026
Merged

build(deps): consolidate safe dependency bumps#1610
mattwoberts merged 1 commit into
mainfrom
deps/consolidate-safe-bumps

Conversation

@mattwoberts

Copy link
Copy Markdown
Contributor

Consolidates several low-risk Dependabot updates into one branch/CI run instead of merging each PR individually (branch protection requires up-to-date branches, so serial cleanup is slow).

Included

Go

JS

The lockfile was regenerated from main (npm install --package-lock-only) so the firm ts-node and pinned nested typescript survive — dependabot's own lockfiles prune these optional peers and fail CI.

Deliberately excluded

Local validation

  • go build ./..., go vet ./app/...
  • make lint-ui, make build-ui (webpack 5.108.3), make test-ui (127 tests) ✅
  • make test-server ✅ — all packages pass except app/pkg/web locally (dev-server port collision only; clean in CI)

🤖 Generated with Claude Code

Batch several low-risk Dependabot updates into one branch/CI run instead of
merging each PR individually (branch protection makes serial cleanup slow).

Go:
- golang.org/x/crypto 0.48.0 -> 0.52.0 (#1609)
- golang.org/x/image  0.38.0 -> 0.41.0 (#1608)
- golang.org/x/net    0.50.0 -> 0.55.0 (#1599)

JS:
- autoprefixer (dev) 10.5.0 -> 10.5.2 (#1593)
- webpack 5.107.2 -> 5.108.3 (from #1594 group; other members skipped as
  incompatible under current pins)

Lockfile regenerated from main so firm ts-node + pinned nested typescript
survive (dependabot's own lockfiles prune these and fail CI).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mattwoberts
mattwoberts merged commit b7f8f91 into main Jul 13, 2026
5 checks passed
@mattwoberts
mattwoberts deleted the deps/consolidate-safe-bumps branch July 13, 2026 14:58
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