Skip to content

Update thor-devkit 2.0.3 → 2.1.1 (minor)#10

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/npm/thor-devkit-2.1.1
Closed

Update thor-devkit 2.0.3 → 2.1.1 (minor)#10
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/npm/thor-devkit-2.1.1

Conversation

@depfu
Copy link
Copy Markdown

@depfu depfu bot commented Jun 4, 2025


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

What's Changed

  • Fixed compatibility issue with ESM module.

Full Changelog: v2.1.0...v2.1.1

2.0.9

What's Changed

New Contributors

Full Changelog: v2.0.8...v2.0.9

2.0.8

What's Changed

Full Changelog: v2.0.7...v2.0.8

2.0.7

What's Changed

  • add named imports for Buffer module by @grenos in #50

New Contributors

Full Changelog: v2.0.6...v2.0.7

2.0.6

What's Changed

Full Changelog: v2.0.5...v2.0.6

2.0.5

What's Changed

  • add abi v2 support for non-indexed value in event by @libotony in #45

Full Changelog: v2.0.4...v2.0.5

2.0.4

What's Changed

Full Changelog: v2.0.3...v2.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:

↗️ blakejs (indirect, 1.1.1 → 1.2.1) · Repo

Commits

See the full diff on Github. The new version differs by 8 commits:


Depfu Status

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

@depfu depfu bot added the depfu label Jun 4, 2025
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Jun 4, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jun 4, 2025

⚠️ No Changeset found

Latest commit: 1797e06

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.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Jun 4, 2025

Reviewer's Guide

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!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedthor-devkit@​2.0.3 ⏵ 2.1.19410010089 +5100 +31

View full report

@depfu
Copy link
Copy Markdown
Author

depfu bot commented Mar 24, 2026

Closed in favor of #12.

@depfu depfu bot closed this Mar 24, 2026
@depfu depfu bot deleted the depfu/update/npm/thor-devkit-2.1.1 branch March 24, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants