Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps the minor-and-patch-npm-weekly group with 5 updates in the /dapp-example directory:

Package From To
@hashgraph/sdk 2.60.1 2.70.0
@mui/material 7.2.0 7.3.1
@babel/core 7.26.9 7.28.0
start-server-and-test 2.0.12 2.0.13
eslint-plugin-import 2.29.1 2.32.0

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/hardhat-example directory:

Package From To
@hashgraph/sdk 2.62.0 2.70.0
typescript 5.3.3 5.9.2
@hashgraph/hedera-local 2.35.0 2.37.1
hardhat 2.26.1 2.26.2
@nomicfoundation/hardhat-chai-matchers 2.0.8 2.1.0
solidity-coverage 0.8.14 0.8.16
@types/mocha 10.0.6 10.0.10

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/hardhat-viem-example directory:

Package From To
@hashgraph/sdk 2.62.0 2.70.0
@hashgraph/hedera-local 2.35.0 2.37.1
hardhat 2.26.1 2.26.2
@nomicfoundation/hardhat-chai-matchers 2.0.6 2.1.0
solidity-coverage 0.8.12 0.8.16
@types/mocha 10.0.6 10.0.10
viem 2.12.5 2.33.2

Bumps the minor-and-patch-npm-weekly group with 5 updates in the /tools/hedera-crosschain-bridge directory:

Package From To
@hashgraph/sdk 2.69.0 2.70.0
typescript 5.8.3 5.9.2
hardhat 2.24.1 2.26.2
@layerzerolabs/lz-evm-oapp-v2 3.0.98 3.0.121
@layerzerolabs/lz-v2-utilities 3.0.98 3.0.121

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/solidity-coverage-example directory:

Package From To
typescript 5.2.2 5.9.2
hardhat 2.26.1 2.26.2
@nomicfoundation/hardhat-chai-matchers 2.0.2 2.1.0
solidity-coverage 0.8.5 0.8.16
@types/mocha 10.0.1 10.0.10
ts-node 10.9.1 10.9.2
typechain 8.3.1 8.3.2

Bumps the minor-and-patch-npm-weekly group with 8 updates in the /tools/subgraph-example directory:

Package From To
@hashgraph/sdk 2.62.0 2.70.0
typescript 5.8.3 5.9.2
@hashgraph/hedera-local 2.35.0 2.37.1
hardhat 2.26.1 2.26.2
solidity-coverage 0.8.5 0.8.16
@nomiclabs/hardhat-etherscan 3.1.7 3.1.8
eslint-plugin-import 2.28.1 2.32.0
ts-node 10.9.1 10.9.2

Bumps the minor-and-patch-npm-weekly group with 2 updates in the /tools/waffle-example directory: typescript and chai.
Bumps the minor-and-patch-npm-weekly group with 1 update in the /tools/wagmi-example directory: @tanstack/react-query.
Bumps the minor-and-patch-npm-weekly group with 1 update in the /tools/web3js-example directory: typescript.
Bumps the minor-and-patch-npm-weekly group with 5 updates in the /tools/whbar-hardhat-example directory:

Package From To
@hashgraph/sdk 2.69.0 2.70.0
typescript 5.7.2 5.9.2
hardhat 2.26.1 2.26.2
@nomicfoundation/hardhat-chai-matchers 2.0.8 2.1.0
solidity-coverage 0.8.14 0.8.16

Updates @hashgraph/sdk from 2.60.1 to 2.70.0

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.69.0

What's Changed

Summary

This release improves transaction safety and network identification: Transactions that modify or delete nodes now require explicit nodeId to prevent unintended actions. The SDK's X-User-Agent header is now correctly formatted to ensure accurate classification by the Consensus Node.

Enhancements

  • Added validation to NodeUpdateTransaction and NodeDeleteTransaction to ensure that nodeId is explicitly set before execution. This prevents accidental updates to node 0.0.3 due to protobuf's default uint64 = 0 behavior. #3228

Fixed

  • Fixed the formatting of the X-User-Agent header in the JavaScript SDK to ensure proper identification by the Consensus Node. The header now follows the format: X-User-Agent: hiero-sdk-js/<version> (e.g., hiero-sdk-js/1.2.3), preventing misclassification as unknown/unspecified usage. #3216

Full Changelog: hiero-ledger/hiero-sdk-js@v2.68.0...v2.69.0

v2.69.0-beta.1

What's Changed

This release introduces robust support for dynamic network configuration in browser environments. These enhancements improve SDK reliability, support evolving node infrastructure, and ensure compatibility with mirror node-based discovery mechanisms.

Enhancements

  • Dynamic Address Book Updates in Browser:
    WebClient now supports both manual and automatic updates to the network configuration using data from the Mirror Node API:

    • Use updateNetwork() to manually refresh the list of nodes.
    • Enable scheduleNetworkUpdate: true to automatically refresh the address book on a recurring basis.
  • Mirror Network Initialization:
    Introduced the WebClient.forMirrorNetwork() factory method to initialize clients based on mirror-provided network information. The address book is loaded during initialization for accurate node discovery.

  • Browser-Side Support for AddressBookQuery:
    AddressBookQuery can now be executed in browser contexts, enabling mirror node discovery of grpc_proxy_endpoint values.

  • Browser-Side Support for Smart Contract Queries:
    The following mirror node-based contract queries are now supported in browser environments:

    • MirrorNodeContractCallQuery
    • MirrorNodeContractEstimateQuery
      #3092
  • Fallback Behavior for Production Networks:
    When using Mainnet, Testnet, or Previewnet, the SDK now supports a fallback mechanism:
    If grpc_proxy_endpoint fields are missing or null in the mirror node's address book response, the client will retain and use the hardcoded gRPC web proxy endpoints from the SDK. This ensures stable operation even if the mirror node is misconfigured or incomplete.

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.70.0

⚠️ Important Notice
Starting from this version (v2.70.0), we will be releasing all packages under both the @hiero-ledger and @hashgraph namespaces for a transitional period.
Eventually, @hashgraph/* packages will be deprecated and all development will continue solely under the @hiero-ledger/* scope.

No breaking changes are introduced in this release from a user perspective.

To support this transition, a detailed migration guide is available here.
Please begin migrating to @hiero-ledger packages at your earliest convenience.


Added

  • deleteGrpcWebProxyEndpoint method in NodeUpdateTransaction to support the removal of web proxy. #3268

Fixed

  • Aligned clear methods for array properties in TopicUpdateTransaction with other SDKs, ensuring they correctly remove the arrays from network state. #3265

Removed

  • Removed the gRPC proxy endpoint for node with account ID 0.0.5, as it was taken out of the address book by a council member. #3256

v2.69.0

Added

  • Added validation to NodeUpdateTransaction and NodeDeleteTransaction ensuring that nodeId is explicitly set before execution. This prevents accidental updates to node 0.0.3 due to protobuf's default uint64 = 0 behavior. 3228

Fixed

  • Fixed formatting of the X-User-Agent header in the JavaScript SDK to ensure correct identification by the Consensus Node. The header now uses the format: X-User-Agent: hiero-sdk-js/ (e.g., hiero-sdk-js/1.2.3), preventing misclassification as unknown/unspecified usage. 3216

v2.69.0-beta.1

Added

  • WebClient.forMirrorNetwork() factory method now works and correctly initializes and updates the address book during initialization.
  • WebClient now supports scheduled network updates via the scheduleNetworkUpdate: true option, and manual updates using the updateNetwork() method.
  • AddressBookQuery is now supported in browser environments.
  • MirrorNodeContractCallQuery is now supported in browser environments.
  • MirrorNodeContractЕstimateQuery is now supported in browser environments. #3092
  • For Mainnet, Testnet, and Previewnet, a fallback mechanism is in place: if the mirror node returns null or missing grpc_proxy_endpoint values, the SDK will retain and use the hardcoded list of gRPC web proxy endpoints.

v2.68.0

Added

  • <EntityId>.toEvmAddress() for AccountId, ContractId, ContractDelegateId, TopicId, TokenId, FileId. #3200

Changed

  • <EntityId>.fromEvmAddress(shard, realm, evmAddress) for AccountId, ContractId, and ContractDelegateId:
    • Shard and realm must now be explicitly provided and are not encoded in the EVM address. #3200

... (truncated)

Commits
  • fdec943 chore(release): v2.70.0 (#3270)
  • 5e21293 chore(ci): Set the dual publish defaults to true (#3272)
  • fc3de63 feat: clear grpc web proxy endpoint in NodeUpdate (#3268)
  • bb2b4de chore(deps-dev): bump eslint-plugin-jsdoc from 51.3.1 to 52.0.2 in /packages/...
  • 89c27d3 chore(deps-dev): bump eslint-plugin-jsdoc from 51.3.4 to 52.0.2 in /packages/...
  • 43f36c0 chore(deps-dev): bump eslint-plugin-jsdoc from 51.3.1 to 52.0.2 (#3261)
  • fcadee6 feat(TCK): Topic Endpoints (#3236)
  • b35fc3a fix: Clear methods in TopicUpdateTransaction (#3265)
  • e10aee0 feat: example of polling mirror node to simulate TopicMessageQuery (#3180)
  • e7f871c chore: remove grpc proxy for accoundId 0.0.5 (#3256)
  • Additional commits viewable in compare view

Updates @mui/material from 7.2.0 to 7.3.1

Release notes

Sourced from @​mui/material's releases.

v7.3.1

A big thanks to the 2 contributors who made this release possible.

@mui/material@7.3.1

All contributors of this release in alphabetical order: @​sai6855, @​ZeeshanTamboli

v7.3.0

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 Shipped nativeColor feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @​siriwatknp!

    To learn more, check out the Native Color guide.

@mui/material@7.3.0

@mui/codemod@7.3.0

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.1

Aug 6, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@7.3.1

All contributors of this release in alphabetical order: @​sai6855, @​ZeeshanTamboli

7.3.0

Aug 5, 2025

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 Shipped nativeColor feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @​siriwatknp!

    To learn more, check out the Native Color guide.

@mui/material@7.3.0

@mui/codemod@7.3.0

Docs

... (truncated)

Commits

Updates @babel/core from 7.26.9 to 7.28.0

Release notes

Sourced from @​babel/core's releases.

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

Committers: 5

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

👓 Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7 (2025-06-26)

👓 Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

🐛 Bug Fix

🏠 Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)

... (truncated)

Commits

Updates start-server-and-test from 2.0.12 to 2.0.13

Release notes

Sourced from start-server-and-test's releases.

v2.0.13

2.0.13 (2025-08-03)

Bug Fixes

  • deps: update dependency wait-on to v8.0.4 (#405) (6385e1d)
Commits

Updates eslint-plugin-import from 2.29.1 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

... (truncated)

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code

…ctories with 20 updates

Bumps the minor-and-patch-npm-weekly group with 5 updates in the /dapp-example directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.60.1` | `2.70.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.2.0` | `7.3.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.9` | `7.28.0` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.12` | `2.0.13` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.32.0` |

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/hardhat-example directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.62.0` | `2.70.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.9.2` |
| [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) | `2.35.0` | `2.37.1` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) | `2.0.8` | `2.1.0` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.14` | `0.8.16` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.6` | `10.0.10` |

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/hardhat-viem-example directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.62.0` | `2.70.0` |
| [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) | `2.35.0` | `2.37.1` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) | `2.0.6` | `2.1.0` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.12` | `0.8.16` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.6` | `10.0.10` |
| [viem](https://github.com/wevm/viem) | `2.12.5` | `2.33.2` |

Bumps the minor-and-patch-npm-weekly group with 5 updates in the /tools/hedera-crosschain-bridge directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.69.0` | `2.70.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.24.1` | `2.26.2` |
| @layerzerolabs/lz-evm-oapp-v2 | `3.0.98` | `3.0.121` |
| @layerzerolabs/lz-v2-utilities | `3.0.98` | `3.0.121` |

Bumps the minor-and-patch-npm-weekly group with 7 updates in the /tools/solidity-coverage-example directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.9.2` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) | `2.0.2` | `2.1.0` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.5` | `0.8.16` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.1` | `10.0.10` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typechain](https://github.com/ethereum-ts/Typechain) | `8.3.1` | `8.3.2` |

Bumps the minor-and-patch-npm-weekly group with 8 updates in the /tools/subgraph-example directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.62.0` | `2.70.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) | `2.35.0` | `2.37.1` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.5` | `0.8.16` |
| [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) | `3.1.7` | `3.1.8` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.1` | `2.32.0` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |

Bumps the minor-and-patch-npm-weekly group with 2 updates in the /tools/waffle-example directory: [typescript](https://github.com/microsoft/TypeScript) and [chai](https://github.com/chaijs/chai).
Bumps the minor-and-patch-npm-weekly group with 1 update in the /tools/wagmi-example directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query).
Bumps the minor-and-patch-npm-weekly group with 1 update in the /tools/web3js-example directory: [typescript](https://github.com/microsoft/TypeScript).
Bumps the minor-and-patch-npm-weekly group with 5 updates in the /tools/whbar-hardhat-example directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.69.0` | `2.70.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.2` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) | `2.0.8` | `2.1.0` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.14` | `0.8.16` |



Updates `@hashgraph/sdk` from 2.60.1 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `@mui/material` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.1/packages/mui-material)

Updates `@babel/core` from 7.26.9 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

Updates `start-server-and-test` from 2.0.12 to 2.0.13
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.12...v2.0.13)

Updates `eslint-plugin-import` from 2.29.1 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0)

Updates `@hashgraph/sdk` from 2.62.0 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `typescript` from 5.3.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `@babel/core` from 7.26.10 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

Updates `@hashgraph/hedera-local` from 2.35.0 to 2.37.1
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.35.0...v2.37.1)

Updates `hardhat` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `@nomicfoundation/hardhat-chai-matchers` from 2.0.8 to 2.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@2.0.8...@nomicfoundation/hardhat-chai-matchers@2.1.0)

Updates `solidity-coverage` from 0.8.14 to 0.8.16
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.14...v0.8.16)

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

Updates `@hashgraph/sdk` from 2.62.0 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `@babel/core` from 7.26.10 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

Updates `@hashgraph/hedera-local` from 2.35.0 to 2.37.1
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.35.0...v2.37.1)

Updates `hardhat` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `@nomicfoundation/hardhat-chai-matchers` from 2.0.6 to 2.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@2.0.8...@nomicfoundation/hardhat-chai-matchers@2.1.0)

Updates `solidity-coverage` from 0.8.12 to 0.8.16
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.14...v0.8.16)

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

Updates `viem` from 2.12.5 to 2.33.2
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.12.5...viem@2.33.2)

Updates `@hashgraph/sdk` from 2.69.0 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `hardhat` from 2.24.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `@layerzerolabs/lz-evm-oapp-v2` from 3.0.98 to 3.0.121

Updates `@layerzerolabs/lz-v2-utilities` from 3.0.98 to 3.0.121

Updates `typescript` from 5.2.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `hardhat` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `@nomicfoundation/hardhat-chai-matchers` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@2.0.8...@nomicfoundation/hardhat-chai-matchers@2.1.0)

Updates `solidity-coverage` from 0.8.5 to 0.8.16
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.14...v0.8.16)

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

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typechain` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/ethereum-ts/Typechain/releases)
- [Commits](https://github.com/ethereum-ts/Typechain/compare/typechain@8.3.1...typechain@8.3.2)

Updates `@hashgraph/sdk` from 2.62.0 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `@babel/core` from 7.26.10 to 7.28.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

Updates `@hashgraph/hedera-local` from 2.35.0 to 2.37.1
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.35.0...v2.37.1)

Updates `hardhat` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `solidity-coverage` from 0.8.5 to 0.8.16
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.14...v0.8.16)

Updates `@nomiclabs/hardhat-etherscan` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/commits)

Updates `eslint-plugin-import` from 2.28.1 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.5.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `chai` from 5.1.1 to 5.2.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.1...v5.2.1)

Updates `@tanstack/react-query` from 5.45.1 to 5.84.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query)

Updates `typescript` from 5.5.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `@hashgraph/sdk` from 2.69.0 to 2.70.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.60.1...v2.70.0)

Updates `typescript` from 5.7.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.9.2)

Updates `hardhat` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.26.1...hardhat@2.26.2)

Updates `@nomicfoundation/hardhat-chai-matchers` from 2.0.8 to 2.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@2.0.8...@nomicfoundation/hardhat-chai-matchers@2.1.0)

Updates `solidity-coverage` from 0.8.14 to 0.8.16
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.14...v0.8.16)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@mui/material"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: start-server-and-test
  dependency-version: 2.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.37.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: solidity-coverage
  dependency-version: 0.8.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@types/mocha"
  dependency-version: 10.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: solidity-coverage
  dependency-version: 0.8.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@types/mocha"
  dependency-version: 10.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: viem
  dependency-version: 2.33.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@layerzerolabs/lz-evm-oapp-v2"
  dependency-version: 3.0.121
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@layerzerolabs/lz-v2-utilities"
  dependency-version: 3.0.121
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: solidity-coverage
  dependency-version: 0.8.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@types/mocha"
  dependency-version: 10.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typechain
  dependency-version: 8.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.37.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: solidity-coverage
  dependency-version: 0.8.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@nomiclabs/hardhat-etherscan"
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: chai
  dependency-version: 5.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-weekly
- dependency-name: solidity-coverage
  dependency-version: 0.8.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners August 6, 2025 12:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 6, 2025
@dependabot dependabot bot requested a review from natanasow August 6, 2025 12:34
@dependabot dependabot bot requested a review from konstantinabl August 6, 2025 12:34
@dependabot dependabot bot requested a review from acuarica August 6, 2025 12:34
@dependabot dependabot bot requested a review from Nana-EC August 6, 2025 12:34
@dependabot dependabot bot requested a review from quiet-node August 6, 2025 12:34
@dependabot dependabot bot requested a review from Ferparishuertas August 6, 2025 12:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2025

Superseded by #4166.

@dependabot dependabot bot closed this Aug 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dapp-example/minor-and-patch-npm-weekly-4384461e1d branch August 6, 2025 16:02
Copy link

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (68.17%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (310e060) and HEAD (b1060a8). Click for more details.

HEAD has 22 uploads less than BASE
Flag BASE (310e060) HEAD (b1060a8)
config-service 1 0
relay 1 0
19 1
server 1 0
ws-server 1 0
@@             Coverage Diff             @@
##             main    #4163       +/-   ##
===========================================
- Coverage   95.26%   68.17%   -27.09%     
===========================================
  Files         122      122               
  Lines       20968    20968               
  Branches     1752      559     -1193     
===========================================
- Hits        19975    14295     -5680     
- Misses        969     6659     +5690     
+ Partials       24       14       -10     
Flag Coverage Δ
config-service ?
relay ?
server ?
ws-server ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 70 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

0 participants