Chipsnet / damare

DamareはDiscordで使える読み上げBotです。
https://damare.m86.work
Mozilla Public License 2.0
26 stars 6 forks source link

Update dependency encoding-japanese to v2 #43

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
encoding-japanese ^1.0.30 -> ^2.0.0 age adoption passing confidence

Release Notes

polygonplanet/encoding.js (encoding-japanese) ### [`v2.2.0`](https://togithub.com/polygonplanet/encoding.js/blob/HEAD/CHANGELOG.md#220-2024-06-09) [Compare Source](https://togithub.com/polygonplanet/encoding.js/compare/2.1.0...2.2.0) ##### Features - Add `fallback: 'ignore'` option in `Encoding.convert`. ([#​41](https://togithub.com/polygonplanet/encoding.js/pull/41)) Thanks [@​syumai](https://togithub.com/syumai) - Add `fallback: 'error'` option in `Encoding.convert`. ([#​44](https://togithub.com/polygonplanet/encoding.js/pull/44)) ##### Maintenance - Update devDependencies (`mocha`) to the latest versions. ([a7bded8](https://togithub.com/polygonplanet/encoding.js/commit/a7bded8ec7cc4db6ab1702b850560c5dd3ee3206)) ##### Documentation - Update `fallback` option of `convert` in README.md ([2a522ea](https://togithub.com/polygonplanet/encoding.js/commit/2a522ea07c651b2dceae5e97fdc4756bc22bfd3f)) ### [`v2.1.0`](https://togithub.com/polygonplanet/encoding.js/blob/HEAD/CHANGELOG.md#210-2024-03-21) [Compare Source](https://togithub.com/polygonplanet/encoding.js/compare/2.0.0...2.1.0) ##### Changes - Remove output source map `encoding.min.js.map` from bundles to simplify build and reduce distribution size. ([b963656](https://togithub.com/polygonplanet/encoding.js/commit/b963656e4f17ad862e1ea11c7d5a11b51e514516)) ##### CI - Migrate CI from Travis CI (`.travis.yml`) to GitHub Actions (`.github/workflows/ci.yml`). ([8c4612e](https://togithub.com/polygonplanet/encoding.js/commit/8c4612e7f25d6b58beb28e9f0e36f43347aeab11)) ##### Maintenance - Update devDependencies (`eslint`, `mocha`, `uglify-js`) to the latest versions. ([f092635](https://togithub.com/polygonplanet/encoding.js/commit/f0926354792dd12560924b79422fd534629973ce)) ##### Documentation - Update API documents ( [`detect`](https://togithub.com/polygonplanet/encoding.js/commit/eed1e770d9ef8c3f25803a996487de3815375d5b) [`convert`](https://togithub.com/polygonplanet/encoding.js/commit/3263b396a7406ed0b61ce001763b3068227a661d), [`urlEncode/urlDecode`](https://togithub.com/polygonplanet/encoding.js/commit/992efb0f1522336f60fd646e0283afcc82374f73), [`base64Encode/base64Decode`](https://togithub.com/polygonplanet/encoding.js/commit/bb7dffd141757bd4fa32f5ed95cdca082a6277bd), [`codeToString/stringToCode`](https://togithub.com/polygonplanet/encoding.js/commit/7ede9a5b37b835611e700d466870d66d1e271a46), [`Japanese Zenkaku/Hankaku conversion`](https://togithub.com/polygonplanet/encoding.js/commit/f44ed2f93f1b0c9c93264c7e55272e42a6e3bd6e) ) in README.md. - Update CDN sections and add example CDN script tag in README.md. ([f2aaefd](https://togithub.com/polygonplanet/encoding.js/commit/f2aaefde725309a879ed491cfc5bfeeefe0347a6)) - Change example code from XMLHttpRequest to use fetch API in README.md. ([fd88f12](https://togithub.com/polygonplanet/encoding.js/commit/fd88f12ff6656b9a21ab8170a9056512098dc387)) ### [`v2.0.0`](https://togithub.com/polygonplanet/encoding.js/blob/HEAD/CHANGELOG.md#200-2022-03-29) [Compare Source](https://togithub.com/polygonplanet/encoding.js/compare/1.0.30...2.0.0) ##### Features - Add `fallback` option to `Encoding.convert`. ([5622bfa](https://togithub.com/polygonplanet/encoding.js/commit/5622bfa4b2ee3981d664315b743094fcfd4d01a0)) Thanks [#​23](https://togithub.com/polygonplanet/encoding.js/pull/23) by [@​tohutohu](https://togithub.com/tohutohu), [fallback types](https://togithub.com/DefinitelyTyped/DefinitelyTyped/pull/59656) by [@​p-chan](https://togithub.com/p-chan) - Add `Encoding.version`. ([bd3d6ef](https://togithub.com/polygonplanet/encoding.js/commit/bd3d6ef511a17c2d9671453e6c93618dae7ae9db)) ##### Bug Fixes - Fix deprecated Buffer constructor. ([b8fda07](https://togithub.com/polygonplanet/encoding.js/commit/b8fda07f6957f9197210fcda196cb2d6cc28e7a1)) ##### Breaking Changes - Drop `bower` support. ([981ea39](https://togithub.com/polygonplanet/encoding.js/commit/981ea3947021faa87e12774e0786c6b13fe09124))

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.



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