chore(deps): bump the go-deps group across 1 directory with 5 updates#40
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the go-deps group across 1 directory with 5 updates#40dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.37.0` | `2.38.0` | | [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.2` | `1.17.3` | | [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.15.1` | `4.15.2` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.18.0` | `9.19.0` | | [github.com/tempoxyz/tempo-go](https://github.com/tempoxyz/tempo-go) | `0.4.0` | `0.4.1` | Updates `github.com/alicebob/miniredis/v2` from 2.37.0 to 2.38.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.37.0...v2.38.0) Updates `github.com/ethereum/go-ethereum` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.17.2...v1.17.3) Updates `github.com/labstack/echo/v4` from 4.15.1 to 4.15.2 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/v4.15.2/CHANGELOG.md) - [Commits](labstack/echo@v4.15.1...v4.15.2) Updates `github.com/redis/go-redis/v9` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.18.0...v9.19.0) Updates `github.com/tempoxyz/tempo-go` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/tempoxyz/tempo-go/releases) - [Changelog](https://github.com/tempoxyz/tempo-go/blob/main/CHANGELOG.md) - [Commits](tempoxyz/tempo-go@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/tempoxyz/tempo-go dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 go-deps group with 5 updates in the / directory:
2.37.02.38.01.17.21.17.34.15.14.15.29.18.09.19.00.4.00.4.1Updates
github.com/alicebob/miniredis/v2from 2.37.0 to 2.38.0Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
Commits
d67bfaeupdate changelog for v2.38.02b1abd8DELEX (partly) (#442)452dd37Merge pull request #440 from infastin/server-aliasb5b8ec2feat: add 'server' alias to 'redis' in lua scriptsecc4af1Merge pull request #439 from TomBailey167/xinfo-stream-last-generated-id4a2a33eMerge pull request #435 from evan-choi/fix/xadd-equals-trim-modifierd6261effeat: add last-generated-id to XINFO STREAM responsef4d8aa3fix: accept = trim modifier in xaddUpdates
github.com/ethereum/go-ethereumfrom 1.17.2 to 1.17.3Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
117e067version: release go-ethereum v1.17.3 stable (#34937)e1047b9core: use uint256 in core.Message (#34934)2f11dcccmd/geth: respect --dev=false (#34920)934a009triedb/pathdb: fix layer 5 key range in storage iterator traversal test (#34883)18beceeappveyor.yml: remove appveyor configuration (#34720)f63c265internal/download: close dst on io.Copy error (#34910)7facf9ccore/txpool: use cmp.Compare instead of subtraction (#34918)bcb68d2p2p: handle return false from TCPEndpoint (#34916)8581125crypto: add hash length check in nocgo VerifySignature (#33839)2ba9be9build: upgrade -dlgo version to Go 1.25.10 (#34911)Updates
github.com/labstack/echo/v4from 4.15.1 to 4.15.2Changelog
Sourced from github.com/labstack/echo/v4's changelog.
Commits
25685e6Merge pull request #2963 from aldas/v4_changelog_4_15_2f9d7689Changelog for v4.15.237fff28Merge pull request #2962 from aldas/v4_valid_protoca4f38aContext.Scheme should validate values taken from header2e527a7Update CI, update depsUpdates
github.com/redis/go-redis/v9from 9.18.0 to 9.19.0Release notes
Sourced from github.com/redis/go-redis/v9's releases.
... (truncated)
Changelog
Sourced from github.com/redis/go-redis/v9's changelog.
... (truncated)
Commits
e7e9866chore(release): v9.19.0 (#3796)22b26f4feat(ft.aggregate): Add Steps for query building (#3782)d9d7694fix(pool): two fixes for closed connection handling (#3764)44e8b73fix(sch): auto hostname type detection (#3789)ad21622fix(hello): do not send maintnotifications handshake when hello fails (#3788)1a7ac74fix(pool): suppress pool Close() errors for stale connections (#3778)903d6bdfix(retry): make dial tcp error redirectable (#3786) (#3787)00a551bfix(credentials): leak in wrappedOnClose (#3785)b5a6f99refactor(pool): remove redundant Conn.closed atomic field (#3783)928f27afeat(hscan): add support for encoding.BinaryUnmarshaler (#3768)Updates
github.com/tempoxyz/tempo-gofrom 0.4.0 to 0.4.1Release notes
Sourced from github.com/tempoxyz/tempo-go's releases.
Changelog
Sourced from github.com/tempoxyz/tempo-go's changelog.
Commits
87ed6d5Releasetempo-go@0.4.1(#50)2286f5efix: reject malleable secp256k1 signatures (#49)8a4150achore: repin changelogs action from@add-go-ecosystemto@master(#48)ad6d077fix(ci): drop TEMPO_HARDFORK=T2 pin on testnet integration job (#47)728ca21fix(deserialize): overflow validation for uint64 fields (#18)de3c9b0chore(release): add changelogs workflow (#46)5b61f3fchore(deps): bump github.com/ethereum/go-ethereum from 1.17.0 to 1.17.2 in th...b7bfd8bchore(deps): bump github.com/ethereum/go-ethereum from 1.17.0 to 1.17.2 in /e...de40e7achore(deps): bump the actions group across 1 directory with 4 updates (#43)ee4905ffix(ci): use go 1.25.x/1.26.x and skip integration tests for dependabot (#45)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