chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0#9663
chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0#9663dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [cosmossdk.io/client/v2](https://github.com/cosmos/cosmos-sdk) from 2.0.0-beta.6 to 2.11.0-rc.0. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@client/v2.0.0-beta.6...client/v2.11.0-rc.0) --- updated-dependencies: - dependency-name: cosmossdk.io/client/v2 dependency-version: 2.11.0-rc.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| github.com/cosmos/cosmos-db v1.1.3 | ||
| github.com/cosmos/cosmos-proto v1.0.0-beta.5 | ||
| github.com/cosmos/cosmos-sdk v0.50.14 | ||
| github.com/cosmos/cosmos-sdk v0.54.0-rc.1 |
There was a problem hiding this comment.
Dependency versions incompatible with existing replace directives
High Severity
Dependabot bumped require versions to the Cosmos SDK v0.54.x ecosystem (cosmossdk.io/client/v2 v2.11.0-rc.0, cosmossdk.io/core v1.1.0, cosmos-sdk v0.54.0-rc.1, cometbft v0.39.0-rc3) but the replace directives still pin to the v0.50.x ecosystem. Critically, cosmossdk.io/core is required at v1.1.0 but replaced with v0.11.0 (completely different major version API), and cosmos-sdk is required at v0.54.0-rc.1 but replaced with a v0.50.14 fork. This will cause compilation failures due to missing or changed APIs across these incompatible versions.


Bumps cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0.
Commits
385927fMerge pull request #26182 from cosmos/mergify/bp/release/v0.54.x/pr-261787b3b7dfchore(deps): bump to store/v2 v2.0.0-rc.0 (#26178)25443c1Merge pull request #26176 from cosmos/mergify/bp/release/v0.54.x/pr-261737dd7abbchore(deps): bump log version to v2.1.0-rc.0 (#26173)03a55c9Merge pull request #26174 from cosmos/mergify/bp/release/v0.54.x/pr-26170c306f22Merge branch 'release/v0.54.x' into mergify/bp/release/v0.54.x/pr-261702da7f5dMerge pull request #26171 from cosmos/mergify/bp/release/v0.54.x/pr-26169341be34chore(baseapp): deprecateapp.NewUncachedContext(#26170)236c540chore(deps): bump comet to v0.39.0-rc3 (#26169)4a00792Merge pull request #26168 from cosmos/mergify/bp/release/v0.54.x/pr-26167Dependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
High Risk
High risk because it upgrades core consensus/SDK dependencies (
cosmos-sdktov0.54.0-rc.1andcometbfttov0.39.0-rc3), which can change state machine behavior, networking, and node compatibility. The Go toolchain version is also bumped, potentially affecting build/reproducibility.Overview
Upgrades Go and core chain dependencies. The PR bumps the Go version to
1.25.8and upgrades Cosmos stack dependencies includingcosmossdk.io/client/v2tov2.11.0-rc.0,cosmossdk.io/api/core/errorstov1.x,github.com/cosmos/cosmos-sdktov0.54.0-rc.1, andgithub.com/cometbft/cometbfttov0.39.0-rc3.Refreshes the wider dependency tree. It updates a large set of direct/indirect modules (notably OpenTelemetry, Google Cloud, and various utility libraries) and regenerates
go.sumaccordingly.Written by Cursor Bugbot for commit 1eac77a. This will update automatically on new commits. Configure here.