Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@noble/ciphers (source) ^1.0.0^2.0.0 age confidence

Release Notes

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

v2.1.1

Compare Source

  • Implement AES-SIV by @​overheadhunter in #​62
    • AES-SIV (RFC 5297) is different from AES-GCM-SIV (RFC 8452)
    • Deprecate old siv export in aes.js because it was an alias to gcmsiv
  • Publish provenance statement, missed in 2.0.1 due to GitHub bugs

New Contributors

Full Changelog: paulmillr/noble-ciphers@2.0.1...2.1.0

v2.0.1

Compare Source

  • Disable extension-less imports. If you've used /chacha, switch to /chacha.js now. See 2.0.0 for more details.
  • package.json: specify exported submodules to ensure typescript autocompletion
GitHub Immutable Releases

This GH release does not include NPM & JSR attestations, until we fix bugs related to newly added GitHub Immutable Releases

Full Changelog: paulmillr/noble-ciphers@2.0.0...2.0.1

v2.0.0

Compare Source

High-level
  • The package is now ESM-only. ESM can finally be loaded from common.js on node v20.19+
    • Node v20.19 is now the minimum required version
    • Package imports now work correctly in bundler-less environments, such as browsers
    • Reduces npm package size (traffic consumed): 118KB => 99KB
    • Reduces unpacked npm size (on-disk space): 753KB => 458KB
  • Make bundle sizes smaller, compared to v1.x
  • .js extension must be used for all modules
    • Old: @noble/ciphers/aes
    • New: @noble/ciphers/aes.js
    • This simplifies working in browsers natively without transpilers
Changes
  • webcrypto: move randomBytes and managedNonce to utils.js
  • ghash, poly1305, polyval: only allow Uint8Array as hash inputs, prohibit string
  • utils: new abytes; remove ahash, toBytes
  • Remove modules _assert (use utils), _micro and crypto (use webcrypto)
  • Upgrade typescript compilation env to ts5.9 and es2022
  • Massively improve error messages, make them more descriptive

Full Changelog: paulmillr/noble-ciphers@1.3.0...2.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 maintenance label Sep 16, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.76%. Comparing base (5124844) to head (a32ba91).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1472   +/-   ##
=======================================
  Coverage   89.76%   89.76%           
=======================================
  Files         177      177           
  Lines       26917    26917           
  Branches     2230     2230           
=======================================
  Hits        24162    24162           
  Misses       2755     2755           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from 58c1817 to afac036 Compare September 23, 2025 19:01
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from afac036 to 453eeb3 Compare October 15, 2025 06:08
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from 453eeb3 to 5c5fbc4 Compare December 7, 2025 05:50
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from 5c5fbc4 to b0a3f58 Compare December 23, 2025 14:19
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from b0a3f58 to 4a427f0 Compare December 31, 2025 17:55
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 4 times, most recently from e6a7596 to 472fbdf Compare January 16, 2026 12:30
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from 472fbdf to d9a5441 Compare January 16, 2026 13:45
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.

2 participants