-
Notifications
You must be signed in to change notification settings - Fork 124
chore(deps): update dependency iconv-lite to ^0.7.0 #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
commit: |
commit: |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #593 +/- ##
=======================================
Coverage 94.57% 94.57%
=======================================
Files 14 14
Lines 1474 1474
Branches 321 321
=======================================
Hits 1394 1394
Misses 76 76
Partials 4 4 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
ac3ab9e to
5a31086
Compare
5a31086 to
4257a93
Compare
Merging this PR will degrade performance by 27.32%Summary
Performance Changes
Comparing |
b3dea60 to
69c16df
Compare
69c16df to
2ab4f1a
Compare
This PR contains the following updates:
^0.6.3β^0.7.0Release Notes
pillarjs/iconv-lite (iconv-lite)
v0.7.2Compare 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.1Compare Source
π Improvements
v0.7.0Compare 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 becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.