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 v0.6.3 #26

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iconv-lite 0.5.1 -> 0.6.3 age adoption passing confidence

Release Notes

ashtuchkin/iconv-lite (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.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch from 8016963 to 98a97c4 Compare August 16, 2024 16:05
@coveralls
Copy link

coveralls commented Aug 16, 2024

Coverage Status

coverage: 92.857%. remained the same
when pulling 98a97c4 on renovate/iconv-lite-0.x
into 6ad2086 on main.

@heldinz heldinz merged commit 3e70190 into main Aug 16, 2024
5 checks passed
@heldinz heldinz deleted the renovate/iconv-lite-0.x branch August 16, 2024 16:07
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