Skip to content

chore(deps): bump both modules, tidied together - #1269

Merged
scttfrdmn merged 1 commit into
mainfrom
chore/deps-both-modules
Sep 24, 2026
Merged

scttfrdmn merged 1 commit into
mainfrom
chore/deps-both-modules

Conversation

@scttfrdmn

Copy link
Copy Markdown
Owner

Takes the two open Dependabot proposals as one change.

test/e2e requires the root module through a replace directive, and the E2E job asserts
that module is tidy. A root-only modernc.org/sqlite bump therefore leaves
test/e2e/go.mod's indirect requires stale — modernc.org/libc and modernc.org/sqlite
still pinned to the old versions — and cannot pass CI on its own. That is how #1267 failed
as authored: every other check green, E2E Tests red. #1268 is e2e-only and passes, but
merging it first would leave #1267 needing the same tidy anyway.

Same situation and same resolution as #895 (which superseded #889/#890) and #786.

What moves

Root:

  • modernc.org/sqlite 1.58.0 → 1.59.0
  • modernc.org/libc 1.75.6 → 1.75.7 (indirect)

test/e2e:

  • aws-sdk-go-v2/config 1.33.4 → 1.33.5
  • aws-sdk-go-v2/credentials 1.20.4 → 1.20.5
  • aws-sdk-go-v2/service/dynamodb 1.68.0 → 1.69.0
  • aws-sdk-go-v2/service/ec2 1.332.0 → 1.335.0
  • aws-sdk-go-v2/service/lambda 1.90.1 → 1.108.0
  • aws-sdk-go-v2/service/sns 1.39.17 → 1.47.1
  • aws-sdk-go-v2/service/sts 1.50.0 → 1.51.0
  • aws/smithy-go 1.28.1 → 1.28.2
  • plus the two modernc.org indirects the root bump propagates

Both modules were re-tidied after applying both proposals, which is the step neither
Dependabot PR can take.

Supersedes #1267 and #1268.

Takes the two open Dependabot proposals as one change: test/e2e requires the root
module through a replace directive and the E2E job asserts that module is tidy, so
a root-only modernc.org/sqlite bump leaves test/e2e/go.mod's indirect requires
stale and cannot pass CI on its own, which is how #1267 failed as authored.
Supersedes #1267 and #1268.
@codecov

codecov Bot commented Sep 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@scttfrdmn
scttfrdmn merged commit 57ab1d0 into main Sep 24, 2026
15 checks passed
@scttfrdmn
scttfrdmn deleted the chore/deps-both-modules branch September 24, 2026 22:16
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