Skip to content

Commit

Permalink
build(deps): bump @cosmjs/utils from 0.30.1 to 0.31.0 (#627)
Browse files Browse the repository at this point in the history
Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.30.1 to 0.31.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/utils</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.31.0] - 2023-06-22</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/crypto</code>: Migrate to <code>libsodium-wrappers-sumo</code> to be able to use the
<code>crypto_pwhash</code> functions (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">#1429</a>).</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">#1429</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">cosmos/cosmjs#1429</a></p>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Add <code>SigningCosmWasmClient.instantiate2</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1407">#1407</a>).</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Add <code>CosmWasmClient.getContractsByCreator</code>
(<a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">#1266</a>).</li>
<li><code>@​cosmjs/stargate</code>: <code>IndexedTx</code> and <code>DeliverTxResponse</code> now have a
<code>msgResponses</code> field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">#1305</a>).</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Add <code>CosmWasmClient.broadcastTxSync</code> and
<code>SigningCosmWasmClient.signAndBroadcastSync</code> to allow broadcasting without
waiting for block inclusion. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>)</li>
<li><code>@​cosmjs/stargate</code>: Add <code>StargateClient.broadcastTxSync</code> and
<code>SigningStargateClient.signAndBroadcastSync</code> to allow broadcasting without
waiting for block inclusion. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>)</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Add Amino JSON support for
<code>MsgStoreCode.instantiate_permission</code>. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/334">#334</a>)</li>
<li><code>@​cosmjs/stargate</code>: Add group and gov v1 message types</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/334">#334</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/334">cosmos/cosmjs#334</a>
<a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">#1266</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">cosmos/cosmjs#1266</a>
<a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">#1305</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">cosmos/cosmjs#1305</a>
<a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1396">cosmos/cosmjs#1396</a>
<a href="https://redirect.github.com/cosmos/cosmjs/issues/1407">#1407</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1407">cosmos/cosmjs#1407</a></p>
<h3>Changed</h3>
<ul>
<li>all: upgrade cosmjs-types to 0.8.0 to include Cosmos SDK 0.46/0.47 and IBC v7
types.</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Implement auto-detection for Tendermint 0.34/37
(<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>).</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Remove structured <code>searchTx</code> queries. Only raw
query strings and key/value pairs are now supported. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: Let <code>searchTx</code> return non-readonly array. The
caller owns this array and can mutate it as they want. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li>
<li><code>@​cosmjs/cosmwasm-stargate</code>: In <code>UploadResult</code> (result from
<code>SigningCosmWasmClient.upload</code>), rename <code>originalChecksum</code> to <code>checksum</code> and
remove <code>compressedChecksum</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1409">#1409</a>).</li>
<li><code>@​cosmjs/stargate</code>: Implement auto-detection for Tendermint 0.34/37 (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>).</li>
<li><code>@​cosmjs/stargate</code>: Remove structured <code>searchTx</code> queries. Only raw query strings
and key/value pairs are now supported. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li>
<li><code>@​cosmjs/stargate</code>: Let <code>searchTx</code> return non-readonly array. The caller owns
this array and can mutate it as they want. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/256355bad4a8ac66e0ceebc07b64e59d6c466dfa"><code>256355b</code></a> Set version 0.31.0</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/ef5bab124938ac1bf5dce0366518a3fc1d673395"><code>ef5bab1</code></a> Upgrade prettier</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/9ecee56a04d52b9a1013b8184c1394346496acd3"><code>9ecee56</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1443">#1443</a> from cosmos/sdk47-types</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/2bd1dea644b18049d0ec4f65b962e62d4e5d291a"><code>2bd1dea</code></a> Fix CHANGELOG text</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c1e8126dbf8bbaa2fd76b5f07ddc4bb021ff39fe"><code>c1e8126</code></a> Add group and gov v1 message types</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/114d74a6a3611a6f5a1caf967ad9289c038d365d"><code>114d74a</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1438">#1438</a> from cosmos/upgrade-yarn</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/54e10947b72038d647d3c8a446f3019faded8be9"><code>54e1094</code></a> Re-install packages</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/2c9886240a4bb108f93ffd8b71464b9278d478d2"><code>2c98862</code></a> Upgrade yarn to 3.6.0</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/148c12fe18c85a6756d435a8d9023f6367158cf9"><code>148c12f</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1406">#1406</a> from loin3/export_wasm_types</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/5cb6c465509e0ff538bd661a49bc772e57c30faa"><code>5cb6c46</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1333">#1333</a> from lgtm-migrator/codeql</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.30.1...v0.31.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cosmjs/utils&package-manager=npm_and_yarn&previous-version=0.30.1&new-version=0.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 23f970a commit 1c72d79
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cosmjs/crypto": "0.30.1",
"@cosmjs/encoding": "0.31.0",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/utils": "^0.30.1",
"@cosmjs/utils": "^0.31.0",
"@desmoslabs/desmjs": "workspace:packages/core",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"@types/long": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@cosmjs/tendermint-rpc": "0.30.1",
"@cosmjs/utils": "^0.30.1",
"@cosmjs/utils": "^0.31.0",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"cosmjs-types": "^0.5.2",
"cosmos-wallet": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@cosmjs/amino": "0.30.1",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/utils": "^0.30.1",
"@cosmjs/utils": "^0.31.0",
"@desmoslabs/desmjs": "workspace:packages/core",
"@keplr-wallet/types": "0.12.12",
"cosmjs-types": "^0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@cosmjs/encoding": "0.31.0",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@cosmjs/utils": "^0.30.1",
"@cosmjs/utils": "^0.31.0",
"@desmoslabs/desmjs": "workspace:packages/core",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"@walletconnect/qrcode-modal": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@cosmjs/tendermint-rpc": "0.30.1",
"@cosmjs/utils": "^0.30.1",
"@cosmjs/utils": "^0.31.0",
"@desmoslabs/desmjs": "workspace:packages/core",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4494,6 +4494,13 @@ __metadata:
languageName: node
linkType: hard

"@cosmjs/utils@npm:^0.31.0":
version: 0.31.0
resolution: "@cosmjs/utils@npm:0.31.0"
checksum: 29bf01541e810ad06961787722e85fd84f19194988cf0d0f1ede533a90c72fc9cda1f82cb044bbc120e3b15117747bd8ee74d20f93cebab713eccf33d3f668f7
languageName: node
linkType: hard

"@cosmwasm/ts-codegen@npm:0.30.1":
version: 0.30.1
resolution: "@cosmwasm/ts-codegen@npm:0.30.1"
Expand Down Expand Up @@ -4549,7 +4556,7 @@ __metadata:
"@babel/preset-typescript": ^7.22.5
"@cosmjs/amino": 0.30.1
"@cosmjs/proto-signing": 0.30.1
"@cosmjs/utils": ^0.30.1
"@cosmjs/utils": ^0.31.0
"@desmoslabs/desmjs": "workspace:packages/core"
"@keplr-wallet/types": 0.12.12
"@types/jest": ^29.5.2
Expand Down Expand Up @@ -4592,7 +4599,7 @@ __metadata:
"@cosmjs/encoding": 0.31.0
"@cosmjs/proto-signing": 0.30.1
"@cosmjs/stargate": 0.30.1
"@cosmjs/utils": ^0.30.1
"@cosmjs/utils": ^0.31.0
"@desmoslabs/desmjs": "workspace:packages/core"
"@desmoslabs/desmjs-types": "workspace:packages/types"
"@types/jest": ^29.5.2
Expand Down Expand Up @@ -4628,7 +4635,7 @@ __metadata:
"@cosmjs/proto-signing": 0.30.1
"@cosmjs/stargate": 0.30.1
"@cosmjs/tendermint-rpc": 0.30.1
"@cosmjs/utils": ^0.30.1
"@cosmjs/utils": ^0.31.0
"@desmoslabs/desmjs": "workspace:packages/core"
"@types/jest": ^29.5.2
"@types/long": ^4.0.1
Expand Down Expand Up @@ -4706,7 +4713,7 @@ __metadata:
"@cosmjs/proto-signing": 0.30.1
"@cosmjs/stargate": 0.30.1
"@cosmjs/tendermint-rpc": 0.30.1
"@cosmjs/utils": ^0.30.1
"@cosmjs/utils": ^0.31.0
"@desmoslabs/desmjs-types": "workspace:packages/types"
"@types/jest": ^29.5.2
"@types/long": ^4.0.1
Expand Down Expand Up @@ -12730,7 +12737,7 @@ __metadata:
"@cosmjs/crypto": 0.30.1
"@cosmjs/encoding": 0.31.0
"@cosmjs/proto-signing": 0.30.1
"@cosmjs/utils": ^0.30.1
"@cosmjs/utils": ^0.31.0
"@desmoslabs/desmjs": "workspace:packages/core"
"@desmoslabs/desmjs-types": "workspace:packages/types"
"@types/long": ^4.0.1
Expand Down

0 comments on commit 1c72d79

Please sign in to comment.