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

build(deps): bump the patches group across 3 directories with 30 updates #10226

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

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

Package From To
typedoc 0.26.7 0.26.8
typedoc-plugin-markdown 4.2.1 4.2.9
tsd 0.31.1 0.31.2
microtime 3.1.0 3.1.1
tmp 0.2.1 0.2.3
@types/microtime 2.1.0 2.1.2
@types/tmp 0.2.1 0.2.6
@types/n-readlines 1.0.3 1.0.6
@types/proper-lockfile 4.1.2 4.1.4
@cosmjs/crypto 0.32.3 0.32.4
@cosmjs/proto-signing 0.32.3 0.32.4
@cosmjs/stargate 0.32.3 0.32.4
@iarna/toml 2.2.3 2.2.5

Bumps the patches group with 1 update in the /a3p-integration directory: @types/better-sqlite3.
Bumps the patches group with 16 updates in the /multichain-testing directory:

Package From To
@endo/errors 1.2.2 1.2.5
@endo/eventual-send 1.2.2 1.2.5
@endo/far 1.1.2 1.1.5
@endo/nat 5.0.7 5.0.10
@endo/promise-kit 1.1.2 1.1.5
@endo/base64 1.0.5 1.0.7
@endo/init 1.1.2 1.1.4
@endo/ses-ava 1.2.2 1.2.5
@cosmjs/crypto 0.32.3 0.32.4
@cosmjs/encoding 0.32.3 0.32.4
@cosmjs/math 0.32.3 0.32.4
@cosmjs/proto-signing 0.32.3 0.32.4
@cosmjs/stargate 0.32.3 0.32.4
@cosmjs/tendermint-rpc 0.32.3 0.32.4
@cosmjs/amino 0.32.3 0.32.4
starshipjs 2.4.0 2.4.1

Updates typedoc from 0.26.7 to 0.26.8

Release notes

Sourced from typedoc's releases.

v0.26.8

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.
  • Big integer literals are now supported as default values, #2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #2722.
  • ReflectionSymbolId.pos no longer references the position before 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.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.26.8 (2024-10-04)

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.
  • Big integer literals are now supported as default values, #2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #2722.
  • ReflectionSymbolId.pos no longer references the position before 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.

Thanks!

Commits
  • 59ec968 Update changelog for release
  • a65766d Bump version to 0.26.8
  • 77cf917 Fix missing index with only document children
  • d349280 ReflectionSymbolId.pos uses getStart for position
  • 40d1cec Merge pull request #2724 from lriggle-strib/master
  • 2445045 Add div wrapper around tags in comment partial.
  • 81fec38 Update changelog for fixing #2717
  • bdd610c Add handling for bigint literals in default values
  • 1dbfe3a Merge pull request #2721 from Corso02/master
  • b9f56e0 simplified checking if type should be rendered
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 4.2.1 to 4.2.9

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Expose @return block tags on declarations (#694)
  • Add parentheses on function names in type declaration table views (#696)

[email protected]

Patch Changes

  • Fix missing slash when public path is prefixed with http (#688)

[email protected]

Patch Changes

  • Correctly handle top level custom groups in navigation (#685)
  • Fix missing index descriptions for some signatures (#670)
  • Add '?' for optional type declarations in tables

[email protected]

Patch Changes

  • Expose missing entrypoints to navigation (#663)
  • Fix missing function descriptions in indexes

[email protected]

Patch Changes

  • Expose comment for arrow functions in type declarations (#670)
  • Tables generated with the "htmlTable" key will include <thead> and <tbody> elements to fix MDX compatibility issues (#671)
  • Expose missing descriptions with accessor keyword (#664)

[email protected]

Patch Changes

  • Expose comments to reflections with the accessor keyword (#664)
  • Omit constructors from category groups (#661)
  • Update categories structure in navigation to match interface model

[email protected]

Patch Changes

  • Fix missing return comments for const functions (#656)

[email protected]

Patch Changes

  • Correctly resolve comment summary for const functions (#656)
  • Fix anchor links containing generics (#655)
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.2.9 (2024-10-01)

Patch Changes

  • Expose @return block tags on declarations (#694)
  • Add parentheses on function names in type declaration table views (#696)

4.2.8 (2024-09-22)

Patch Changes

  • Fix missing slash when public path is prefixed with http (#688)

4.2.7 (2024-09-05)

Patch Changes

  • Correctly handle top level custom groups in navigation (#685)
  • Fix missing index descriptions for some signatures (#670)
  • Add '?' for optional type declarations in tables

4.2.6 (2024-08-25)

Patch Changes

  • Expose missing entrypoints to navigation (#663)
  • Fix missing function descriptions in indexes

4.2.5 (2024-08-15)

Patch Changes

  • Expose comment for arrow functions in type declarations (#670)
  • Tables generated with the "htmlTable" key will include <thead> and <tbody> elements to fix MDX compatibility issues (#671)
  • Expose missing descriptions with accessor keyword (#664)

4.2.4 (2024-08-13)

Patch Changes

  • Expose comments to reflections with the accessor keyword (#664)
  • Omit constructors from category groups (#661)
  • Update categories structure in navigation to match interface model

4.2.3 (2024-07-24)

Patch Changes

  • Fix missing return comments for const functions (#656)

... (truncated)

Commits
  • 1cd85ca Version Packages
  • 563875e fix(core): add parentheses on function names in type declaration table views ...
  • 300db20 fix(core): expose "@​return" block tags on declarations (#694)
  • 974a60d chore(docs): updated docs
  • e60b02e Version Packages
  • a7e4775 fix(core): fix missing slash when public path is prefixed with http (#688)
  • 21c6811 chore(docs): updated changelog date
  • d1bf2a5 Version Packages
  • 37f3b34 chore(docs): updated navigation docs
  • fa60205 fix(core): trim link label
  • Additional commits viewable in compare view

Updates tsd from 0.31.1 to 0.31.2

Release notes

Sourced from tsd's releases.

v0.31.2

  • Add ts2719 to known errors (#220) 0660059

tsdjs/tsd@v0.31.1...v0.31.2

Commits

Updates microtime from 3.1.0 to 3.1.1

Commits

Updates tmp from 0.2.1 to 0.2.3

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

Commits

Updates @types/microtime from 2.1.0 to 2.1.2

Commits

Updates @types/tmp from 0.2.1 to 0.2.6

Commits

Updates @types/n-readlines from 1.0.3 to 1.0.6

Commits

Updates @types/proper-lockfile from 4.1.2 to 4.1.4

Commits

Updates @cosmjs/crypto from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/crypto's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/encoding from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/encoding's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/math from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/math's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/proto-signing from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/proto-signing's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/stargate from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/stargate's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @iarna/toml from 2.2.3 to 2.2.5

Changelog

Sourced from @​iarna/toml's changelog.

2.2.5

  • Docs: Updated benchmark results. Add fast-toml to result list. Improved benchmark layout.
  • Update @​sgarciac/bombadil and @​ltd/j-toml in benchmarks and compliance tests.
  • Dev: Some dev dep updates that shouldn't have any impact.

2.2.4

  • Bug fix: Plain date literals (not datetime) immediately followed by another statement (no whitespace or blank line) would crash. Fixes #19 and #23, thank you @​arnau and @​jschaf for reporting this!
  • Bug fix: Hex literals with lowercase Es would throw errors. (Thank you @​DaeCatt for this fix!) Fixed #20
  • Some minor doc tweaks
  • Added Node 12 and 13 to Travis. (Node 6 is failing there now, mysteriously. It works on my machine™, shipping anyway. 🙃)
Commits

Updates @cosmjs/tendermint-rpc from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/tendermint-rpc's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/amino from 0.32.3 to 0.32.4

Changelog

Sourced from @​cosmjs/amino's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)
Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @types/better-sqlite3 from 7.6.9 to 7.6.11

Commits

Updates @endo/errors from 1.2.2 to 1.2.5

Changelog

Sourced from @​endo/errors's changelog.

1.2.5 (2024-08-27)

Note: Version bump only for package @​endo/errors

1.2.4 (2024-08-01)

Note: Version bump only for package @​endo/errors

1.2.3 (2024-07-30)

Note: Version bump only for package @​endo/errors

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • 0338868 chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^'
  • d1a2d2e chore(release): publish
  • 0d8ff35 chore(release): publish
  • 82d4757 chore(deps): bump Typescript to 5.5 release
  • 82eb34b docs: include in typedoc
  • 66ece54 chore(deps): bump Ava to 6.1.3
  • 8805106 build: emit types by pack hooks
  • c77a173 build: declare typescript devDependency
  • Additional commits viewable in compare view

Updates @endo/eventual-send from 1.2.2 to 1.2.5

Changelog

Sourced from @​endo/eventual-send's changelog.

1.2.5 (2024-08-27)

Bug Fixes

  • types: EProxy / Callable (ea7e8cc)

1.2.4 (2024-08-01)

Note: Version bump only for package @​endo/eventual-send

1.2.3 (2024-07-30)

Bug Fixes

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • ea7e8cc fix(types): EProxy / Callable
  • e23ef70 chore(types): strict in eventual-send
  • 0338868 chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^'
  • d1a2d2e chore(release): publish
  • 0d8ff35 chore(release): publish
  • fc569ce refactor: insert await null;s needed for await safety (#2347)
  • e275399 chore(types): updates for tsc 5.5
  • 82d4757 chore(deps): bump Typescript to 5.5 release
  • Additional commits viewable in compare view

Updates @endo/far from 1.1.2 to 1.1.5

Changelog

Sourced from @​endo/far's changelog.

1.1.5 (2024-08-27)

Note: Version bump only for package @​endo/far

1.1.4 (2024-08-01)

Note: Version bump only for package @​endo/far

1.1.3 (2024-07-30)

Note: Version bump only for package @​endo/far

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • 0338868 chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^'
  • d1a2d2e chore(release): publish
  • 0d8ff35 chore(release): publish
  • fc569ce refactor: insert await null;s needed for await safety (#2347)
  • 82d4757 chore(deps): bump Typescript to 5.5 release
  • 82eb34b docs: include in typedoc
  • 66ece54 chore(deps): bump Ava to 6.1.3
  • 8805106 build: emit types by pack hooks
  • Additional commits viewable in compare view

Updates @endo/nat from 5.0.7 to 5.0.10

Changelog

Sourced from @​endo/nat's changelog.

5.0.10 (2024-08-27)

Note: Version bump only for package @​endo/nat

5.0.9 (2024-08-01)

Note: Version bump only for package @​endo/nat

5.0.8 (2024-07-30)

Note: Version bump only for package @​endo/nat

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • 0338868 chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^'
  • d1a2d2e chore(release): publish
  • 0d8ff35 chore(release): publish
  • 82d4757 chore(deps): bump Typescript to 5.5 release
  • 3202308 Merge branch 'master' into ta/bump-yarn-deps
  • 8f14465 chore(nat): Fix typo in Nat error message (#2300)
  • f5d02b5 chore(deps): bump eslint plugins
  • 66ece54 chore(deps): bump Ava to 6.1.3
  • Additional commits viewable in compare view

Updates @endo/promise-kit from 1.1.2 to 1.1.5

Changelog

Sourced from @​endo/promise-kit's changelog.

1.1.5 (2024-08-27)

Note: Version bump only for package @​endo/promise-kit

1.1.4 (2024-08-01)

Note: Version bump only for package @​endo/promise-kit

1.1.3 (2024-07-30)

Note: Version bump only for package @​endo/promise-kit

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • 473e181 chore(types): strictFunctionTypes in promise-kit
  • 0338868 chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^'
  • d1a2d2e chore(release): publish
  • 0d8ff35 chore(release): publish
  • 82d4757 chore(deps): bump Typescript to 5.5 release
  • 2fc917e docs: fix readme for PromiseKit
  • 23e6b4b docs: fix a sentence in Promise Kit readme
  • 52a882d chore: Update Promise Kit README
  • Additional commits viewable in compare view

Updates @endo/base64 from 1.0.5 to 1.0.7

Changelog

Sourced from @​endo/base64's changelog.

1.0.7 (2024-08-27)

Note: Version bump only for package @​endo/base64

1.0.6 (2024-07-30)

Note: Version bump only for package @​endo/base64

Commits
  • cb060b7 chore(release): publish
  • 39347d0 chore(deps): bump typescript to 5.6 rc
  • 0d8ff35 chore(release): publish

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
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.7...v0.26.8)

Updates `typedoc-plugin-markdown` from 4.2.1 to 4.2.9
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

Updates `tsd` from 0.31.1 to 0.31.2
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.31.1...v0.31.2)

Updates `microtime` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/wadey/node-microtime/releases)
- [Commits](wadey/node-microtime@v3.1.0...v3.1.1)

Updates `tmp` from 0.2.1 to 0.2.3
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.1...v0.2.3)

Updates `@types/microtime` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/microtime)

Updates `@types/tmp` from 0.2.1 to 0.2.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tmp)

Updates `@types/n-readlines` from 1.0.3 to 1.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/n-readlines)

Updates `@types/proper-lockfile` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proper-lockfile)

Updates `@cosmjs/crypto` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/encoding` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/math` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/proto-signing` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/stargate` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@iarna/toml` from 2.2.3 to 2.2.5
- [Changelog](https://github.com/iarna/iarna-toml/blob/v2.2.5/CHANGELOG.md)
- [Commits](iarna/iarna-toml@v2.2.3...v2.2.5)

Updates `@cosmjs/tendermint-rpc` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/amino` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@types/better-sqlite3` from 7.6.9 to 7.6.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/better-sqlite3)

Updates `@endo/errors` from 1.2.2 to 1.2.5
- [Changelog](https://github.com/endojs/endo/blob/master/packages/errors/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/errors)

Updates `@endo/eventual-send` from 1.2.2 to 1.2.5
- [Changelog](https://github.com/endojs/endo/blob/master/packages/eventual-send/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/eventual-send)

Updates `@endo/far` from 1.1.2 to 1.1.5
- [Changelog](https://github.com/endojs/endo/blob/master/packages/far/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/far)

Updates `@endo/nat` from 5.0.7 to 5.0.10
- [Changelog](https://github.com/endojs/endo/blob/master/packages/nat/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/nat)

Updates `@endo/promise-kit` from 1.1.2 to 1.1.5
- [Changelog](https://github.com/endojs/endo/blob/master/packages/promise-kit/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/promise-kit)

Updates `@endo/base64` from 1.0.5 to 1.0.7
- [Changelog](https://github.com/endojs/endo/blob/master/packages/base64/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/base64)

Updates `@endo/init` from 1.1.2 to 1.1.4
- [Changelog](https://github.com/endojs/endo/blob/master/packages/init/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/init)

Updates `@endo/pass-style` from 1.4.0 to 1.4.3
- [Changelog](https://github.com/endojs/endo/blob/master/packages/pass-style/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/pass-style)

Updates `@endo/ses-ava` from 1.2.2 to 1.2.5
- [Changelog](https://github.com/endojs/endo/blob/master/packages/ses-ava/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/ses-ava)

Updates `@cosmjs/crypto` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/encoding` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/math` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/proto-signing` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@cosmjs/stargate` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@endo/env-options` from 1.1.4 to 1.1.6
- [Changelog](https://github.com/endojs/endo/blob/master/packages/env-options/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/env-options)

Updates `@cosmjs/tendermint-rpc` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `@endo/lockdown` from 1.0.7 to 1.0.10
- [Changelog](https://github.com/endojs/endo/blob/master/packages/lockdown/CHANGELOG.md)
- [Commits](https://github.com/endojs/endo/commits/@endo/[email protected]/packages/lockdown)

Updates `@cosmjs/amino` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.32.3...v0.32.4)

Updates `starshipjs` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/cosmology-tech/starship/releases)
- [Commits](https://github.com/cosmology-tech/starship/compare/[email protected]@2.4.1)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: microtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tmp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/microtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/tmp"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/n-readlines"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/proper-lockfile"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/crypto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/encoding"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/math"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/proto-signing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/stargate"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@iarna/toml"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/tendermint-rpc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/amino"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/better-sqlite3"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/errors"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/eventual-send"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/far"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/nat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/promise-kit"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/base64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/init"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/pass-style"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/ses-ava"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/crypto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/encoding"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/math"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/proto-signing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/stargate"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/env-options"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/tendermint-rpc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@endo/lockdown"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@cosmjs/amino"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: starshipjs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 4, 2024 21:27
@dependabot dependabot bot requested a review from AgoricTriage October 4, 2024 21:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 4, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 75bd389
Status: ✅  Deploy successful!
Preview URL: https://c1e6f269.agoric-sdk.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-patc-m2mt.agoric-sdk.pages.dev

View logs

@turadg turadg added the automerge:squash Automatically squash merge label Oct 4, 2024
@mergify mergify bot merged commit 681b352 into master Oct 4, 2024
80 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/patches-3204045216 branch October 4, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:squash Automatically squash merge 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.

1 participant