Skip to content

chore(deps): bump @hashgraph/sdk from 2.57.2 to 2.58.0 #1370

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

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @hashgraph/sdk from 2.57.2 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

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.58.0

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)

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.57.2 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.57.2...v2.58.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2025 12:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2025
@dependabot dependabot bot requested a review from jeromy-cannon February 12, 2025 12:36
Copy link
Contributor

Unit Test Results - Linux

  1 files  ±0   61 suites  ±0   1s ⏱️ -1s
237 tests ±0  237 ✅ ±0  0 💤 ±0  0 ❌ ±0 
246 runs  ±0  246 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 5caa4a3. ± Comparison against base commit 8411ff3.

Copy link
Contributor

Unit Test Results - Windows

  1 files  ±0   61 suites  ±0   2s ⏱️ -1s
237 tests ±0  237 ✅ ±0  0 💤 ±0  0 ❌ ±0 
246 runs  ±0  246 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 5caa4a3. ± Comparison against base commit 8411ff3.

Copy link
Contributor

E2E Test Report

 17 files  126 suites   1h 26m 41s ⏱️
254 tests 254 ✅ 0 💤 0 ❌
265 runs  265 ✅ 0 💤 0 ❌

Results for commit 5caa4a3.

Copy link
Contributor

E2E Test Report

 17 files  126 suites   1h 26m 41s ⏱️
254 tests 254 ✅ 0 💤 0 ❌
265 runs  265 ✅ 0 💤 0 ❌

Results for commit 5caa4a3.

Copy link

codacy-production bot commented Feb 12, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (8411ff3) 23707 19815 83.58%
Head commit (5caa4a3) 23707 (+0) 19815 (+0) 83.58% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1370) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.51%. Comparing base (8411ff3) to head (5caa4a3).
Report is 54 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1370      +/-   ##
==========================================
- Coverage   82.51%   82.51%   -0.01%     
==========================================
  Files         130      130              
  Lines       23707    23707              
  Branches     2246     2325      +79     
==========================================
- Hits        19563    19561       -2     
+ Misses       3948     3916      -32     
- Partials      196      230      +34     

see 22 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit c35c7a5 into main Feb 12, 2025
43 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/npm_and_yarn/hashgraph/sdk-2.58.0 branch February 12, 2025 22:03
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.35.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.35.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released on @0.35.x released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants