Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

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

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

Summary by CodeRabbit

  • Chores
    • Updated internal dependency to ensure compatibility and stability.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73%. Comparing base (26ad568) to head (8fb4108).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #90   +/-   ##
=====================================
  Coverage     73%     73%           
=====================================
  Files        577     577           
  Lines      47608   47608           
  Branches    5591    5591           
=====================================
  Hits       34856   34856           
  Misses     10922   10922           
  Partials    1830    1830           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 20, 2025

📝 Walkthrough

Walkthrough

Bumps the iconv-lite dependency in package.json from ^0.6.3 to ^0.7.0. No source code, configuration, exported interfaces, or control-flow changes are included.

Suggested reviewers

  • saltenasl
  • jamesbhobbs
  • Artmann

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: a dependency update of iconv-lite to version 0.7.0, which matches the PR's sole modification to package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 71560d8 and 8fb4108.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json (1 hunks)
🔇 Additional comments (1)
package.json (1)

2505-2505: Dependency sync verified—no further action needed.

The package-lock.json correctly pins iconv-lite to 0.7.0, resolving the mismatch flagged in the past review. The change is complete.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 2 times, most recently from c080474 to 330e966 Compare October 20, 2025 17:39
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 17 times, most recently from 9161d6e to 76b4dc1 Compare October 23, 2025 12:16
@jamesbhobbs jamesbhobbs marked this pull request as draft October 23, 2025 12:36
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 2 times, most recently from b84d309 to 951d184 Compare October 23, 2025 12:55
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 5 times, most recently from 961b833 to 8cc33e8 Compare November 3, 2025 22:20
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 20 times, most recently from c90705a to 71560d8 Compare November 10, 2025 15:31
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 2 times, most recently from e1d8e1e to 55f8b2c Compare November 12, 2025 13:00
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch from 55f8b2c to 8fb4108 Compare November 12, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant