Skip to content
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

Update dependency iconv-lite to ^0.6.0 - autoclosed #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iconv-lite ^0.4.24 -> ^0.6.0 age adoption passing confidence

Release Notes

ashtuchkin/iconv-lite

v0.6.3

Compare Source

  • Fix HKSCS encoding to prefer Big5 codes if both Big5 and HKSCS codes are possible (#​264)

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 https://github.com/whatwg/encoding/issues/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).

v0.5.2

Compare Source

  • Added iconv.getEncoder() and iconv.getDecoder() methods to typescript definitions (#​229).
    • Fixed semver version to 6.1.2 to support Node 8.x (by @​tanandara).
    • Capped iconv version to 2.x as 3.x has dropped support for older Node versions.
    • Switched from instanbul to c8 for code coverage.

v0.5.1

Compare Source

  • Added cp720 encoding (#​221, by @​kr-deps)
    • (minor) Changed Changelog.md formatting to use h2.

v0.5.0

Compare Source

  • Added UTF-32 encoding, both little-endian and big-endian variants (UTF-32LE, UTF32-BE). If endianness
    is not provided for decoding, it's deduced automatically from the stream using a heuristic similar to
    what we use in UTF-16. (great work in #​216 by @​kshetline)
    • Several minor updates to README (#​217 by @​oldj, plus some more)
    • Added Node versions 10 and 12 to Travis test harness.

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.

@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch from f9326bf to 08c54d4 Compare July 8, 2021 09:10
@renovate renovate bot changed the title Update dependency iconv-lite to ^0.6.0 Update dependency iconv-lite to ^0.6.0 - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/iconv-lite-0.x branch August 30, 2021 11:29
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.

1 participant