Skip to content

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

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

fix(deps): update dependency iconv-lite to v0.7.2#8601
renovate[bot] wants to merge 1 commit into
masterfrom
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 📈 +183 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 📈 +183 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
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 65e0159 to 59037e9 Compare May 6, 2026 09:22
@github-actions github-actions Bot added size/xs and removed size/xs labels May 6, 2026
Copilot AI review requested due to automatic review settings May 12, 2026 09:22
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 59037e9 to d7f91c7 Compare May 12, 2026 09:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot added size/xs and removed size/xs labels May 12, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from d7f91c7 to bca9315 Compare May 18, 2026 14:16
@github-actions github-actions Bot added size/xs and removed size/xs labels May 18, 2026
Copilot AI review requested due to automatic review settings May 22, 2026 03:15
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from bca9315 to 0c545e9 Compare May 22, 2026 03:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot added size/xs and removed size/xs labels May 22, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 0c545e9 to ec92b40 Compare May 27, 2026 06:13
@github-actions github-actions Bot added size/xs and removed size/xs labels May 27, 2026
Copilot AI review requested due to automatic review settings May 28, 2026 22:02
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from ec92b40 to 3e6336f Compare May 28, 2026 22:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot added size/xs and removed size/xs labels May 28, 2026
@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from 3e6336f to ce2b306 Compare June 1, 2026 19:41
@github-actions github-actions Bot added size/xs and removed size/xs labels Jun 1, 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.

2 participants