leolabs / you-need-a-parser

Convert CSV files to a format that can be imported in YNAB
https://ynap.leolabs.org
MIT License
33 stars 12 forks source link

fix(deps): update dependency jschardet to v3 #634

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jschardet ^2.1.0 -> ^3.0.0 age adoption passing confidence

Release Notes

aadsm/jschardet (jschardet) ### [`v3.1.4`](https://redirect.github.com/aadsm/jschardet/compare/v3.1.3...v3.1.4) [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v3.1.3...v3.1.4) ### [`v3.1.3`](https://redirect.github.com/aadsm/jschardet/compare/v3.1.2...v3.1.3) [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v3.1.2...v3.1.3) ### [`v3.1.2`](https://redirect.github.com/aadsm/jschardet/compare/v3.1.1...v3.1.2) [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v3.1.1...v3.1.2) ### [`v3.1.1`](https://redirect.github.com/aadsm/jschardet/compare/v3.1.0...v3.1.1) [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://redirect.github.com/aadsm/jschardet/releases/tag/v3.1.0): Version 3.1.0 [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v3.0.0...v3.1.0) Version 3.1.0 (minor update) Changes since 3.0.0: [`f3de69b`](https://redirect.github.com/aadsm/jschardet/commit/f3de69b) Updated bundles [`25f107a`](https://redirect.github.com/aadsm/jschardet/commit/25f107a) Updated github workflow files [`4d45864`](https://redirect.github.com/aadsm/jschardet/commit/4d45864) Updated browserify and jest versions [`56e10ee`](https://redirect.github.com/aadsm/jschardet/commit/56e10ee) Cosmetic changes to the way the percentage is shown in show-size-changes.sh [`7010531`](https://redirect.github.com/aadsm/jschardet/commit/7010531) Add script to determine size changes in the distributed files [`120c0e7`](https://redirect.github.com/aadsm/jschardet/commit/120c0e7) npm audit --fix [`a1c0607`](https://redirect.github.com/aadsm/jschardet/commit/a1c0607) Merge pull request [#​75](https://redirect.github.com/aadsm/jschardet/issues/75) from danielgindi/fix/string_as_array [`2b9b07d`](https://redirect.github.com/aadsm/jschardet/commit/2b9b07d) Corrected "TypeError: Cannot assign to read only property", closes [#​68](https://redirect.github.com/aadsm/jschardet/issues/68) [`5a57c11`](https://redirect.github.com/aadsm/jschardet/commit/5a57c11) Convert the encodings tests to jest [`08e6c81`](https://redirect.github.com/aadsm/jschardet/commit/08e6c81) Add initial set of jest tests [`7897929`](https://redirect.github.com/aadsm/jschardet/commit/7897929) Check if given encodings exist against the denormalized list of supported encodings [`af66fa6`](https://redirect.github.com/aadsm/jschardet/commit/af66fa6) Add typescript support to detectEncodings [`9b49243`](https://redirect.github.com/aadsm/jschardet/commit/9b49243) Add detectEncondings option [`e5945e2`](https://redirect.github.com/aadsm/jschardet/commit/e5945e2) Merge branch 'master' of https://github.com/aadsm/jschardet [`71bcf43`](https://redirect.github.com/aadsm/jschardet/commit/71bcf43) npm audit fix [`094cb6f`](https://redirect.github.com/aadsm/jschardet/commit/094cb6f) Merge pull request [#​71](https://redirect.github.com/aadsm/jschardet/issues/71) from bpasero/patch-1 [`c089b44`](https://redirect.github.com/aadsm/jschardet/commit/c089b44) Add `detectAll` to index.d.ts [`0ae9a3c`](https://redirect.github.com/aadsm/jschardet/commit/0ae9a3c) Update package-lock.json [`f71723b`](https://redirect.github.com/aadsm/jschardet/commit/f71723b) Add .npmignore to exclude tests Bundle size changes since v3.0.0: - dist/jschardet.js +3135 (465888 -> 469023) - dist/jschardet.min.js +3460 +0.01% (335803 -> 339263) ### [`v3.0.0`](https://redirect.github.com/aadsm/jschardet/releases/tag/v3.0.0): Version 3.0.0 [Compare Source](https://redirect.github.com/aadsm/jschardet/compare/v2.3.0...v3.0.0) - maccyrillic -> x-mac-cyrillic - Fixed a bug that was introduced some months ago related to unicode detect of streams with less than 6 chars.

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 is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.09%. Comparing base (89ce6cf) to head (f2fa4f1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #634 +/- ## ======================================= Coverage 91.09% 91.09% ======================================= Files 25 25 Lines 865 865 Branches 234 234 ======================================= Hits 788 788 Misses 70 70 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.