build(deps): Bump the all-go group across 5 directories with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(8 months ago)
(8 months ago)
T:dependencies
Bumps the all-go group with 1 update in the / directory: github.com/libp2p/go-libp2p-pubsub.
Bumps the all-go group with 1 update in the /execution/evm directory: github.com/testcontainers/testcontainers-go/modules/compose.
Bumps the all-go group with 1 update in the /execution/grpc directory: github.com/evstack/ev-node.
Bumps the all-go group with 2 updates in the /sequencers/single directory: github.com/evstack/ev-node and github.com/ipfs/go-datastore.
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: github.com/celestiaorg/go-square/v2 and github.com/celestiaorg/tastora.
Updates github.com/libp2p/go-libp2p-pubsub from 0.14.3 to 0.15.0
Release notes
Sourced from github.com/libp2p/go-libp2p-pubsub's releases.
v0.15.0
What's Changed
- chore: add check for dscore < dhi and bootstrap params by
@dozyioin libp2p/go-libp2p-pubsub#643- Migrate to
log/slogby@MarcoPoloin libp2p/go-libp2p-pubsub#633- Add filter for public IPs on GossipSub peer exchange by
@cortzein libp2p/go-libp2p-pubsub#640- Gossipsub Extensions by
@MarcoPoloin libp2p/go-libp2p-pubsub#630New Contributors
@dozyiomade their first contribution in libp2p/go-libp2p-pubsub#643Full Changelog: https://github.com/libp2p/go-libp2p-pubsub/compare/v0.14.3...v0.15.0
Commits
ed53c17release v0.15.04a55800Fix data race in testa6ccd91Skip flaky floodsub test86a1dfcpubsub: remove redundant sends of hello packet71c4323gossipsub: implement extensions3a61514test: add skeleton gossipsub to drive a gossipsub peer7afa1d3gossipsub: add plumbing for Gossipsub v1.3 supportb561577pubsub: AddPeer now accepts reference to hello packet5854208pb: commit generated protobuf5dc92f5pb: add extensions protobufs- Additional commits viewable in compare view
Updates github.com/testcontainers/testcontainers-go/modules/compose from 0.38.0 to 0.39.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go/modules/compose's releases.
v0.39.0
What's Changed
🚀 Features
- feat(atlaslocal): add MongoDB Atlas Local module (#3254)
@prestonvasquez- feat: allow saving specific platforms for an image (#3218)
@LaurentGoderre- feat(redpanda): add support for http proxy (#3258)
@simon0191- feat(nebulagraph): add NebulaGraph module (#3266)
@egasimov- feat(registry): add helper functions to pull and tag images (#3275)
@mdelapenya- feat: add Solace pubsub+ module (#3230)
@unicod3- feat(options): add WithProvider (#3241)
@dfioravanti- feat(mcpgateay): add Docker's MCP gateway module (#3232)
@mdelapenya🐛 Bug Fixes
- fix: preserve unix socket schema in testcontainersHostFromProperties (#3213)
@knqyf263- fix(reaper): remove termSignal override (#3261)
@buraindo- fix(registry): update
WithHtpasswdto useos.CreateTempinstead ofos.Createwithfilepath.Join. (#3272)@jakobmoellerdev- fix(nats): use wait for listening port instead of wait for log (#3256)
@own2pwn- fix(postgres): snapshot restore (#3264)
@ascheman📖 Documentation
🧹 Housekeeping
- chore(atlas): simplify host-port calculation in tests (#3300)
@mdelapenya- chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (#3283) @dependabot[bot]
- chore(modulegen): detect missing project files after new module creation (#3281)
@mdelapenya- chore(release): refine release script to update inter-module dependencies (#3273)
@mdelapenya- chore(postgres): use require.NotNil instead of assert.NotNil (#3252)
@nolandseigler- fix(dockermcpgateway): use duckduckgo instead of brave (#3247)
@mdelapenya📦 Dependency updates
- chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (#3299) @dependabot[bot]
- chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3238) @dependabot[bot]
- chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (#3282) @dependabot[bot]
- chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (#3287) @dependabot[bot]
- chore(go): bump to Go 1.24 as minimal version (#3298)
@mdelapenya- deps(mongodb): update MongoDB Go Driver to v2 (#3278)
@matthewdale- chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 (#3224) @dependabot[bot]
- chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.1.7 (#3284) @dependabot[bot]
- chore(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 (#3285) @dependabot[bot]
- chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (#3283) @dependabot[bot]
- chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /modules/nebulagraph (#3277) @dependabot[bot]
- chore(deps): bump ryuk to v0.13.0, which uses scratch as base image (#3274)
@mdelapenya- chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible (#3270)
@mdelapenya- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /modules/compose (#3267) @dependabot[bot]
... (truncated)
Commits
da47f5dchore: use new version (v0.39.0) in modules and examples404b345chore(atlas): simplify host-port calculation in tests (#3300)6e14bdafeat(atlaslocal): add MongoDB Atlas Local module (#3254)1fdd847chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (#3299)88dead6feat: allow saving specific platforms for an image (#3218)44d970cchore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3238)ac8fdd3chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (#3282)d254caafeat(redpanda): add support for http proxy (#3258)f54a356chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (#3287)7098d80chore(go): bump to Go 1.24 as minimal version (#3298)- Additional commits viewable in compare view
Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4
Commits
844053cbuild(deps): bump to core v1.0.0-beta.3 (#2684)e7074carefactor(core)!: removePrepareNamespace(#2683)8f996ebfeat: add namespace cfg validation + random default (#2682)a57f197docs: block changes (#2680)b8975f1refactor(syncing)!: simplify cache and syncing logic (#2679)a9940b8build(deps): bump ev-node v1.0.0-beta.3 (#2678)- See full diff in compare view
Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4
Commits
844053cbuild(deps): bump to core v1.0.0-beta.3 (#2684)e7074carefactor(core)!: removePrepareNamespace(#2683)8f996ebfeat: add namespace cfg validation + random default (#2682)a57f197docs: block changes (#2680)b8975f1refactor(syncing)!: simplify cache and syncing logic (#2679)a9940b8build(deps): bump ev-node v1.0.0-beta.3 (#2678)- See full diff in compare view
Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4
Commits
844053cbuild(deps): bump to core v1.0.0-beta.3 (#2684)e7074carefactor(core)!: removePrepareNamespace(#2683)8f996ebfeat: add namespace cfg validation + random default (#2682)a57f197docs: block changes (#2680)b8975f1refactor(syncing)!: simplify cache and syncing logic (#2679)a9940b8build(deps): bump ev-node v1.0.0-beta.3 (#2678)- See full diff in compare view
Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4
Commits
844053cbuild(deps): bump to core v1.0.0-beta.3 (#2684)e7074carefactor(core)!: removePrepareNamespace(#2683)8f996ebfeat: add namespace cfg validation + random default (#2682)a57f197docs: block changes (#2680)b8975f1refactor(syncing)!: simplify cache and syncing logic (#2679)a9940b8build(deps): bump ev-node v1.0.0-beta.3 (#2678)- See full diff in compare view
Updates github.com/ipfs/go-datastore from 0.8.3 to 0.9.0
Release notes
Sourced from github.com/ipfs/go-datastore's releases.
v0.9.0
What's Changed
- feat: context datastore by
@Wondertanin ipfs/go-datastore#238- feat(keytransform): support transaction feature by
@Wondertanin ipfs/go-datastore#239New Contributors
@Wondertanmade their first contribution in ipfs/go-datastore#238Full Changelog: https://github.com/ipfs/go-datastore/compare/v0.8.4...v0.9.0
v0.8.4
What's Changed
- Update readme links by
@gammazeroin ipfs/go-datastore#246- ci: uci/update-go by
@web3-botin ipfs/go-datastore#247- feat: query iterator by
@gammazeroin ipfs/go-datastore#244- update dependencies by
@gammazeroin ipfs/go-datastore#252- fix comment by
@gammazeroin ipfs/go-datastore#253Full Changelog: https://github.com/ipfs/go-datastore/compare/v0.8.3...v0.8.4
Commits
86fc4efnew version (#255)d1138dbfeat(keytransform): support transaction feature (#239)1ce683bfeat: context datastore (#238)c4698f6new version (#254)bed0c81fix comment (#253)6dd312bupdate dependencies (#252)0797048feat: query iterator (#244)e34b22fci: uci/update-go (#247)5c239cbUpdate readme links (#246)- See full diff in compare view
Updates github.com/celestiaorg/go-square/v2 from 2.3.2 to 2.3.3
Release notes
Sourced from github.com/celestiaorg/go-square/v2's releases.
v2.3.3
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by
@dependabot[bot] in celestiaorg/go-square#179- chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 by
@dependabot[bot] in celestiaorg/go-square#178- chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 by
@dependabot[bot] in celestiaorg/go-square#180- revert: expose
SparseSharesNeededV2which accounts for bytes occupied by signer (#171) by@rootulpin celestiaorg/go-square#187Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3
v2.3.3-rc0
This release reverts an accidental breaking change that landed on v2.3.2
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by
@dependabot[bot] in celestiaorg/go-square#179- chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 by
@dependabot[bot] in celestiaorg/go-square#178- chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 by
@dependabot[bot] in celestiaorg/go-square#180- revert: expose
SparseSharesNeededV2which accounts for bytes occupied by signer (#171) by@rootulpin celestiaorg/go-square#187Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3-rc0
Commits
1f49860revert: exposeSparseSharesNeededV2which accounts for bytes occupied by si...b3db9fachore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 (#180)99f871fchore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 (#178)a0118a0chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#179)- See full diff in compare view
Updates github.com/celestiaorg/tastora from 0.3.0 to 0.5.0
Release notes
Sourced from github.com/celestiaorg/tastora's releases.
v0.5.0
What's Changed
- feature: add support for ev-reth by
@chattonin celestiaorg/tastora#121Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.4.1...v0.5.0
v0.4.1
What's Changed
- chore: add mutex around port allocation by
@chattonin celestiaorg/tastora#120Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.4.0...v0.4.1
v0.4.0
What's Changed
- chore(deps): upgrade to go-square v3.0.0 by
@rootulpin celestiaorg/tastora#118New Contributors
@rootulpmade their first contribution in celestiaorg/tastora#118Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.3.0...v0.4.0
Commits
0af5860feature: add support for ev-reth (#121)bc5e0bbchore: add mutex around port allocation (#120)df8b5baMerge pull request #118 from rootulp/rp/go-square-v39185deaci: remove redundant run stepdc3b875ci: try bumping againb41fb16ci: bump to recent versions of GH actionsfde1fcctest: remove hard-coded stringsc84f8bcchore: upgrade cosmos-sdk and celestia-coredce3e25chore: update go v3.0.04d9f44fchore(deps): upgrade to go-square v3.0.0-rc0- See full diff in compare view
Updates github.com/celestiaorg/go-square/v2 from 2.3.2 to 2.3.3
Release notes
Sourced from github.com/celestiaorg/go-square/v2's releases.
v2.3.3
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by
@dependabot[bot] in celestiaorg/go-square#179- chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 by
@dependabot[bot] in celestiaorg/go-square#178- chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 by
@dependabot[bot] in celestiaorg/go-square#180- revert: expose
SparseSharesNeededV2which accounts for bytes occupied by signer (#171) by@rootulpin celestiaorg/go-square#187Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3
v2.3.3-rc0
This release reverts an accidental breaking change that landed on v2.3.2
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by
@dependabot[bot] in celestiaorg/go-square#179- chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 by
@dependabot[bot] in celestiaorg/go-square#178- chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 by
@dependabot[bot] in celestiaorg/go-square#180- revert: expose
SparseSharesNeededV2which accounts for bytes occupied by signer (#171) by@rootulpin celestiaorg/go-square#187Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3-rc0
Commits
1f49860revert: exposeSparseSharesNeededV2which accounts for bytes occupied by si...b3db9fachore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 (#180)99f871fchore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 (#178)a0118a0chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#179)- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
github.com/libp2p/go-libp2p-pubsub
go
0.14.3 → 0.15.0
Minor
github.com/celestiaorg/go-square/v2
go
2.3.2 → 2.3.3
Patch
github.com/ipfs/go-datastore
go
0.8.3 → 0.9.0
Minor
go
0.38.0 → 0.39.0
Minor
github.com/celestiaorg/tastora
go
0.3.0 → 0.5.0
Minor
Technical Details
| ID: | 8360154 |
| UUID: | 3448608988 |
| Node ID: | PR_kwDOFABrEc6qPp17 |
| Host: | GitHub |
| Repository: | evstack/ev-node |