Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^1.7.2→^2.2.0Release Notes
paulmillr/noble-hashes (@noble/hashes)
v2.2.0Compare Source
dkLen=0handling inpbkdf2,blake2,turboshake,ktparallelHashwithblockLen=0argon2progress callback now reaches 100%digestIntono longer returns a value (better performance)argon2,blake2support non-4-divisibledkLenUint8Array, while TS 5.9+ made it genericUint8Array<ArrayBuffer>TS2345(We're skipping v2.1, to align with other noble packages)
Full Changelog: paulmillr/noble-hashes@2.0.1...2.2.0
v2.0.1Compare Source
.jsextension must be used for all modules@noble/hashes/sha3@noble/hashes/sha3.jsFull Changelog: paulmillr/noble-hashes@2.0.0...2.0.1
v2.0.0Compare Source
High-level
.jsextension must be used for all modules@noble/hashes/sha3@noble/hashes/sha3.jsChanges
stringutils.utf8ToBytessha256,sha512=>sha2.js(consistent withsha3.js)blake2b,blake2s=>blake2.js(consistent withblake3.js,blake1.js)ripemd160,sha1,md5=>legacy.js(all low-security hashes are there)_assert=>utils.jscryptointernal module got removed: use built-in WebCrypto insteadFull Changelog: paulmillr/noble-hashes@1.8.0...2.0.0
v1.8.0Compare Source
Preparation for v2
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
.jsextension@noble/hashes/sha2@noble/hashes/sha2.jsDeprecations
In v2, some modules will be removed. For example, sha256 will become sha2. In v1.8, the old names still exist, but are marked as deprecated, to simplify upgrade path.
One of the reasons for moving those was the fact sha384 resided in sha512, sha224 in sha256 - which was confusing. New naming scheme simplifies reasoning and decreases amount of modules.
sha256becamesha2(which already existed for several releases)sha512becamesha2_assertbecameutilsblake2bbecameblake2blake2sbecameblake2ripemd160becamelegacy(to signify its low security level 2^80)sha1becamelegacyFull Changelog: paulmillr/noble-hashes@1.7.2...1.8.0
Configuration
📅 Schedule: (in timezone UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.