Skip to content

Commit

Permalink
build(deps): bump the patches group across 3 directories with 30 upda…
Browse files Browse the repository at this point in the history
…tes (Agoric#10226)

Bumps the patches group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.7` | `0.26.8` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.2.1` | `4.2.9` |
| [tsd](https://github.com/tsdjs/tsd) | `0.31.1` | `0.31.2` |
| [microtime](https://github.com/wadey/node-microtime) | `3.1.0` | `3.1.1` |
| [tmp](https://github.com/raszi/node-tmp) | `0.2.1` | `0.2.3` |
| [@types/microtime](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/microtime) | `2.1.0` | `2.1.2` |
| [@types/tmp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tmp) | `0.2.1` | `0.2.6` |
| [@types/n-readlines](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/n-readlines) | `1.0.3` | `1.0.6` |
| [@types/proper-lockfile](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proper-lockfile) | `4.1.2` | `4.1.4` |
| [@cosmjs/crypto](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/stargate](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@iarna/toml](https://github.com/iarna/iarna-toml) | `2.2.3` | `2.2.5` |

Bumps the patches group with 1 update in the /a3p-integration directory: [@types/better-sqlite3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/better-sqlite3).
Bumps the patches group with 16 updates in the /multichain-testing directory:

| Package | From | To |
| --- | --- | --- |
| [@endo/errors](https://github.com/endojs/endo/tree/HEAD/packages/errors) | `1.2.2` | `1.2.5` |
| [@endo/eventual-send](https://github.com/endojs/endo/tree/HEAD/packages/eventual-send) | `1.2.2` | `1.2.5` |
| [@endo/far](https://github.com/endojs/endo/tree/HEAD/packages/far) | `1.1.2` | `1.1.5` |
| [@endo/nat](https://github.com/endojs/endo/tree/HEAD/packages/nat) | `5.0.7` | `5.0.10` |
| [@endo/promise-kit](https://github.com/endojs/endo/tree/HEAD/packages/promise-kit) | `1.1.2` | `1.1.5` |
| [@endo/base64](https://github.com/endojs/endo/tree/HEAD/packages/base64) | `1.0.5` | `1.0.7` |
| [@endo/init](https://github.com/endojs/endo/tree/HEAD/packages/init) | `1.1.2` | `1.1.4` |
| [@endo/ses-ava](https://github.com/endojs/endo/tree/HEAD/packages/ses-ava) | `1.2.2` | `1.2.5` |
| [@cosmjs/crypto](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/encoding](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/math](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/stargate](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/tendermint-rpc](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [@cosmjs/amino](https://github.com/cosmos/cosmjs) | `0.32.3` | `0.32.4` |
| [starshipjs](https://github.com/cosmology-tech/starship) | `2.4.0` | `2.4.1` |


Updates `typedoc` from 0.26.7 to 0.26.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TypeStrong/TypeDoc/releases">typedoc's releases</a>.</em></p>
<blockquote>
<h2>v0.26.8</h2>
<h3>Features</h3>
<ul>
<li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2706">#2706</a>.</li>
<li>Exported constants no longer render the type and default value if they are the same, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a>.</li>
<li>The HTML output now wraps tag blocks with <code>&lt;div&gt;</code> tags and includes the tag name in a class name, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2723">#2723</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Correctly handle external link resolver link text when referencing an external symbol, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2700">#2700</a>.</li>
<li>Big integer literals are now supported as default values, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a>.</li>
<li>Corrected handling of <code>@link</code> tags present in comments at the start of source files.</li>
<li>The index will now display when a module only contains documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2722">#2722</a>.</li>
<li><code>ReflectionSymbolId.pos</code> no longer references the position <em>before</em> any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/Corso02"><code>@​Corso02</code></a></li>
<li><a href="https://github.com/lriggle-strib"><code>@​lriggle-strib</code></a></li>
<li><a href="https://github.com/XeroAlpha"><code>@​XeroAlpha</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md">typedoc's changelog</a>.</em></p>
<blockquote>
<h2>v0.26.8 (2024-10-04)</h2>
<h3>Features</h3>
<ul>
<li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2706">#2706</a>.</li>
<li>Exported constants no longer render the type and default value if they are the same, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a>.</li>
<li>The HTML output now wraps tag blocks with <code>&lt;div&gt;</code> tags and includes the tag name in a class name, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2723">#2723</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Correctly handle external link resolver link text when referencing an external symbol, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2700">#2700</a>.</li>
<li>Big integer literals are now supported as default values, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a>.</li>
<li>Corrected handling of <code>@link</code> tags present in comments at the start of source files.</li>
<li>The index will now display when a module only contains documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2722">#2722</a>.</li>
<li><code>ReflectionSymbolId.pos</code> no longer references the position <em>before</em> any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/Corso02"><code>@​Corso02</code></a></li>
<li><a href="https://github.com/lriggle-strib"><code>@​lriggle-strib</code></a></li>
<li><a href="https://github.com/XeroAlpha"><code>@​XeroAlpha</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/59ec968d977eb799250928cad804ffc4723c6232"><code>59ec968</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/a65766df69eee4cc0608b657aed188d0b34ed9c0"><code>a65766d</code></a> Bump version to 0.26.8</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/77cf91777b2b900118cba2a0f91d10296e3e411d"><code>77cf917</code></a> Fix missing index with only document children</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/d349280c5b6fe84866c2011789e8e53cc1c74115"><code>d349280</code></a> ReflectionSymbolId.pos uses getStart for position</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/40d1cecb30b7144a94512354151c84b887b3ead0"><code>40d1cec</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2724">#2724</a> from lriggle-strib/master</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/2445045b61c0fe544da4ad9527b5f3b826d9f770"><code>2445045</code></a> Add div wrapper around tags in comment partial.</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/81fec383b57a0a727ec746e3d0270d0248223ee3"><code>81fec38</code></a> Update changelog for fixing <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a></li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/bdd610cbf638f332849960eb502ef133b222c0bf"><code>bdd610c</code></a> Add handling for bigint literals in default values</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/1dbfe3ad5eebe97b0a67f2fa76b782e0f7a0553f"><code>1dbfe3a</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a> from Corso02/master</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/b9f56e0eeec74a8464905693fa35c1e36cb135e6"><code>b9f56e0</code></a> simplified checking if type should be rendered</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.8">compare view</a></li>
</ul>
</details>
<br />

Updates `typedoc-plugin-markdown` from 4.2.1 to 4.2.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/releases">typedoc-plugin-markdown's releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose <code>@return</code> block tags on declarations (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694">#694</a>)</li>
<li>Add parentheses on function names in type declaration table views (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696">#696</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Fix missing slash when public path is prefixed with http (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688">#688</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Correctly handle top level custom groups in navigation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/685">#685</a>)</li>
<li>Fix missing index descriptions for some signatures (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670">#670</a>)</li>
<li>Add '?' for optional type declarations in tables</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose missing entrypoints to navigation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/663">#663</a>)</li>
<li>Fix missing function descriptions in indexes</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose comment for arrow functions in type declarations (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670">#670</a>)</li>
<li>Tables generated with the &quot;htmlTable&quot; key will include <code>&lt;thead&gt;</code> and <code>&lt;tbody&gt;</code> elements to fix MDX compatibility issues (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/671">#671</a>)</li>
<li>Expose missing descriptions with accessor keyword (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664">#664</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose comments to reflections with the accessor keyword (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664">#664</a>)</li>
<li>Omit constructors from category groups (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/661">#661</a>)</li>
<li>Update categories structure in navigation to match interface model</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Fix missing return comments for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>Correctly resolve comment summary for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li>
<li>Fix anchor links containing generics (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655">#655</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md">typedoc-plugin-markdown's changelog</a>.</em></p>
<blockquote>
<h2>4.2.9 (2024-10-01)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose <code>@return</code> block tags on declarations (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694">#694</a>)</li>
<li>Add parentheses on function names in type declaration table views (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696">#696</a>)</li>
</ul>
<h2>4.2.8 (2024-09-22)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Fix missing slash when public path is prefixed with http (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688">#688</a>)</li>
</ul>
<h2>4.2.7 (2024-09-05)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Correctly handle top level custom groups in navigation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/685">#685</a>)</li>
<li>Fix missing index descriptions for some signatures (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670">#670</a>)</li>
<li>Add '?' for optional type declarations in tables</li>
</ul>
<h2>4.2.6 (2024-08-25)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose missing entrypoints to navigation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/663">#663</a>)</li>
<li>Fix missing function descriptions in indexes</li>
</ul>
<h2>4.2.5 (2024-08-15)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose comment for arrow functions in type declarations (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670">#670</a>)</li>
<li>Tables generated with the &quot;htmlTable&quot; key will include <code>&lt;thead&gt;</code> and <code>&lt;tbody&gt;</code> elements to fix MDX compatibility issues (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/671">#671</a>)</li>
<li>Expose missing descriptions with accessor keyword (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664">#664</a>)</li>
</ul>
<h2>4.2.4 (2024-08-13)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Expose comments to reflections with the accessor keyword (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664">#664</a>)</li>
<li>Omit constructors from category groups (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/661">#661</a>)</li>
<li>Update categories structure in navigation to match interface model</li>
</ul>
<h2>4.2.3 (2024-07-24)</h2>
<h3>Patch Changes</h3>
<ul>
<li>Fix missing return comments for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/1cd85cac4c6d6cfb4d8cface706ec7709564ff87"><code>1cd85ca</code></a> Version Packages</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/563875e1da8b6e898c5690d904a6cc474dee2792"><code>563875e</code></a> fix(core): add parentheses on function names in type declaration table views ...</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/300db20d9d72bc5ce61b5423c085cdab788c3646"><code>300db20</code></a> fix(core): expose &quot;<a href="https://github.com/return"><code>@​return</code></a>&quot; block tags on declarations (<a href="https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown/issues/694">#694</a>)</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/974a60d92b781b98870a107f728f50df2d462efe"><code>974a60d</code></a> chore(docs): updated docs</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/e60b02e0430f91154b67a57ec2a96f5626899a49"><code>e60b02e</code></a> Version Packages</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/a7e4775d9a6c8e6ed99e9c94cf38769b670ceb6f"><code>a7e4775</code></a> fix(core): fix missing slash when public path is prefixed with http (<a href="https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown/issues/688">#688</a>)</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/21c68114d3b558f8337cbd0f8a12e0133263bf73"><code>21c6811</code></a> chore(docs): updated changelog date</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/d1bf2a528265444229064d313dc134ed487a3abb"><code>d1bf2a5</code></a> Version Packages</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/37f3b34d9beb69d1accbff6efed59e7274b8d226"><code>37f3b34</code></a> chore(docs): updated navigation docs</li>
<li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/fa60205ec00a6366f984f938b721e1bc9a06a826"><code>fa60205</code></a> fix(core): trim link label</li>
<li>Additional commits viewable in <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown">compare view</a></li>
</ul>
</details>
<br />

Updates `tsd` from 0.31.1 to 0.31.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tsdjs/tsd/releases">tsd's releases</a>.</em></p>
<blockquote>
<h2>v0.31.2</h2>
<ul>
<li>Add <code>ts2719</code> to known errors (<a href="https://redirect.github.com/tsdjs/tsd/issues/220">#220</a>)  0660059</li>
</ul>
<p><a href="https://github.com/tsdjs/tsd/compare/v0.31.1...v0.31.2">https://github.com/tsdjs/tsd/compare/v0.31.1...v0.31.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tsdjs/tsd/commit/c46b372130ecad265b1e1e807578e45f912046bf"><code>c46b372</code></a> 0.31.2</li>
<li><a href="https://github.com/tsdjs/tsd/commit/06600592ce8918533aa62b5336b33ded6eb2486d"><code>0660059</code></a> Add <code>ts2719</code> to known errors (<a href="https://redirect.github.com/tsdjs/tsd/issues/220">#220</a>)</li>
<li>See full diff in <a href="https://github.com/tsdjs/tsd/compare/v0.31.1...v0.31.2">compare view</a></li>
</ul>
</details>
<br />

Updates `microtime` from 3.1.0 to 3.1.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/wadey/node-microtime/commit/c6ce571579d5c3da2b346e53e91722e5763bfebc"><code>c6ce571</code></a> 3.1.1</li>
<li><a href="https://github.com/wadey/node-microtime/commit/3eb194db937b507cc1e76ccacd92938793bfce4d"><code>3eb194d</code></a> Merge pull request <a href="https://redirect.github.com/wadey/node-microtime/issues/70">#70</a> from a-ronjohnson/linux-arm64-build</li>
<li><a href="https://github.com/wadey/node-microtime/commit/94c68ec2a7d61e640382b5434fe85a6832d5019c"><code>94c68ec</code></a> linux-arm64 build</li>
<li><a href="https://github.com/wadey/node-microtime/commit/d3ebb258a40e06107da6b501d40979243f544f5f"><code>d3ebb25</code></a> cleanup README</li>
<li><a href="https://github.com/wadey/node-microtime/commit/40d2e0639e5a86edd0437ccef6ad3584717441d4"><code>40d2e06</code></a> remove outdated TravisCI and Appveyor configs</li>
<li>See full diff in <a href="https://github.com/wadey/node-microtime/compare/v3.1.0...v3.1.1">compare view</a></li>
</ul>
</details>
<br />

Updates `tmp` from 0.2.1 to 0.2.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md">tmp's changelog</a>.</em></p>
<blockquote>
<h2>v0.2.2 (2024-02-28)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://redirect.github.com/raszi/node-tmp/pull/278">#278</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/268">#268</a>: Revert &quot;fix <a href="https://redirect.github.com/raszi/node-tmp/issues/246">#246</a>: remove any double quotes or single quotes… (<a href="https://github.com/mbargiel"><code>@​mbargiel</code></a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://redirect.github.com/raszi/node-tmp/pull/279">#279</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/266">#266</a>: move paragraph on graceful cleanup to the head of the documentation (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Carsten Klein (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li>
<li>Dave Nicolson (<a href="https://github.com/dnicolson"><code>@​dnicolson</code></a>)</li>
<li>KARASZI István (<a href="https://github.com/raszi"><code>@​raszi</code></a>)</li>
<li>Maxime Bargiel (<a href="https://github.com/mbargiel"><code>@​mbargiel</code></a>)</li>
<li><a href="https://github.com/robertoaceves"><code>@​robertoaceves</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raszi/node-tmp/commit/5f0b2525ed6f6a977ea0cc272d4903d9d2216059"><code>5f0b252</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/297">#297</a> from raszi/feat/release-v0.2.3</li>
<li><a href="https://github.com/raszi/node-tmp/commit/998eec5efa53bbf41b93b69e1a183591248d2c2c"><code>998eec5</code></a> Fix formatting</li>
<li><a href="https://github.com/raszi/node-tmp/commit/7a82d1f73c2a2452814d68c48a38d788d09dfb8e"><code>7a82d1f</code></a> Add .tool-versions</li>
<li><a href="https://github.com/raszi/node-tmp/commit/4057ffa0c39fa0543fb0a0647b50ebf51ab116be"><code>4057ffa</code></a> Update changelog</li>
<li><a href="https://github.com/raszi/node-tmp/commit/4aba61eb4074c9d9a2075d6fcaf30926fe2e6c3a"><code>4aba61e</code></a> Ignore .env</li>
<li><a href="https://github.com/raszi/node-tmp/commit/062efbbf014e3a3d851419fd283c0b5471d4d6bd"><code>062efbb</code></a> Add a small note about the compatibility</li>
<li><a href="https://github.com/raszi/node-tmp/commit/b8f7d78b84ffb95039ceb79dda9b7482a73c51a2"><code>b8f7d78</code></a> Update version</li>
<li><a href="https://github.com/raszi/node-tmp/commit/6ed89d53398ad563eddcedbe21fd56487a723d34"><code>6ed89d5</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/296">#296</a> from kevinoid/drop-rimraf</li>
<li><a href="https://github.com/raszi/node-tmp/commit/eafb034cd5de41b24c5d7d235c9f3dc850506a3c"><code>eafb034</code></a> Use fs.rm() instead of rimraf</li>
<li><a href="https://github.com/raszi/node-tmp/commit/9fcf3cea17199db1171b85e34750b6479d6c50d0"><code>9fcf3ce</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/294">#294</a> from raszi/fix/update-version</li>
<li>Additional commits viewable in <a href="https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.3">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/microtime` from 2.1.0 to 2.1.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/microtime">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/tmp` from 0.2.1 to 0.2.6
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tmp">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/n-readlines` from 1.0.3 to 1.0.6
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/n-readlines">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/proper-lockfile` from 4.1.2 to 4.1.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proper-lockfile">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/crypto` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/crypto</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/encoding` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/encoding</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/math` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/math</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/proto-signing` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/proto-signing</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/stargate` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/stargate</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@iarna/toml` from 2.2.3 to 2.2.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/iarna/iarna-toml/blob/v2.2.5/CHANGELOG.md"><code>@​iarna/toml</code>'s changelog</a>.</em></p>
<blockquote>
<h1>2.2.5</h1>
<ul>
<li>Docs: Updated benchmark results. Add fast-toml to result list. Improved benchmark layout.</li>
<li>Update <code>@​sgarciac/bombadil</code> and <code>@​ltd/j-toml</code> in benchmarks and compliance tests.</li>
<li>Dev: Some dev dep updates that shouldn't have any impact.</li>
</ul>
<h1>2.2.4</h1>
<ul>
<li>Bug fix: Plain date literals (not datetime) immediately followed by another statement (no whitespace or blank line) would crash. Fixes <a href="https://redirect.github.com/iarna/iarna-toml/issues/19">#19</a> and <a href="https://redirect.github.com/iarna/iarna-toml/issues/23">#23</a>, thank you <a href="https://github.com/arnau"><code>@​arnau</code></a> and <a href="https://github.com/jschaf"><code>@​jschaf</code></a> for reporting this!</li>
<li>Bug fix: Hex literals with lowercase Es would throw errors. (Thank you <a href="https://github.com/DaeCatt"><code>@​DaeCatt</code></a> for this fix!) Fixed <a href="https://redirect.github.com/iarna/iarna-toml/issues/20">#20</a></li>
<li>Some minor doc tweaks</li>
<li>Added Node 12 and 13 to Travis. (Node 6 is failing there now, mysteriously. It works on my machine™, shipping anyway. 🙃)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/iarna/iarna-toml/commit/9b386f8cda2617b76775808576dd83cc575faca6"><code>9b386f8</code></a> 2.2.5</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/791b33c9d9acc1e6c1e9c4b0c4831ea3fc96d702"><code>791b33c</code></a> Appease standard</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/650824710f931c5ea3821a6e1009e8bdd7419aac"><code>6508247</code></a> Changelog for 2.2.5</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/cf43fb4a91c9d5ae1f7d8c26bdc443573542f827"><code>cf43fb4</code></a> Improve benchmark display (<a href="https://redirect.github.com/iarna/iarna-toml/issues/25">#25</a>)</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/b1593455646ff759e99bd6b081c18e6dde6e9f69"><code>b159345</code></a> Node6 inexplicably fails only travis</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/4be75e2f4238461fe90da700dc8b524c5219c952"><code>4be75e2</code></a> [email protected]</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/030e8c462b0eeacdadc5c31c71b3f077fba6fd36"><code>030e8c4</code></a> [email protected]</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/1e9893beabc9bd6a461fb20ff9df5255617d2e3a"><code>1e9893b</code></a> [email protected]</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/64d413216035189340aaec71b0377eb0404741d8"><code>64d4132</code></a> docs(contributing): updated CONTRIBUTING.md</li>
<li><a href="https://github.com/iarna/iarna-toml/commit/d10e010597c983c03ebedd83264a3186f68be4c0"><code>d10e010</code></a> [email protected]</li>
<li>Additional commits viewable in <a href="https://github.com/iarna/iarna-toml/compare/v2.2.3...v2.2.5">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/tendermint-rpc` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/tendermint-rpc</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@cosmjs/amino` from 0.32.3 to 0.32.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@​cosmjs/amino</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[0.32.4] - 2024-06-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>@​cosmjs/tendermint-rpc</code>: fix node info check to accept empty string on channels
field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>@​cosmjs/stargate</code>: Add support for <code>MsgCancelUnbondingDelegation</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>)</li>
</ul>
<p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1535">#1535</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1535">cosmos/cosmjs#1535</a></p>
<h3>Changed</h3>
<ul>
<li><code>@​cosmjs/stargate</code>, <code>@​cosmjs/cosmwasm-stargate</code>: Synchronize the default gas
multiplier value between the <code>signAndBroadcast</code> and <code>signAndBroadcastSync</code>
methods so that it is equal to 1.4 everywhere. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1584">#1584</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmjs/commit/e819a1fc0e99a3e5320d8d6667a08d3b92e5e836"><code>e819a1f</code></a> Set version 0.32.4</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/1381ee94446cd41fea352b40dab99569befa40e8"><code>1381ee9</code></a> Add CHANGELOG entry for MsgCancelUnbondingDelegation</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/eab213610d4c5c2ef48028d6322b87259aa509ae"><code>eab2136</code></a> Merge branch 'main' into feat/add-staking-cancel-unbond-msg</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/81b14b5cb794e1980682825cb79e7cf39b166fe2"><code>81b14b5</code></a> Merge branch 'main' into AlexanderFSP/main</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/f71cdc35a815f76842055ab73b89b24428698527"><code>f71cdc3</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1591">#1591</a> from public-awesome/fix-tendermint-check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/e3c7d6f776a2a4958e4689164449c558dfee9bc0"><code>e3c7d6f</code></a> docs: add changelog entry</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/435016efca3f682a908536a1f0a4545f9fe0b8b4"><code>435016e</code></a> fix rpc client node info check</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/03c1c6ba5de69e5d7bd40176aee75914ad245e34"><code>03c1c6b</code></a> fix: update parse BigInt in cancel unbond</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/c444e8e16fab2a7a43e44edfe61abfc86422e865"><code>c444e8e</code></a> feat: convert creation_height from bigint to string</li>
<li><a href="https://github.com/cosmos/cosmjs/commit/4ff0a5e9b739de2bd5a4f2b3a911f59106205dbe"><code>4ff0a5e</code></a> fix: remove class CancelUnbond not used</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/better-sqlite3` from 7.6.9 to 7.6.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/better-sqlite3">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/errors` from 1.2.2 to 1.2.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/errors/CHANGELOG.md"><code>@​endo/errors</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.5</a> (2024-08-27)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/errors</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.4</a> (2024-08-01)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/errors</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.3</a> (2024-07-30)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/errors</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/033886839c9943588833194267c3d783e06d3b8a"><code>0338868</code></a> chore: <code>yarn up 'ses@workspace:^' '@endo/*@workspace:^'</code></li>
<li><a href="https://github.com/endojs/endo/commit/d1a2d2ecb357b2ba5f8dc8624aad7be22fbe5213"><code>d1a2d2e</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/82d47572bfe34148a43e256afb8b3652d6e431c2"><code>82d4757</code></a> chore(deps): bump Typescript to 5.5 release</li>
<li><a href="https://github.com/endojs/endo/commit/82eb34b4192be69a0b2dcb933765d8a736a8f37f"><code>82eb34b</code></a> docs: include in typedoc</li>
<li><a href="https://github.com/endojs/endo/commit/66ece54a72b387df61b2544e96152895d97fd1d5"><code>66ece54</code></a> chore(deps): bump Ava to 6.1.3</li>
<li><a href="https://github.com/endojs/endo/commit/8805106e0424e3ed43847e2acfe0600da78da1c7"><code>8805106</code></a> build: emit types by pack hooks</li>
<li><a href="https://github.com/endojs/endo/commit/c77a1737e2e4b791c07e2696e89d4ab62b8701e6"><code>c77a173</code></a> build: declare typescript devDependency</li>
<li>Additional commits viewable in <a href="https://github.com/endojs/endo/commits/@endo/[email protected]/packages/errors">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/eventual-send` from 1.2.2 to 1.2.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/eventual-send/CHANGELOG.md"><code>@​endo/eventual-send</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.5</a> (2024-08-27)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> EProxy / Callable (<a href="https://github.com/endojs/endo/commit/ea7e8cc7c0c61c68a8b93aebd51548c898f0ae1e">ea7e8cc</a>)</li>
</ul>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.4</a> (2024-08-01)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/eventual-send</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.2.3</a> (2024-07-30)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>endow with original unstructured <code>assert</code> (<a href="https://redirect.github.com/endojs/endo/issues/2323">#2323</a>) (<a href="https://github.com/endojs/endo/commit/8b2bedb8fec02050508495ae9e78cd50a275286d">8b2bedb</a>), closes <a href="https://redirect.github.com/endojs/endo/issues/2324">#2324</a> <a href="https://redirect.github.com/endojs/endo/issues/2324">#2324</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/ea7e8cc7c0c61c68a8b93aebd51548c898f0ae1e"><code>ea7e8cc</code></a> fix(types): EProxy / Callable</li>
<li><a href="https://github.com/endojs/endo/commit/e23ef704555b018b821e51bd415adc85b3e5da7f"><code>e23ef70</code></a> chore(types): strict in eventual-send</li>
<li><a href="https://github.com/endojs/endo/commit/033886839c9943588833194267c3d783e06d3b8a"><code>0338868</code></a> chore: <code>yarn up 'ses@workspace:^' '@endo/*@workspace:^'</code></li>
<li><a href="https://github.com/endojs/endo/commit/d1a2d2ecb357b2ba5f8dc8624aad7be22fbe5213"><code>d1a2d2e</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/fc569cefd2a1aae93c349fd1aedb2040cb20ce3d"><code>fc569ce</code></a> refactor: insert <code>await null;</code>s needed for await safety (<a href="https://github.com/endojs/endo/tree/HEAD/packages/eventual-send/issues/2347">#2347</a>)</li>
<li><a href="https://github.com/endojs/endo/commit/e275399479023e5d6ab2a3fe65d9ec7ed462032b"><code>e275399</code></a> chore(types): updates for tsc 5.5</li>
<li><a href="https://github.com/endojs/endo/commit/82d47572bfe34148a43e256afb8b3652d6e431c2"><code>82d4757</code></a> chore(deps): bump Typescript to 5.5 release</li>
<li>Additional commits viewable in <a href="https://github.com/endojs/endo/commits/@endo/[email protected]/packages/eventual-send">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/far` from 1.1.2 to 1.1.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/far/CHANGELOG.md"><code>@​endo/far</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.5</a> (2024-08-27)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/far</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.4</a> (2024-08-01)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/far</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.3</a> (2024-07-30)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/far</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/033886839c9943588833194267c3d783e06d3b8a"><code>0338868</code></a> chore: <code>yarn up 'ses@workspace:^' '@endo/*@workspace:^'</code></li>
<li><a href="https://github.com/endojs/endo/commit/d1a2d2ecb357b2ba5f8dc8624aad7be22fbe5213"><code>d1a2d2e</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/fc569cefd2a1aae93c349fd1aedb2040cb20ce3d"><code>fc569ce</code></a> refactor: insert <code>await null;</code>s needed for await safety (<a href="https://github.com/endojs/endo/tree/HEAD/packages/far/issues/2347">#2347</a>)</li>
<li><a href="https://github.com/endojs/endo/commit/82d47572bfe34148a43e256afb8b3652d6e431c2"><code>82d4757</code></a> chore(deps): bump Typescript to 5.5 release</li>
<li><a href="https://github.com/endojs/endo/commit/82eb34b4192be69a0b2dcb933765d8a736a8f37f"><code>82eb34b</code></a> docs: include in typedoc</li>
<li><a href="https://github.com/endojs/endo/commit/66ece54a72b387df61b2544e96152895d97fd1d5"><code>66ece54</code></a> chore(deps): bump Ava to 6.1.3</li>
<li><a href="https://github.com/endojs/endo/commit/8805106e0424e3ed43847e2acfe0600da78da1c7"><code>8805106</code></a> build: emit types by pack hooks</li>
<li>Additional commits viewable in <a href="https://github.com/endojs/endo/commits/@endo/[email protected]/packages/far">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/nat` from 5.0.7 to 5.0.10
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/nat/CHANGELOG.md"><code>@​endo/nat</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">5.0.10</a> (2024-08-27)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/nat</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">5.0.9</a> (2024-08-01)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/nat</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">5.0.8</a> (2024-07-30)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/nat</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/033886839c9943588833194267c3d783e06d3b8a"><code>0338868</code></a> chore: <code>yarn up 'ses@workspace:^' '@endo/*@workspace:^'</code></li>
<li><a href="https://github.com/endojs/endo/commit/d1a2d2ecb357b2ba5f8dc8624aad7be22fbe5213"><code>d1a2d2e</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/82d47572bfe34148a43e256afb8b3652d6e431c2"><code>82d4757</code></a> chore(deps): bump Typescript to 5.5 release</li>
<li><a href="https://github.com/endojs/endo/commit/32023082bdf92c689263ee0b1177944cf803ee92"><code>3202308</code></a> Merge branch 'master' into ta/bump-yarn-deps</li>
<li><a href="https://github.com/endojs/endo/commit/8f14465200c9bbacb176b59f7ec15771c6e8e025"><code>8f14465</code></a> chore(nat): Fix typo in Nat error message (<a href="https://github.com/endojs/endo/tree/HEAD/packages/nat/issues/2300">#2300</a>)</li>
<li><a href="https://github.com/endojs/endo/commit/f5d02b58fb6283251cb4fba85484098ce06741db"><code>f5d02b5</code></a> chore(deps): bump eslint plugins</li>
<li><a href="https://github.com/endojs/endo/commit/66ece54a72b387df61b2544e96152895d97fd1d5"><code>66ece54</code></a> chore(deps): bump Ava to 6.1.3</li>
<li>Additional commits viewable in <a href="https://github.com/endojs/endo/commits/@endo/[email protected]/packages/nat">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/promise-kit` from 1.1.2 to 1.1.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/promise-kit/CHANGELOG.md"><code>@​endo/promise-kit</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.5</a> (2024-08-27)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/promise-kit</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.4</a> (2024-08-01)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/promise-kit</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.1.3</a> (2024-07-30)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/promise-kit</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/473e181827ffe8c28f055ca29fa3164c3c5361cf"><code>473e181</code></a> chore(types): strictFunctionTypes in promise-kit</li>
<li><a href="https://github.com/endojs/endo/commit/033886839c9943588833194267c3d783e06d3b8a"><code>0338868</code></a> chore: <code>yarn up 'ses@workspace:^' '@endo/*@workspace:^'</code></li>
<li><a href="https://github.com/endojs/endo/commit/d1a2d2ecb357b2ba5f8dc8624aad7be22fbe5213"><code>d1a2d2e</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/82d47572bfe34148a43e256afb8b3652d6e431c2"><code>82d4757</code></a> chore(deps): bump Typescript to 5.5 release</li>
<li><a href="https://github.com/endojs/endo/commit/2fc917e92a19d8e2aff674d91fa11cf5a6bca5a2"><code>2fc917e</code></a> docs: fix readme for PromiseKit</li>
<li><a href="https://github.com/endojs/endo/commit/23e6b4b170f4a9f00f498569c5aa388e7c3b9989"><code>23e6b4b</code></a> docs: fix a sentence in Promise Kit readme</li>
<li><a href="https://github.com/endojs/endo/commit/52a882d0a66a1ffd05f8b45e378a7d5bb9df495a"><code>52a882d</code></a> chore: Update Promise Kit README</li>
<li>Additional commits viewable in <a href="https://github.com/endojs/endo/commits/@endo/[email protected]/packages/promise-kit">compare view</a></li>
</ul>
</details>
<br />

Updates `@endo/base64` from 1.0.5 to 1.0.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/endojs/endo/blob/master/packages/base64/CHANGELOG.md"><code>@​endo/base64</code>'s changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.0.7</a> (2024-08-27)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/base64</code></p>
<h3><a href="https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]">1.0.6</a> (2024-07-30)</h3>
<p><strong>Note:</strong> Version bump only for package <code>@​endo/base64</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/endojs/endo/commit/cb060b7e22c92cc951fb03d86cdbceeae82fec34"><code>cb060b7</code></a> chore(release): publish</li>
<li><a href="https://github.com/endojs/endo/commit/39347d082d470b72b8f43de2dcefc400f524fda0"><code>39347d0</code></a> chore(deps): bump typescript to 5.6 rc</li>
<li><a href="https://github.com/endojs/endo/commit/0d8ff3519326df0945d5199481099d98a4807209"><code>0d8ff35</code></a> chore(release): publish<…
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 4bc297d commit 681b352
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 237 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@agoric/synthetic-chain": "^0.3.0",
"@types/better-sqlite3": "^7.6.9"
"@types/better-sqlite3": "^7.6.11"
},
"packageManager": "[email protected]",
"license": "Apache-2.0"
Expand Down
10 changes: 5 additions & 5 deletions a3p-integration/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ __metadata:
languageName: node
linkType: hard

"@types/better-sqlite3@npm:^7.6.9":
version: 7.6.9
resolution: "@types/better-sqlite3@npm:7.6.9"
"@types/better-sqlite3@npm:^7.6.11":
version: 7.6.11
resolution: "@types/better-sqlite3@npm:7.6.11"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/7d77add3993968982374cd73586a100fc5b9c29570a167b5798a415744983041d9ae3dcbdfd83fcf807247b777e3b8dc4e045fb7dae4a3d8484c9366ab371680
checksum: 10c0/6a7b8e5765f872404242ff9626edf4b4dd7974047144ba7254a59f4f1c196d05f8001323d0b526e8bbb3842bf541e341d74ca0164e50bd38fceaf3ef5d2a673d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1035,7 +1035,7 @@ __metadata:
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.3.0"
"@types/better-sqlite3": "npm:^7.6.9"
"@types/better-sqlite3": "npm:^7.6.11"
languageName: unknown
linkType: soft

Expand Down
16 changes: 8 additions & 8 deletions multichain-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"packageManager": "[email protected]",
"devDependencies": {
"@agoric/cosmic-proto": "0.4.1-dev-08f8549.0",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@endo/errors": "^1.2.2",
"@endo/far": "^1.1.2",
"@endo/nat": "^5.0.7",
"@endo/ses-ava": "^1.2.2",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@endo/errors": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/nat": "^5.0.10",
"@endo/ses-ava": "^1.2.5",
"@types/eslint": "^8",
"@types/fs-extra": "^11",
"@types/node": "^20.11.13",
Expand All @@ -36,7 +36,7 @@
"execa": "^9.2.0",
"fs-extra": "^11.2.0",
"patch-package": "^8.0.0",
"starshipjs": "2.4.0",
"starshipjs": "2.4.1",
"tsimp": "^2.0.10",
"tsx": "^4.15.6",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 681b352

Please sign in to comment.