Skip to content

chore: bump @noble/ed25519 from 1.7.0 to 3.0.0 in /web3.js#1515

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/web3.js/noble/ed25519-3.0.0
Open

chore: bump @noble/ed25519 from 1.7.0 to 3.0.0 in /web3.js#1515
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/web3.js/noble/ed25519-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

Bumps @noble/ed25519 from 1.7.0 to 3.0.0.

Release notes

Sourced from @​noble/ed25519's releases.

3.0.0

v3 brings the package closer to noble-curves v2

  • Most methods now expect Uint8Array, string hex inputs are prohibited
  • Add keygen, keygenAsync method
  • Node v20.19 is now the minimum required version
  • Various small changes for types and Point class
  • etc: hashes are now set in hashes object:
// before
ed.etc.sha512Sync = (...m: Uint8Array[]) => sha512(ed.etc.concatBytes(...m));
ed.etc.sha512Async = (...m: Uint8Array[]) => Promise.resolve(sha512(ed.etc.concatBytes(...m)));
// after
ed.hashes.sha512 = sha512;
ed.hashes.sha512Async = (m: Uint8Array) => Promise.resolve(sha512(m));

New Contributors

Full Changelog: paulmillr/noble-ed25519@2.3.0...3.0.0

2.3.0

  • Preparation for v3: rewrite code
  • Remove non-erasable typescript syntax. The .ts code can now be ran natively in node.js
  • Point: do assertValidity before encoding
  • Point: Freeze on creation
  • CI: attest standalone build files
  • Bump typescript target from ES2020 to ES2022

Full Changelog: paulmillr/noble-ed25519@2.2.3...2.3.0

2.2.3

  • Revert requirement for crypto.subtle, introduced in 2.2.0. This ensures synchronous environments work correctly without it. Closes #108.

Note: JSR was published from different commit a2d948402a95bfcbd51cb97b70749814d67daf78, which failed to publish on NPM.

Full Changelog: paulmillr/noble-ed25519@2.2.2...2.2.3

2.2.2

  • Improve documentation for public methods. This ensures efficient auto-generated docs on JSR.

Full Changelog: paulmillr/noble-ed25519@2.2.1...2.2.2

2.2.1

Same as 2.2.0, but now publishing to JSR without slow-types option.

Full Changelog: paulmillr/noble-ed25519@2.2.0...2.2.1

... (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 [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) from 1.7.0 to 3.0.0.
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Commits](paulmillr/noble-ed25519@1.7.0...3.0.0)

---
updated-dependencies:
- dependency-name: "@noble/ed25519"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 17, 2026

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants