You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Summary by Sourcery
Update project dependencies by upgrading thor-devkit to 2.1.1 and indirectly bumping blakejs to 1.2.1 to address compatibility improvements.
Enhancements:
Bump thor-devkit to v2.1.1 to incorporate ESM module compatibility fixes
Update indirect dependency blakejs to v1.2.1 for Webpack 5 compatibility and salt/personalization support
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR performs a minor version bump of the thor-devkit dependency (and its transitive dependency blakejs), updating package.json and regenerating the lockfile to incorporate the new versions without any other code changes.
Sequence Diagram: Configuring a Dynamic Fee Transaction with thor-devkit v2.1.0+
sequenceDiagram
actor UserCode as "Your Code"
participant TD_Transaction as "thorDevkit.Transaction"
UserCode->>+TD_Transaction: new Transaction<MyBodyType>(body)
UserCode->>TD_Transaction: setDynamicFee(feeParams)
TD_Transaction-->>-UserCode: (Transaction instance updated)
Loading
Sequence Diagram: Deriving HDNode with Custom Path using thor-devkit v2.0.8+
sequenceDiagram
actor UserCode as "Your Code"
participant TD_HDNode as "thorDevkit.HDNode"
UserCode->>+TD_HDNode: new HDNode(seed)
UserCode->>TD_HDNode: derive(path = "m/44'/818'/0'/0/0", allowCustom = true)
TD_HDNode-->>-UserCode: DerivedKeyOutput
Loading
File-Level Changes
Change
Details
Files
Upgrade dependencies
Bumped thor-devkit from 2.0.3 to 2.1.1 in package.json
Regenerated package-lock.json to include updated thor-devkit and blakejs 1.2.1
package.json package-lock.json
Tips and commands
Interacting with Sourcery
Trigger a new review: Comment @sourcery-ai review on the pull request.
Continue discussions: Reply directly to Sourcery's review comments.
Generate a GitHub issue from a review comment: Ask Sourcery to create an
issue from a review comment by replying to it. You can also reply to a
review comment with @sourcery-ai issue to create an issue from it.
Generate a pull request title: Write @sourcery-ai anywhere in the pull
request title to generate a title at any time. You can also comment @sourcery-ai title on the pull request to (re-)generate the title at any time.
Generate a pull request summary: Write @sourcery-ai summary anywhere in
the pull request body to generate a PR summary at any time exactly where you
want it. You can also comment @sourcery-ai summary on the pull request to
(re-)generate the summary at any time.
Generate reviewer's guide: Comment @sourcery-ai guide on the pull
request to (re-)generate the reviewer's guide at any time.
Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
pull request to resolve all Sourcery comments. Useful if you've already
addressed all the comments and don't want to see them anymore.
Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
request to dismiss all existing Sourcery reviews. Especially useful if you
want to start fresh with a new review - don't forget to comment @sourcery-ai review to trigger a new review!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ thor-devkit (2.0.3 → 2.1.1) · Repo
Release Notes
2.1.1
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 41 commits:
2.1.1remove exports in package.json to have loose check in ESM mode2.1.0added generic in transaction constructorupdate read meupdate elliptic to ver 6.6.1add support of dynamic fee transactionupdate lintingupdate readme and update ci node versionadd sonar scanCreate sonar-project.propertiesMerge pull request #65 from mvayngrib/mv/mitUpdate LICENSEchore: relicense under MIT licensechange status badge to github action2.0.9Fix code smellsfeat: Increase code coverage transaction (#59)feat: Add coverage for wrong cases of: (#58)feat: Cover some cases in abi tests (#57)feat: Add code coverage for: (#56)feat: Add coverage for: (#55)v2.0.8Merge pull request #54 from libotony/masterci: update action syntaxhdnode: allow custom pathci: update node versionsupdate gh runner to ubuntu latest2.0.7Merge pull request #50 from vechainfoundation/masteradd named import for Buffer moduleMerge pull request #49 from libotony/dev2.0.6Merge pull request #47 from libotony/devimprove ESM, avoid using require in the sourceMerge pull request #45 from libotony/dev2.0.5add abi v2 support for non-indexed value in eventMerge pull request #43 from libotony/dev2.0.4abi: improve event encodingCommits
See the full diff on Github. The new version differs by 8 commits:
update LICENSE file to match package.jsonbump version to 1.2.0update package lockadd salt and personalizationuse mit licenserelease v1.1.2Merge pull request #19 from aeternity/fix-webpack-5Don't depend on Buffer to be compatible with Webpack 5 by defaultDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Summary by Sourcery
Update project dependencies by upgrading thor-devkit to 2.1.1 and indirectly bumping blakejs to 1.2.1 to address compatibility improvements.
Enhancements: