Skip to content

chore(deps): consolidate Dependabot bumps and vulnerability fixes - #20

Merged
upsetbit merged 1 commit into
masterfrom
chore/deps-consolidation
Aug 30, 2026
Merged

chore(deps): consolidate Dependabot bumps and vulnerability fixes#20
upsetbit merged 1 commit into
masterfrom
chore/deps-consolidation

Conversation

@upsetbit

Copy link
Copy Markdown
Contributor

Summary

Single consolidation of the open Dependabot version bumps and the open Dependabot alerts on pnpm-lock.yaml. AWS SDK packages are bumped together so smithy-go / internal modules stay compatible. npm tooling is bumped, and js-yaml / fast-uri are pinned via pnpm overrides so the six open alerts (DoS and host-confusion) resolve without waiting on parent packages.

Go 1.26.6 and golang.org/x/text v0.41.0 are included because govulncheck (CI security job) currently fails on master-equivalent Dependabot PRs for GO-2026-5970 and patched stdlib findings fixed in 1.26.6.

Published @c3-oss/q* package versions are unchanged.

Changes

Go modules

  • github.com/aws/aws-sdk-go-v2 1.42.0 → 1.43.1
  • github.com/aws/aws-sdk-go-v2/config 1.32.26 → 1.32.32
  • github.com/aws/aws-sdk-go-v2/credentials 1.19.25 → 1.19.31
  • github.com/aws/aws-sdk-go-v2/service/dynamodb 1.59.1 → 1.62.1
  • go.mongodb.org/mongo-driver/v2 2.7.0 → 2.8.0
  • Go toolchain 1.26.4 → 1.26.6 (stdlib govulncheck)
  • golang.org/x/text 0.37.0 → 0.41.0 (GO-2026-5970)

npm tooling (root @c3-oss/q-tooling only)

  • @commitlint/cli 21.0.2 → 21.2.1
  • @commitlint/config-conventional 21.0.2 → 21.2.0
  • lint-staged 17.0.8 → 17.2.0
  • pnpm overrides: js-yaml ^4.3.1, fast-uri ^3.1.5 (lockfile now 4.3.2 / 3.1.6)

Test plan

  • go test ./... (Go 1.26.6)
  • go test -race -count=1 ./...
  • go vet ./..., golangci-lint, gosec, govulncheck (0 affecting vulns)
  • just quality via devbox (markdownlint, lychee, gitleaks, npm-check)
  • just test-integration (testcontainers, Docker)
  • just test-e2e (compose CLI checks)
  • just build
  • CI on this PR

Related

Supersedes Dependabot PRs:

Dependabot alerts addressed (will close after merge):

Upgrade Go modules, npm tooling, and patched transitives in one pass.

Go:
- github.com/aws/aws-sdk-go-v2 1.42.0 → 1.43.1
- aws-sdk-go-v2/config 1.32.26 → 1.32.32
- aws-sdk-go-v2/credentials 1.19.25 → 1.19.31
- aws-sdk-go-v2/service/dynamodb 1.59.1 → 1.62.1
- go.mongodb.org/mongo-driver/v2 2.7.0 → 2.8.0
- Go toolchain 1.26.4 → 1.26.6 (stdlib govulncheck findings)
- golang.org/x/text 0.37.0 → 0.41.0 (GO-2026-5970)

npm:
- @commitlint/cli 21.0.2 → 21.2.1
- @commitlint/config-conventional 21.0.2 → 21.2.0
- lint-staged 17.0.8 → 17.2.0
- pnpm overrides for js-yaml ^4.3.1 and fast-uri ^3.1.5 (alerts #1#6)

Supersedes Dependabot PRs #2, #11, #12, #15, #16, #17, #18, #19.
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