Skip to content

fix(deps): update dependency iconv-lite to v0.7.2#8601

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/iconv-lite-0.x
Open

fix(deps): update dependency iconv-lite to v0.7.2#8601
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/iconv-lite-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Change Age Confidence
iconv-lite 0.6.30.7.2 age confidence
iconv-lite ^0.6.3^0.7.0 age confidence

Release Notes

pillarjs/iconv-lite (iconv-lite)

v0.7.2

Compare Source

🐞 Bug fixes
  • Correction of CommonJS exports in TypeScript definitions - by @​plbstl in #​366

    Fixed the TypeScript definitions to correctly represent the CommonJS exports of the library.
    This resolves issues where consumers using TypeScript would encounter errors due to incorrect
    type definitions that did not align with the actual module exports.

v0.7.1

Compare Source

🚀 Improvements

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: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 31, 2026

COMPARE TO master

Total Size Diff 📉 -330 Bytes

Diff by File
Name Diff
packages/connectors/connector-alipay-native/package.json 0 Bytes
packages/connectors/connector-alipay-web/package.json 0 Bytes
packages/connectors/connector-dingtalk-web/package.json 0 Bytes
packages/core/package.json 0 Bytes
pnpm-lock.yaml 📉 -330 Bytes

@github-actions github-actions Bot added size/xs and removed size/xs labels Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 6ff57e4 to f1bc54d Compare April 1, 2026 20:21
@github-actions github-actions Bot added size/xs and removed size/xs labels Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from f1bc54d to a10bb9d Compare April 8, 2026 07:24
@github-actions github-actions Bot added size/xs and removed size/xs labels Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from a10bb9d to 2aac529 Compare April 22, 2026 06:18
@github-actions github-actions Bot added size/xs and removed size/xs labels Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 2aac529 to 65e0159 Compare April 29, 2026 10:04
@github-actions github-actions Bot added size/xs and removed size/xs labels Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant