Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Updates the requirements on @hashgraph/sdk to permit the latest version.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.75.0

What's Changed

Bug Fixes

  • Fixed pagination issue in AddressBookQuery for web environments where only the first page of nodes from the Mirror Node API was being retrieved instead of all available pages. #3421
Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.75.0

Fixed

  • Fixed pagination issue in AddressBookQuery for web environments where only the first page of nodes from the Mirror Node API was being retrieved instead of all available pages. #3421

v2.74.0

Fixed

  • Fixed an issue where setMaxNodesPerTransaction() had no effect if called after a transaction was frozen. The setting is now applied correctly, allowing dApps and wallets to reduce redundant signing prompts when executing transactions. #3383

Added

  • Extended amount field support across the SDK to accept BigNumber and bigint types in addition to existing Long and number types, ensuring consistent handling of large amounts throughout the codebase. #3394
  • Added support for latest Metro bundler by adding "react-native" to package.json's exports #3388

Changed

  • This moves the mirrorRestApiBaseUrl construction from the client to the MirrorNode class for better separation of concerns. Additional fix - port for the rest api is handled correctly for local dev environments. #3395
  • Added New gRPC web proxies for node 33 and node 34#3384

v2.73.2

Added

  • Introduced Client.mirrorRestApiBaseUrl getter to provide the full Mirror Node REST API base URL, including scheme and port. #3376

Changed

  • Updated AccountId.populateAccountEvmAddress, AccountId.populateAccountNum MirrorNodeContractQuery to construct URLs using mirrorRestApiBaseUrl instead of manually parsing strings. #3376

Fixed

  • Resolved an issue in MirrorNodeContractQuery where the port was incorrectly overridden to 8545 for custom network configurations. #3376

v2.73.1

Added

  • Added negative NodeId check in the NodeUpdateTransaction and NodeDeleteTransaction
  • Updated NodeDeleteTransaction and NodeUpdateTransaction to transform the input always to Long

Changed

  • Pin all dependency versions in the SDK package/proto package/cryptography

v2.72.0

Added

  • Validation for negative gas in ContractExecuteTransaction, ensuring safer transaction execution. #3317
  • Support for CustomFee in scheduled transaction body, enabling more flexible fee structures in scheduled transactions. #3254

... (truncated)

Commits
  • 9fae591 chore(release): v2.75.0 (#3457)
  • d1fe01d feat(TCK): add EthereumTransaction endpoint (#3446)
  • 3adc169 chore(deps-dev): bump chromedriver from 139.0.3 to 141.0.0 in /packages/crypt...
  • fc113e7 chore(deps-dev): bump geckodriver from 5.0.0 to 6.0.2 in /packages/cryptograp...
  • 3a61542 chore(deps): bump renovatebot/github-action from 43.0.14 to 43.0.17 (#3448)
  • dd6ced7 fix: fetch all nodes from addressbook (#3421)
  • e849bbf chore(deps-dev): bump vite from 6.1.6 to 6.3.6 (#3350)
  • 784e3f5 chore(deps): bump expo from 53.0.4 to 54.0.11 in /examples/react-native-examp...
  • 9d937eb chore(deps-dev): bump eslint-plugin-jsdoc from 54.1.1 to 60.6.0 in /packages/...
  • a705236 chore(deps-dev): bump jsdom from 26.0.0 to 27.0.0 (#3404)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) to permit the latest version.
- [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.50.0...v2.75.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.75.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 17, 2025
@dependabot dependabot bot requested review from a team as code owners October 17, 2025 03:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 17, 2025
@swirlds-automation
Copy link

swirlds-automation commented Oct 17, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

1 participant