notional-labs / dig

Dig: Governance
Other
174 stars 70 forks source link

Bump @cosmjs/stargate from 0.29.3 to 0.30.0 in /webapp #532

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @cosmjs/stargate from 0.29.3 to 0.30.0.

Changelog

Sourced from @​cosmjs/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)
sonarcloud[bot] commented 1 year ago

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

dependabot[bot] commented 1 year ago

Superseded by #552.