Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @cosmjs/cosmwasm-stargate from 0.29.3 to 0.30.0 in /webapp #534

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2023

Bumps @cosmjs/cosmwasm-stargate from 0.29.3 to 0.30.0.

Changelog

Sourced from @​cosmjs/cosmwasm-stargate's changelog.

[0.30.0] - 2023-03-09

Changed

  • all: The TypeScript compilation target is now ES2020 (#1002).
  • all: Add full support for Node.js 18 and run all CI tests with it (#1240).
  • all: Upgrade cosmjs-types to 0.7.
  • @​cosmjs/tendermint-rpc: Remove unused index field from RpcTxEvent and TxEvent. This is unset starting with Tendermint 0.34.
  • @​cosmjs/proto-signing: Make input and output of decodePubkey non-optional (#1289).
  • @​cosmjs/stargate: Remove unnecessary address prefix argument from createStakingAminoConverters. This made prefix in SigningCosmWasmClientOptions and SigningStargateClientOptions obsolete, so this was also deleted. (#1291)
  • @​cosmjs/proto-signing: Remove fromJSON/toJSON from TsProtoGeneratedType such that generated types are not required to generate those anymore. The methods were provided by ts-proto but we never needed them. (#1329)
  • @​cosmjs/stargate: Rename fromTendermint34Event to fromTendermintEvent and let it support both Tendermint 0.34 and 0.37 events as input.
  • @​cosmjs/cosmwasm-stargate: Remove cosmWasmTypes. Use createWasmAminoConverters() instead.
  • @​cosmjs/encoding: Remove previously deprecated Bech32 class. Please replace Bech32.encode/.decode with free the functions toBech32/fromBech32.
  • @​cosmjs/cosmwasm-stargate: Changed the SigningCosmWasmClient constructor to include all Amino type converters that the SigningStargateClient uses by default, to match the default registry types (#1384).

#1002: cosmos/cosmjs#1002 #1240: cosmos/cosmjs#1240 #1289: cosmos/cosmjs#1289 #1291: cosmos/cosmjs#1291 #1329: cosmos/cosmjs#1329 #1384: cosmos/cosmjs#1384

Added

  • @​cosmjs/stargate: Add granteeGrants and granterGrants queries to AuthzExtension (#1308).
  • @​cosmjs/tendermint-rpc: Add new Tendermint37Client and remove unused Tendermint35Client; Add TendermintClient as a union type for Tendermint34Client or Tendermint37Client and isTendermint34Client/isTendermint37Client to get the specific type (#1376).
  • @​cosmjs/stargate: Add constructors StargateClient.create and SigningStargateClient.createWithSigner to construct with a given Tendermint client (#1376).
  • @​cosmjs/cosmwasm-stargate: Add constructors CosmWasmClient.create and SigningCosmWasmClient.createWithSigner to construct with a given Tendermint client (#1376).

... (truncated)

Commits
  • e0b8c5e Set version 0.30.0
  • 53431ff Merge pull request #1385 from cosmos/add-amino-types-to-cosmwasm-client-simon
  • efab86d Merge pull request #1386 from cosmos/revert-1373-issue1367/escape_chars
  • 6d5a161 Revert "fix fail amino sign verify with special chars"
  • e263299 Merge pull request #1373 from loin3/issue1367/escape_chars
  • 41fe29a Format code
  • 2ffe5b1 Fixed formatting and added entries to CHANGELOG.md.
  • 0a27b16 PR fixes.
  • 6e98cbb Adds default stargaze amino types to cosmwasm client.
  • 50f9187 Set version 0.30.0-beta.1
  • 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 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/cosmwasm-stargate](https://github.com/cosmos/cosmjs) from 0.29.3 to 0.30.0.
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.3...v0.30.0)

---
updated-dependencies:
- dependency-name: "@cosmjs/cosmwasm-stargate"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@faddat faddat enabled auto-merge March 22, 2023 05:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2023

Superseded by #551.

@dependabot dependabot bot closed this Mar 23, 2023
auto-merge was automatically disabled March 23, 2023 07:03

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webapp/cosmjs/cosmwasm-stargate-0.30.0 branch March 23, 2023 07:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants