Skip to content

Update dependency iconv-lite to ^0.6.0#46

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

Update dependency iconv-lite to ^0.6.0#46
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/iconv-lite-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2019

Copy link
Copy Markdown

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iconv-lite ^0.4.18 -> ^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: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/iconv-lite-0.x branch from e3dc1c5 to 09a6745 Compare July 2, 2020 04:51
@renovate renovate Bot changed the title Update dependency iconv-lite to ^0.5.0 Update dependency iconv-lite to ^0.6.0 Jul 2, 2020
@renovate

renovate Bot commented Mar 12, 2023

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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