Skip to content

chore(deps): update dependency iconv-lite to ^0.7.0#12158

Merged
chenjiahan merged 1 commit intomainfrom
renovate/iconv-lite-0.x
Nov 12, 2025
Merged

chore(deps): update dependency iconv-lite to ^0.7.0#12158
chenjiahan merged 1 commit intomainfrom
renovate/iconv-lite-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iconv-lite ^0.6.3 -> ^0.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pillarjs/iconv-lite (iconv-lite)

v0.7.0

Compare Source

🐞 Bug fixes
  • Handle split surrogate pairs when encoding utf8 - by @​yosion-p and @​ashtuchkin in #​282:

    Handle a case where streaming utf8 encoder (converting js strings -> buffers) encounters
    surrogate pairs split between chunks (last character of one chunk is high surrogate and first
    character of the next chunk is a low surrogate).

  • Avoid false positives in encodingExists by using objects without a prototype - by @​bjohansebas in #​328

    The encodingExists method could return incorrect results if the lookup matched properties inherited
    from the prototype of the object that stores the encodings, such as constructor and others. This change
    replaces that object with one that has no prototype, ensuring that only explicitly defined valid encodings
    in the library are considered. In addition, the fix is applied to the internal cache system to avoid the same
    kind of false positives

🚀 Improvements

Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 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.


  • 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 dependencies Pull requests that update a dependency file label Nov 11, 2025
@netlify
Copy link
Copy Markdown

netlify bot commented Nov 11, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit a777c8f
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/6913cd48874dc000083f0d95

@github-actions
Copy link
Copy Markdown
Contributor

📦 Binary Size-limit

Comparing a777c8f to test: remove jest script (#12150) by 9aoy

🙈 Size remains the same at 48.09MB

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Nov 12, 2025

CodSpeed Performance Report

Merging #12158 will not alter performance

Comparing renovate/iconv-lite-0.x (a777c8f) with main (b53c97d)

Summary

✅ 17 untouched

@chenjiahan chenjiahan merged commit 6520aae into main Nov 12, 2025
47 checks passed
@chenjiahan chenjiahan deleted the renovate/iconv-lite-0.x branch November 12, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant