Skip to content

fix(deps): update dependency @noble/ed25519 to v3#1170

Closed
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/noble-ed25519-3.x
Closed

fix(deps): update dependency @noble/ed25519 to v3#1170
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/noble-ed25519-3.x

Conversation

@renovate
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 4, 2025

Extension builds preview

Name Link
Latest commit c32ab52
Latest job logs Run #18125719666
Chrome (997.84KB)Download
Firefox (997.87KB)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
@github-actions github-actions Bot added area: background Improvements or additions to extension background script area: shared Changes to shared libraries and utilities labels Sep 30, 2025
@sidvishnoi
Copy link
Copy Markdown
Member

Will send separate PR.

@sidvishnoi sidvishnoi closed this Sep 30, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 30, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/noble-ed25519-3.x branch September 30, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: background Improvements or additions to extension background script area: shared Changes to shared libraries and utilities dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant