notional-labs / dig

Dig: Governance
Other
174 stars 70 forks source link

Bump @cosmjs/amino from 0.29.3 to 0.30.1 in /webapp #555

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps @cosmjs/amino from 0.29.3 to 0.30.1.

Changelog

Sourced from @​cosmjs/amino's changelog.

[0.30.1] - 2023-03-22

Fixed

  • @​cosmjs/amino: Fix escaping of "&", "" characters in Amino JSON encoding to match the Go implementation (#1373, #1388).
  • @​cosmjs/tendermint-rpc: Move version check from Tendermint{34,37}Client.create to .connect in order to allow creating clients without performing the extra network request (#1358).
  • @​cosmjs/cli, @​cosmjs/faucet: Add missing bin/ directory to the package.json's files list to ship it as part of the released package.

#1358: cosmos/cosmjs#1358 #1373: cosmos/cosmjs#1373 #1388: cosmos/cosmjs#1388

[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

... (truncated)

Commits
  • a16755a Set version 0.30.1
  • d549926 Merge pull request #1393 from cosmos/bin-dirs
  • 76d33a7 Add missing bin/ directory to cli and faucet files
  • 50b2be2 Add CHANGELOG entry for #1358
  • 518a9a9 Merge pull request #1392 from cosmos/dependabot/npm_and_yarn/webpack-5.76.0
  • d2ad114 Merge pull request #1380 from cosmos/tendermint-detect-in-connect
  • 3b84edb Bump webpack from 5.37.1 to 5.76.0
  • 41f07c1 Merge pull request #1388 from cosmos/amino-escaping
  • 37944e8 Add CHANGELOG entry for Amino JSON escaping of &, < and >
  • 2c4e917 Migrate to string-based escaping implementation
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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 6 months ago

Superseded by #674.