Skip to content

fix(deps): update dependency @noble/hashes to v2.3.0 - #7

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/noble-hashes-2.x
Open

fix(deps): update dependency @noble/hashes to v2.3.0#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/noble-hashes-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@noble/hashes (source) 2.0.12.3.0 age confidence

Release Notes

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

v2.3.0

Compare Source

Improve speed of small inputs and keccak-based algorithms:

  • +10-45% 32b inputs across all hashes
  • +40% SHA-3 / SHAKE, +50% 1mb KT128 / KT256 / TurboSHAKE, +20% kmac
  • 2.2x argon
  • +20% pbkdf2 and hkdf

Other changes:

  • Better error messages and stricter type checks everywhere
  • Bugfix: HMAC _cloneInto now preserves canXOF (#​134, ChALkeR); Argon2d typo rename (#​135).
  • blake2.compress renamed to _compress (marked internal).
  • Remove source maps, decrease package size meaningfully

Full Changelog: paulmillr/noble-hashes@2.2.0...2.3.0

v2.2.0

Compare Source

  • March 2026 self-audit (all files): no major issues found
    • Audited for spec compliance and security
    • Fix: dkLen=0 handling in pbkdf2, blake2, turboshake, kt
    • Fix: parallelHash with blockLen=0
    • Fix: argon2 progress callback now reaches 100%
    • Improve: digestInto no longer returns a value (better performance)
    • Improve: argon2, blake2 support non-4-divisible dkLen
  • Fix all Byte Array types, to ensure proper work in both TypeScript 5.6 & TypeScript 5.9+
    • TS 5.6 has Uint8Array, while TS 5.9+ made it generic Uint8Array<ArrayBuffer>
    • This creates incompatibility of code between versions
    • Previously, it was hard to use and constantly emitted errors similar to TS2345
    • See typescript#62240 for more context
  • sha3: speed-up by up to 50%. Contributed by @​ChALkeR in #​126
  • Fix compilation issues on TypeScript v6
  • Make package Big Endian friendly. All tests pass on s390x
  • Improve tree-shaking, reduce bundle sizes
  • Add massive amounts of documentation everywhere

(We're skipping v2.1, to align with other noble packages)

Full Changelog: paulmillr/noble-hashes@2.0.1...2.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/noble-hashes-2.x branch 3 times, most recently from 148a4c1 to b8e43df Compare July 30, 2026 13:55
@renovate renovate Bot changed the title fix(deps): update dependency @noble/hashes to v2.2.0 fix(deps): update dependency @noble/hashes to v2.3.0 Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/noble-hashes-2.x branch from b8e43df to b3059e6 Compare August 6, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants