Skip to content

chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0#9663

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cosmossdk.io/client/v2-2.11.0-rc.0
Open

chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0#9663
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cosmossdk.io/client/v2-2.11.0-rc.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.11.0-rc.0.

Commits
  • 385927f Merge pull request #26182 from cosmos/mergify/bp/release/v0.54.x/pr-26178
  • 7b3b7df chore(deps): bump to store/v2 v2.0.0-rc.0 (#26178)
  • 25443c1 Merge pull request #26176 from cosmos/mergify/bp/release/v0.54.x/pr-26173
  • 7dd7abb chore(deps): bump log version to v2.1.0-rc.0 (#26173)
  • 03a55c9 Merge pull request #26174 from cosmos/mergify/bp/release/v0.54.x/pr-26170
  • c306f22 Merge branch 'release/v0.54.x' into mergify/bp/release/v0.54.x/pr-26170
  • 2da7f5d Merge pull request #26171 from cosmos/mergify/bp/release/v0.54.x/pr-26169
  • 341be34 chore(baseapp): deprecate app.NewUncachedContext (#26170)
  • 236c540 chore(deps): bump comet to v0.39.0-rc3 (#26169)
  • 4a00792 Merge pull request #26168 from cosmos/mergify/bp/release/v0.54.x/pr-26167
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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-sdk to v0.54.0-rc.1 and cometbft to v0.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.8 and upgrades Cosmos stack dependencies including cosmossdk.io/client/v2 to v2.11.0-rc.0, cosmossdk.io/api/core/errors to v1.x, github.com/cosmos/cosmos-sdk to v0.54.0-rc.1, and github.com/cometbft/cometbft to v0.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.sum accordingly.

Written by Cursor Bugbot for commit 1eac77a. This will update automatically on new commits. Configure here.

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>
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Additional Locations (1)
Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants