Skip to content

deps(prod): update dependency pure-md5 to v0.2.5 - #1165

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pure-md5-0.x
Open

deps(prod): update dependency pure-md5 to v0.2.5#1165
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pure-md5-0.x

Conversation

@renovate

@renovate renovate Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pure-md5 0.1.140.2.5 age confidence

Release Notes

eustatos/pure-md5 (pure-md5)

v0.2.5

Compare Source

Patch Changes
  • fix: implement UTF-8 encoding for proper Unicode support

    The MD5 implementation now correctly handles Unicode characters by encoding strings to UTF-8 bytes before hashing. This fixes incorrect hash computation for non-ASCII characters like em-dash (—), Cyrillic text, emoji, and other Unicode symbols.

    Previously, the implementation used only the lower 8 bits of UTF-16 code units, which produced incorrect hashes for characters outside the ASCII range. The new implementation properly encodes all Unicode characters to their UTF-8 byte representation, matching the behavior of standard MD5 implementations (Node.js crypto, Web Crypto API, etc.).

v0.2.4

Compare Source

v0.2.3

Compare Source

v0.2.2

Compare Source

Patch Changes
  • optimize build and readme

v0.2.1

Compare Source

Patch Changes
  • optimize dist size

v0.2.0

Compare Source

Minor Changes
  • add streaming and some optimization

  • add streaming and some optimization


Configuration

📅 Schedule: (UTC)

  • 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 commented Feb 17, 2026

Copy link
Copy Markdown
Contributor Author

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/pure-md5-0.x branch from 04e6a40 to 2fbd924 Compare February 21, 2026 13:26
@renovate renovate Bot changed the title deps(prod): update dependency pure-md5 to v0.2.0 deps(prod): update dependency pure-md5 to v0.2.2 Feb 21, 2026
@renovate
renovate Bot force-pushed the renovate/pure-md5-0.x branch from 2fbd924 to 213e36b Compare March 27, 2026 13:21
@renovate renovate Bot changed the title deps(prod): update dependency pure-md5 to v0.2.2 deps(prod): update dependency pure-md5 to v0.2.4 Mar 27, 2026
@renovate
renovate Bot force-pushed the renovate/pure-md5-0.x branch from 213e36b to abe5e70 Compare June 26, 2026 07:58
@renovate renovate Bot changed the title deps(prod): update dependency pure-md5 to v0.2.4 deps(prod): update dependency pure-md5 to v0.2.5 Jun 26, 2026
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