Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 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.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 - At any time (no schedule defined), 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 Aug 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Aug 25, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from de43113 to 9cca339 Compare August 25, 2025 22:30
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from 3911755 to 7d80faf Compare September 8, 2025 05:11
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from 0046968 to c61568e Compare September 22, 2025 05:13
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from c61568e to 9bc16c0 Compare September 22, 2025 17:06
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from 9bc16c0 to 649b847 Compare October 6, 2025 04:38
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from e23335c to 9d0f5dc Compare October 14, 2025 08:53
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from 61b39be to 3c5ff99 Compare October 27, 2025 05:25
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch 2 times, most recently from 14fed96 to 50e99dd Compare November 3, 2025 06:55
@renovate renovate bot force-pushed the renovate/noble-ciphers-2.x branch from 50e99dd to 1370bc5 Compare November 17, 2025 04:38
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.

1 participant