fix(deps): update dependency ohash to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ohash | ^1.1.4 -> ^2.0.4 |
Release Notes
unjs/ohash (ohash)
v2.0.4
🩹 Fixes
- Use
process.getBuiltinModuleto import fast hash (#118)
📦 Build
- Minify
dist/crypto/node(76bd382)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.0.3
🔥 Performance
- Use node crypto
hashwhen available (#116)
🩹 Fixes
🏡 Chore
- Lint (e12dd18)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.0.2
📦 Build
- Mark
Serializeras pure to allow tree-shaking (83fe375)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v2.0.0
🔥 Performance
- Reduce js
digestsize (#109)
🩹 Fixes
- hash, serialize: ⚠️ Always serialize string inputs (#110)
💅 Refactors
- ⚠️ Drop
murmurHashsupport (#104) - ⚠️ Rename
sha256*tostringDigest(#106) - ⚠️ Rename
objectHashtoserialize(#107) - Rename
stringDigesttodigest(d4dd808) - ⚠️ Use standard base64url for
digest(#111) - ⚠️ Rewrite serializer (#113)
📖 Documentation
- Clarify what
hash()does (8f7e829)
📦 Build
🏡 Chore
- Update deps (f7c6273)
- Fix typo (92dc287)
- Organize src dir (c94e04a)
- More strict type checks (033a043)
- Update repo (c5eced5)
- Update readme (b3a6fdf)
- Remove legacy benchmark (46221d7)
- Remove legacy benchmark scripts (04fb415)
- Update readme (b1cfd79)
- Update readme (cbb0cc9)
- Fix tests (8079b69)
✅ Tests
⚠️ Breaking Changes
- hash, serialize: ⚠️ Always serialize string inputs (#110)
- ⚠️ Drop
murmurHashsupport (#104) - ⚠️ Rename
sha256*tostringDigest(#106) - ⚠️ Rename
objectHashtoserialize(#107) - ⚠️ Use standard base64url for
digest(#111) - ⚠️ Rewrite serializer (#113)
- ⚠️ Esm only (#105)
- ⚠️ Move utils to
ohash/utils(#112)
❤️ Contributors
- Pooya Parsa (@pi0)
Configuration
📅 Schedule: 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 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.
Depends on ESM support
Edited/Blocked Notification
Renovate 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.
⚠️ Warning: custom changes will be lost.