Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps cosmjs-types from 0.10.1 to 0.11.0.

Changelog

Sourced from cosmjs-types's changelog.

[0.11.0] - 2025-11-22

  • Migrate from @​cosmology/telescope to @​hyperweb/telescope.

  • Set exports field in package.json. This disallows importing paths with are not explicitly exported. In case you used the import style with file extension, you need to convert to the extension-less style:

    -import { TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx.js"
    +import { TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx"
  • The TypeScript build target and lib is now ES2022, analogue to CosmJS 0.35.

  • Upgrade types

    • Cosmos SDK to 0.53.4
    • ibc-go to 0.10.3
    • wasmd 0.61.6
Commits
  • e84d3cc Set version 0.11.0
  • b86e0f3 Merge pull request #113 from dynst/exports-block-js
  • 7ede971 Merge pull request #115 from dynst/node-minimum
  • ca7716d document minimum supported nodejs version
  • 0dd0a7b explicitly forbid .js exports
  • 617cd6a Set version 0.11.0-rc.0
  • 90c3895 Merge pull request #111 from cosmos/update-deps
  • 946e505 Use autoFixUndefinedEnumDefault to fix utf8Validation default
  • b54d8f0 Automatically remove stray semicolons
  • f43e2ea Re-generate
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.10.1 to 0.11.0.
- [Changelog](https://github.com/cosmos/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs-types@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

1 participant