Skip to content

Update dependency iconv-lite to ^0.6.0 #26

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

Merged
merged 1 commit into from
Jul 21, 2020
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 8, 2020

This PR contains the following updates:

Package Type Update Change
iconv-lite dependencies minor ^0.5.0 -> ^0.6.0

Release Notes

ashtuchkin/iconv-lite

v0.6.2

Compare Source

  • Support Uint8Array-s decoding without conversion to Buffers, plus fix an edge case.

v0.6.1

Compare Source

  • Support Uint8Array-s directly when decoding (#​246, by @​gyzerok)
    • Unify package.json version ranges to be strictly semver-compatible (#​241)
    • Fix minor issue in UTF-32 decoder's endianness detection code.

v0.6.0

Compare Source

  • Updated 'gb18030' encoding to :2005 edition (see whatwg/encoding#​22).
    • Removed iconv.extendNodeEncodings() mechanism. It was deprecated 5 years ago and didn't work
      in recent Node versions.
    • Reworked Streaming API behavior in browser environments to fix #​204. Streaming API will be
      excluded by default in browser packs, saving ~100Kb bundle size, unless enabled explicitly using
      iconv.enableStreamingAPI(require('stream')).
    • Updates to development environment & tests:
      • Added ./test/webpack private package to test complex new use cases that need custom environment.
        It's tested as a separate job in Travis CI.
      • Updated generation code for the new EUC-KR index file format from Encoding Standard.
      • Removed Buffer() constructor in tests (#​197 by @​gabrielschulhof).

Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #26 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            9         9           
  Branches         3         3           
=========================================
  Hits             9         9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a287e3c...cd064bc. Read the comment docs.

@webhacking webhacking merged commit ae65ac1 into master Jul 21, 2020
@renovate renovate bot deleted the renovate/iconv-lite-0.x branch July 21, 2020 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants