build(deps): bump the dependencies group across 1 directory with 5 updates - #814
Merged
barnabasbusa merged 6 commits intoAug 7, 2026
Merged
Conversation
…dates Bumps the dependencies group with 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and [github.com/pressly/goose/v3](https://github.com/pressly/goose). Updates `github.com/ethereum/go-ethereum` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.17.4...v1.17.5) Updates `github.com/mattn/go-sqlite3` from 1.14.48 to 1.14.49 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.48...v1.14.49) Updates `github.com/pressly/goose/v3` from 3.27.2 to 3.27.3 - [Release notes](https://github.com/pressly/goose/releases) - [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md) - [Commits](pressly/goose@v3.27.2...v3.27.3) Updates `golang.org/x/exp` from 0.0.0-20260410095643-746e56fc9e2f to 0.0.0-20260718201538-764159d718ef - [Commits](https://github.com/golang/exp/commits) Updates `github.com/golang/snappy` from 1.0.0 to 1.0.1-0.20260716114414-9ae09f520e93 - [Release notes](https://github.com/golang/snappy/releases) - [Commits](https://github.com/golang/snappy/commits) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/pressly/goose/v3 dependency-version: 3.27.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/exp dependency-version: 0.0.0-20260718201538-764159d718ef dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/golang/snappy dependency-version: 1.0.1-0.20260716114414-9ae09f520e93 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Barnabas Busa <barnabas.busa@ethereum.org>
- ethcore v0.0.0-20260807103219-0fb0622e156b includes the mimicry fix for the eth protocol API changes in geth v1.17.5 (ethcore#143) - merge bbusa/blob-schedule-geth-1-17-5 (dora#826): drop the named-fork entries from GetFullBlobSchedule that referenced fields removed from params.BlobScheduleConfig in geth v1.17.5
Collaborator
|
Pushed the unblocking changes: bumped |
barnabasbusa
enabled auto-merge
August 7, 2026 10:44
barnabasbusa
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 3 updates in the / directory: github.com/ethereum/go-ethereum, github.com/mattn/go-sqlite3 and github.com/pressly/goose/v3.
Updates
github.com/ethereum/go-ethereumfrom 1.17.4 to 1.17.5Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
9621c6aversion: release v1.17.5 (#35421)cff7fcbgo.mod: update snappy dependency (#35422)ca1f2e4core: fix tx size calculation (#35406)cd65ccaeth/downloader: hold pivotLock when marking pivot committed (#35405)a524f2bnode: check authorization header case-insensitivity (#35408)af03a27cmd/utils: skip memory-limit sanitize when total memory is unknown (#35407)ff44a79core: coordinate the state prefetcher with block processing (#35404)b2ee839eth/catalyst: allow reorg depth equal to maxReorgDepth (#35391)f03b91ccore: optimize block validation (#35403)e317407eth/fetcher: clear partial map when dropping last waitlist peer (#35399)Updates
github.com/mattn/go-sqlite3from 1.14.48 to 1.14.49Release notes
Sourced from github.com/mattn/go-sqlite3's releases.
Commits
cc41b8cMerge pull request #1442 from mattn/sqlite-amalgamation-305300418308a8Upgrade SQLite to version 3053004c1a1466Merge pull request #1440 from mattn/fix-limit-example-stmt-leak18f2ec3Assert the expected too many SQL variables error210e260Merge pull request #1439 from mattn/fix-hook-example-rows-leakdccd45fMerge pull request #1438 from mattn/fix-vtable-example-declarec0861deQuote table name before interpolating into DeclareVTabe664cc6Merge pull request #1437 from mattn/fix-series-vtable-example2195c5dMerge pull request #1436 from mattn/fix-fuzz-off-by-onedf9873fMerge pull request #1435 from mattn/fix-upgrade-error-handlingUpdates
github.com/pressly/goose/v3from 3.27.2 to 3.27.3Release notes
Sourced from github.com/pressly/goose/v3's releases.
Changelog
Sourced from github.com/pressly/goose/v3's changelog.
Commits
520411arelease: v3.27.326403f9build(deps): update internal/testing dependenciesabcfbd1ci: pin GitHub Actions to commit SHAsa54dd54build(deps): bump actions/setup-go from 6 to 7 (#1094)27c2f4fbuild(deps): update dependenciesa443d13fix: capture markdown subsections in release-notes.shUpdates
golang.org/x/expfrom 0.0.0-20260410095643-746e56fc9e2f to 0.0.0-20260718201538-764159d718efCommits
Updates
github.com/golang/snappyfrom 1.0.0 to 1.0.1-0.20260716114414-9ae09f520e93Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions