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-dev): Bump @hashgraph/sdk from 2.56.0 to 2.58.0 #1244

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps @hashgraph/sdk from 2.56.0 to 2.58.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.58.0

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-sdk-js@v2.57.2...v2.58.0

v2.57.2

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.57.1...v2.57.2

v2.57.0-beta.4

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.58.0

v2.57.2

v2.57.0-beta.3

What's Changed

... (truncated)

Commits
  • 1f90ba9 chore(release): v2.58.0 (#2855)
  • 3ae7250 chore: update package.json (#2854)
  • 9a16331 feat: account create transaction with key derived alias (#2834)
  • 00f64ac chore(deps-dev): bump vite from 5.4.11 to 6.1.0 (#2853)
  • 9d67df7 chore(deps-dev): bump vite from 4.5.3 to 6.1.0 in /packages/cryptography (#2852)
  • 2997b16 chore(deps-dev): bump geckodriver in /packages/cryptography (#2838)
  • a4a6c60 chore(TCK): Added account allowance transaction endpoint (#2774)
  • 259f745 chore(fix): Hitting unhealthy node 10 times (#2819)
  • 1a4392d feat: fix examples and run them in every new PR/per push (#2830)
  • cd4dcf3 fix: create-contract-with-value example (#2825)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner February 11, 2025 20:45
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 11, 2025 20:45
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 11, 2025
@dependabot dependabot bot requested a review from stoyanov-st February 11, 2025 20:45
Copy link

github-actions bot commented Feb 11, 2025

Test Results

 17 files  ± 0  102 suites   - 1   21m 50s ⏱️ - 7m 19s
345 tests  -  5  325 ✅  -  1  16 💤  - 2  4 ❌  - 2 
452 runs   - 15  430 ✅  - 11  18 💤  - 2  4 ❌  - 2 

For more details on these failures, see this check.

Results for commit db80156. ± Comparison against base commit 31284cc.

This pull request removes 29 and adds 24 tests. Note that renamed tests count towards both.
"before all" hook for "should reject tokens for a single account" ‑ HIP904 TokenRejectContract Test Suite "before all" hook for "should reject tokens for a single account"
"before each" hook for "Should check the existance of a token ID" ‑ @OZERC1155Token Test Suite "before each" hook for "Should check the existance of a token ID"
should be able to update fixed HTS fee and royalty fee in NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed HTS fee and royalty fee in NFT
should be able to update fixed HTS fee for NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed HTS fee for NFT
should be able to update fixed fee in HBARs for NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed fee in HBARs for NFT
should be able to update fractional fee with net of transfer false in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update fractional fee with net of transfer false in HTS token
should be able to update fractional fee with net of transfer true in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update fractional fee with net of transfer true in HTS token
should be able to update multiple fixed fees in HBARs ‑ TokenManagmentContract Test Suite Update fees should be able to update multiple fixed fees in HBARs
should be able to update multiple fractional fees in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update multiple fractional fees in HTS token
should be able to update multiple royalty fees in HBARs for NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update multiple royalty fees in HBARs for NFT
…
"before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via system-contracts" ‑ HIP583 Test Suite - Ethereum Transfer TX via system-contracts Non-Fungible Token Test "before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via system-contracts"
"before each" hook for "should be able to update multiple fixed fees in HBARs" ‑ TokenManagmentContract Test Suite Update fees "before each" hook for "should be able to update multiple fixed fees in HBARs"
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
Should check if an address is another address's operator ‑ @OZERC1155Token Test Suite Should check if an address is another address's operator
…

♻️ This comment has been updated with latest results.

@quiet-node quiet-node added this to the 0.12.0 milestone Feb 12, 2025
Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.56.0 to 2.58.0.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.56.0...v2.58.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hashgraph/sdk-2.58.0 branch from 66334c1 to db80156 Compare February 13, 2025 11:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2025

Superseded by #1253.

@dependabot dependabot bot closed this Feb 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hashgraph/sdk-2.58.0 branch February 19, 2025 20:18
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