Skip to content

build(deps): bump @ethereumjs/util from 9.1.0 to 10.1.1#4949

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ethereumjs/util-10.1.1
Open

build(deps): bump @ethereumjs/util from 9.1.0 to 10.1.1#4949
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ethereumjs/util-10.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps @ethereumjs/util from 9.1.0 to 10.1.1.

Release notes

Sourced from @​ethereumjs/util's releases.

@​ethereumjs/util v10.1.1

  • BigInt bytes conversion fixes, see PR #4203
  • Deprecate Node.js 18 support, minimum Node.js version is now 20, see PR #4180
  • Add Node.js 24 support, see PR #4194

@​ethereumjs/util v10.1.0

  • Update kzg-wasm dependency, PR #4169
  • Integrate new kzg-wasm library version / Sanity & API Checks, PR #4153
  • Explicitly cast result type to Uint8Array to satisfy ESLint, PR #4108

@​ethereumjs/util v10.0.0

Overview

This release is part of the v10 breaking release round making the EthereumJS libraries compatible with the Pectra hardfork going live on Ethereum mainnet on May 7 2025. Beside the hardfork update these releases mark a milestone in our release history since they - for the first time ever - bring the full Ethereum protocol stack - including the EVM - to the browser without any restrictions anymore, coming along with other substantial updates regarding library security and functionality.

Some highlights:

  • 🌴 Introduction of a tree-shakeable API
  • 👷🏼 Substantial dependency reduction to a "controlled dependency set" (no more than 10 + @Noble crypto)
  • 📲 EIP-7702 readiness
  • 🛵 Substantial bundle size reductions for all libraries
  • 🏄🏾‍♂️ All libraries now pure JS being WASM-free by default
  • 🦋 No more propriatary Node.js primitives

So: All libraries now work in the browser "out of the box".

Release Notes

Major release notes for this release can be found in the alpha.1 release notes here, with some additions along with the RC.1 releases, see here.

Changes since RC.1

  • Additional authorization module with EIP-7702 authorization list signing utilities, PRs #3933 and #4032
  • signature module: Remove ecsign method (use ethereum-cryptography directly), PR #3948
  • bytes module: Stricter hexToBytes() method, PR #3995
  • bytes module: bytesToHex()now throws on undefined input (instead of returning 0x), PR #4004

@​ethereumjs/util v10.0.0-rc.1

This is the first (and likely the last) round of RC releases for the upcoming breaking releases, following the alpha releases from October 2024. The releases are somewhat delayed (sorry for that), but final releases can now be expected very very soon, to be released once the Ethereum Pectra hardfork is scheduled for mainnet and all EIPs are fully finalized. Pectra will then also be the default hardfork setting for all EthereumJS libraries.

New Versioning Scheme

This breaking release round will come with a new versioning scheme (thanks to paulmillr for the suggestion), aligning the package numbers on breaking releases for all EthereumJS packages. This will make it easier to report bugs ("bug happened on EthereumJS version 10 releases"), reason about release series and make library compatibility more transparent and easier to grasp.

As a start we bump all major release versions to version 10, these RC releases are the first to be released with the new versioning scheme.

Note: the @ethereumjs/util package happens to already be on the v10 line, so no update here! 🙂

Pectra Spec Updates

... (truncated)

Commits

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 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 [@ethereumjs/util](https://github.com/ethereumjs/ethereumjs-monorepo) from 9.1.0 to 10.1.1.
- [Release notes](https://github.com/ethereumjs/ethereumjs-monorepo/releases)
- [Commits](https://github.com/ethereumjs/ethereumjs-monorepo/compare/@ethereumjs/util@9.1.0...@ethereumjs/util@10.1.1)

---
updated-dependencies:
- dependency-name: "@ethereumjs/util"
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
@dependabot dependabot bot requested review from a team as code owners February 18, 2026 19:41
@dependabot dependabot bot requested a review from acuarica February 18, 2026 19:41
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.

0 participants

Comments