ffalt / jamp3

id3 & mp3 library
MIT License
9 stars 2 forks source link

fix(deps): update dependency iconv-lite to v0.6.0 #294

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
iconv-lite dependencies minor 0.5.1 -> 0.6.0

Release Notes

ashtuchkin/iconv-lite ### [`v0.6.0`](https://togithub.com/ashtuchkin/iconv-lite/blob/master/Changelog.md#​060--2020-06-08) [Compare Source](https://togithub.com/ashtuchkin/iconv-lite/compare/v0.5.2...v0.6.0) - Updated 'gb18030' encoding to :2005 edition (see [whatwg/encoding#​22](https://togithub.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](https://togithub.com/ashtuchkin/iconv-lite/issues/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](https://togithub.com/ashtuchkin/iconv-lite/issues/197) by [@​gabrielschulhof](https://togithub.com/gabrielschulhof)). ### [`v0.5.2`](https://togithub.com/ashtuchkin/iconv-lite/blob/master/Changelog.md#​052--2020-06-08) [Compare Source](https://togithub.com/ashtuchkin/iconv-lite/compare/v0.5.1...v0.5.2) - Added `iconv.getEncoder()` and `iconv.getDecoder()` methods to typescript definitions ([#​229](https://togithub.com/ashtuchkin/iconv-lite/issues/229)). - Fixed semver version to 6.1.2 to support Node 8.x (by [@​tanandara](https://togithub.com/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.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.