Skip to content

Update thor-devkit 2.0.3 → 2.1.0 (minor)#9

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

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

Conversation

@depfu
Copy link
Copy Markdown

@depfu depfu bot commented May 10, 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.0) · Repo

Release Notes

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.

Sorry, we couldn't find anything useful about this release.

↗️ 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 thor-devkit dependency from version 2.0.3 to 2.1.0

New Features:

  • Improved ABI support
  • Enhanced hdnode functionality
  • Better ESM module support

Enhancements:

  • Improved test coverage
  • Code quality improvements

@depfu depfu bot added the depfu label May 10, 2025
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented May 10, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@restack-app
Copy link
Copy Markdown

restack-app bot commented May 10, 2025

No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 10, 2025

⚠️ No Changeset found

Latest commit: 53eacae

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 May 10, 2025

Reviewer's Guide

This pull request primarily updates the thor-devkit dependency from version 2.0.3 to 2.1.0, and its transitive dependency blakejs from 1.1.1 to 1.2.1. These version changes were applied by modifying package.json and subsequently updating package-lock.json to reflect the new dependency tree.

File-Level Changes

Change Details Files
Upgraded thor-devkit direct dependency.
  • Modified thor-devkit version from 2.0.3 to 2.1.0.
  • The update incorporates several enhancements from thor-devkit versions 2.0.4 through 2.1.0 (implicitly, as the PR description details up to 2.0.9), including improved event encoding, ABI v2 support, better ESM support, custom path allowance in hdnode, and increased test coverage.
package.json
package-lock.json
Updated blakejs transitive dependency.
  • Updated blakejs version from 1.1.1 to 1.2.1 as a result of the thor-devkit upgrade.
  • This includes features like salt and personalization support, and improved Webpack 5 compatibility by removing the Buffer dependency.
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.091 -110010086 +8100 +31

View full report

@depfu
Copy link
Copy Markdown
Author

depfu bot commented Jun 4, 2025

Closed in favor of #10.

@depfu depfu bot closed this Jun 4, 2025
@depfu depfu bot deleted the depfu/update/npm/thor-devkit-2.1.0 branch June 4, 2025 08:42
@depfu
Copy link
Copy Markdown
Author

depfu bot commented Jun 4, 2025

Closed in favor of #10.

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