Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@noble/ed25519 (source) ^2.3.0 -> ^3.0.0 age confidence

Release Notes

paulmillr/noble-ed25519 (@​noble/ed25519)

v3.0.0

Compare Source

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.sha512 = sha512;
ed.etc.sha512Async = (m: Uint8Array) => Promise.resolve(sha512(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


Configuration

📅 Schedule: Branch creation - "before 4am on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 4, 2025
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Extension builds preview

Name Link
Latest commit 897064a
Latest job logs Run #18021478728
Chrome (997.94KB)Download
Firefox (997.96KB)Download
Safari (1.92MB)Download

@sidvishnoi sidvishnoi self-assigned this Sep 4, 2025
@sidvishnoi sidvishnoi self-requested a review September 4, 2025 11:15
@renovate renovate bot force-pushed the renovate/noble-ed25519-3.x branch from 19a5fa3 to 6d99c0b Compare September 24, 2025 10:10
@renovate renovate bot force-pushed the renovate/noble-ed25519-3.x branch from 6d99c0b to 897064a Compare September 25, 2025 21:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant