Pizzarous / Kinshi-Tunes

Kinshi Tunes is an open-source music bot with interaction support, configurability, and basic music and moderation commands. It is easy to set up and can be used in production. The repository includes instructions for installation and usage, as well as disclaimers and information about the developers.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix(deps): update all non-major dependencies #199

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/voice (source) ^0.16.0 -> ^0.16.1 age adoption passing confidence
@types/i18n (source) 0.13.8 -> 0.13.9 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.9.0 age adoption passing confidence
axios (source) ^1.6.0 -> ^1.6.1 age adoption passing confidence
discord.js (source) 14.13.0 -> 14.14.1 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.1.0 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/voice) ### [`v0.16.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/voice/CHANGELOG.md#discordjsvoice0161---2023-11-12) [Compare Source](https://togithub.com/discordjs/discord.js/compare/@discordjs/voice@0.16.0...@discordjs/voice@0.16.1) #### Bug Fixes - **TransformerGraph:** Explicitly include input args for readable input cases instead of just for string input cases ([#​9793](https://togithub.com/discordjs/discord.js/issues/9793)) ([788888a](https://togithub.com/discordjs/discord.js/commit/788888ab9ad17f1c8d85d68656c617334feb4361)) - Fix external links ([#​9313](https://togithub.com/discordjs/discord.js/issues/9313)) ([a7425c2](https://togithub.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2)) #### Documentation - **create-discord-bot:** Support bun in create-discord-bot ([#​9798](https://togithub.com/discordjs/discord.js/issues/9798)) ([7157748](https://togithub.com/discordjs/discord.js/commit/7157748fe3a69265896adf0450cd3f37acbcf97b)) - Update Node.js requirement to 16.11.0 ([#​9764](https://togithub.com/discordjs/discord.js/issues/9764)) ([188877c](https://togithub.com/discordjs/discord.js/commit/188877c50af70f0d5cffb246620fa277435c6ce6)) - Include StreamType enum description in new docs ([#​9457](https://togithub.com/discordjs/discord.js/issues/9457)) ([36216c0](https://togithub.com/discordjs/discord.js/commit/36216c0e1a0c99e5200de97f08d054e278fd3f0f)) - Generate static imports for types with api-extractor ([98a76db](https://togithub.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9)) #### Refactor - Move `getNode`/`canEnableFFmpegOptimizations` into a lazy loaded call ([#​9918](https://togithub.com/discordjs/discord.js/issues/9918)) ([637e1a4](https://togithub.com/discordjs/discord.js/commit/637e1a4ddb6d5810deb31c5b90400ca277218270))
axios/axios (axios) ### [`v1.6.1`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#161-2023-11-08) [Compare Source](https://togithub.com/axios/axios/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **formdata:** fixed content-type header normalization for non-standard browser environments; ([#​6056](https://togithub.com/axios/axios/issues/6056)) ([dd465ab](https://togithub.com/axios/axios/commit/dd465ab22bbfa262c6567be6574bf46a057d5288)) - **platform:** fixed emulated browser detection in node.js environment; ([#​6055](https://togithub.com/axios/axios/issues/6055)) ([3dc8369](https://togithub.com/axios/axios/commit/3dc8369e505e32a4e12c22f154c55fd63ac67fbb)) ##### Contributors to this release - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+432/-65 (#​6059 #​6056 #​6055 )") - avatar [Fabian Meyer](https://togithub.com/meyfa "+5/-2 (#​5835 )")
discordjs/discord.js (discord.js) ### [`v14.14.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14141---2023-11-12) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.14.0...14.14.1) #### Bug Fixes - **Emoji:** `id` set as `undefined` edge case ([#​9953](https://togithub.com/discordjs/discord.js/issues/9953)) ([cc07a28](https://togithub.com/discordjs/discord.js/commit/cc07a28f125be63a7f1132a5a07d317c160f9a89)) - **BaseClient:** Default in objects properly ([#​9952](https://togithub.com/discordjs/discord.js/issues/9952)) ([f93abf7](https://togithub.com/discordjs/discord.js/commit/f93abf7e35ab6793aa530ceadc279d8c80b7aebf)) #### Documentation - Use preferred nullable syntax (`?T` over `T | null`) ([#​9946](https://togithub.com/discordjs/discord.js/issues/9946)) ([1e4ef35](https://togithub.com/discordjs/discord.js/commit/1e4ef35436cd134db70c1c3152e33342baf9d6b6)) #### Refactor - Use formatters ([#​9956](https://togithub.com/discordjs/discord.js/issues/9956)) ([40726db](https://togithub.com/discordjs/discord.js/commit/40726db722c7851f4096cda29667ea4ee89da98b)) #### Typings - Use wrapper utilities ([#​9945](https://togithub.com/discordjs/discord.js/issues/9945)) ([4bc1dae](https://togithub.com/discordjs/discord.js/commit/4bc1dae36f01649127774c40b14e778d65cf25c5)) ### [`v14.14.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14140---2023-11-12) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.13.0...14.14.0) #### Bug Fixes - **Client:** Ensure destroyed connections are not ready ([#​9942](https://togithub.com/discordjs/discord.js/issues/9942)) ([b5e23ec](https://togithub.com/discordjs/discord.js/commit/b5e23ec2ecdfed1bb558e62adc3ac0b843ef64ca)) - **Webhook:** Do not call `client.deleteWebhook` in `delete` ([#​9786](https://togithub.com/discordjs/discord.js/issues/9786)) ([31d914e](https://togithub.com/discordjs/discord.js/commit/31d914e44b77ffd0d4511b5159e6869c04e8b1ec)) - **GuildManager#fetch:** Inject shard id ([#​9921](https://togithub.com/discordjs/discord.js/issues/9921)) ([85753a9](https://togithub.com/discordjs/discord.js/commit/85753a9d6fe569a3bc25dcdce2d6320fa61b8976)) - Prevent 'undefined' debug message on intentional shard closure ([#​9846](https://togithub.com/discordjs/discord.js/issues/9846)) ([0e0b85b](https://togithub.com/discordjs/discord.js/commit/0e0b85b76669237e3368e9ccef5278f47f7812d8)) - **Role:** Calculate position correctly when rawPositions are equal ([#​9871](https://togithub.com/discordjs/discord.js/issues/9871)) ([0529b2a](https://togithub.com/discordjs/discord.js/commit/0529b2af95a80478f52b906fa3f217cb47a3621b)) - **GuildScheduledEvent:** Use `if...else` pattern and handle partials ([#​9802](https://togithub.com/discordjs/discord.js/issues/9802)) ([32d614c](https://togithub.com/discordjs/discord.js/commit/32d614ccd389622e2969d59582f80d07a35eb39c)) #### Documentation - **Message:** Remove duplicated word 'of' in description ([#​9923](https://togithub.com/discordjs/discord.js/issues/9923)) ([85a78f9](https://togithub.com/discordjs/discord.js/commit/85a78f96d4df637099bf650b41b3580e3891905c)) - **GuildMember:** Clarify display color ([#​9891](https://togithub.com/discordjs/discord.js/issues/9891)) ([e38d03f](https://togithub.com/discordjs/discord.js/commit/e38d03fbe7168f5f85c40c01be4df5b5e6ea4fc8)) - Remove duplicate `APIEmoji` ([#​9880](https://togithub.com/discordjs/discord.js/issues/9880)) ([8cfadb6](https://togithub.com/discordjs/discord.js/commit/8cfadb6953b86fbdb3ef3c94d14653c519c9ce17)) - Consolidate API types ([#​9881](https://togithub.com/discordjs/discord.js/issues/9881)) ([44a3cbf](https://togithub.com/discordjs/discord.js/commit/44a3cbf39e66b59f6bdec6568887374eeb5fe1f5)) - Remove `FileOptions` ([#​9855](https://togithub.com/discordjs/discord.js/issues/9855)) ([eaabcdf](https://togithub.com/discordjs/discord.js/commit/eaabcdfda651e7bad5b6e818b869e631a07e8a41)) - **DiscordjsErrorCodes:** Deprecate unused properties ([#​9790](https://togithub.com/discordjs/discord.js/issues/9790)) ([4588e07](https://togithub.com/discordjs/discord.js/commit/4588e075c3d0cd437b4057dbd2dde18639e98ae9)) - **ApplicationCommandManager:** Id parameter can take options ([#​9664](https://togithub.com/discordjs/discord.js/issues/9664)) ([ed14135](https://togithub.com/discordjs/discord.js/commit/ed1413584416149306b831bdcb88291b5d2a2612)) - **Attachment:** Add MIME types link to `contentType` ([#​9824](https://togithub.com/discordjs/discord.js/issues/9824)) ([85b2498](https://togithub.com/discordjs/discord.js/commit/85b24988a51dff74ffe0ab8186bad3a8370bfd5d)) - Fix "its" typo ([#​9825](https://togithub.com/discordjs/discord.js/issues/9825)) ([c50809e](https://togithub.com/discordjs/discord.js/commit/c50809e20648cacea99f5450e8073d960ff8aa39)) - **GuildMember:** Clarify timeout parameter wording ([#​9800](https://togithub.com/discordjs/discord.js/issues/9800)) ([8d97e2d](https://togithub.com/discordjs/discord.js/commit/8d97e2d2c551fcb1eb57a9550a5984135cdf2e67)) - **create-discord-bot:** Support bun in create-discord-bot ([#​9798](https://togithub.com/discordjs/discord.js/issues/9798)) ([7157748](https://togithub.com/discordjs/discord.js/commit/7157748fe3a69265896adf0450cd3f37acbcf97b)) #### Features - Default select menu values ([#​9867](https://togithub.com/discordjs/discord.js/issues/9867)) ([4ff3ea4](https://togithub.com/discordjs/discord.js/commit/4ff3ea4a1bcb708973fbbbc84aaede1f7643e630)) - Mainlib docs on new website ([#​9930](https://togithub.com/discordjs/discord.js/issues/9930)) ([da455bc](https://togithub.com/discordjs/discord.js/commit/da455bceead521b10c32097b092fccc7a137471f)) - **cleanContent:** Add slash commands and emojis ([#​9809](https://togithub.com/discordjs/discord.js/issues/9809)) ([c2349d4](https://togithub.com/discordjs/discord.js/commit/c2349d4be45a2b2cfff7eaf2f227c69917fec77f)) - **Emoji:** Add `imageURL()` ([#​9788](https://togithub.com/discordjs/discord.js/issues/9788)) ([b6c762c](https://togithub.com/discordjs/discord.js/commit/b6c762cb843b21f57d2d0e1e79a16b3d565001a4)) - Onboarding mode and edit method ([#​9647](https://togithub.com/discordjs/discord.js/issues/9647)) ([7671a83](https://togithub.com/discordjs/discord.js/commit/7671a836f4b080a0c0d42bbbacc6ddd1df7c0ba8)) - Support new application properties and patch endpoint ([#​9709](https://togithub.com/discordjs/discord.js/issues/9709)) ([1fe7247](https://togithub.com/discordjs/discord.js/commit/1fe72475286775cdfc68dad251ed662db7375ad1)) - **BaseChannel:** Add `isThreadOnly()` ([#​9847](https://togithub.com/discordjs/discord.js/issues/9847)) ([699b232](https://togithub.com/discordjs/discord.js/commit/699b2329224ebffb483de75aac88255a7ee1e36e)) - **StageInstanceManager:** Add `guildScheduledEvent` to `create()` ([#​8885](https://togithub.com/discordjs/discord.js/issues/8885)) ([931c3ed](https://togithub.com/discordjs/discord.js/commit/931c3ed593d842e21568e039ed21855a53de4f2c)) - Support `default_thread_rate_limit_per_user` in channel creation ([#​9273](https://togithub.com/discordjs/discord.js/issues/9273)) ([1e5c14b](https://togithub.com/discordjs/discord.js/commit/1e5c14b74110fc1cae5e0bc605d30531e7ee7c4b)) - Add media channels ([#​9662](https://togithub.com/discordjs/discord.js/issues/9662)) ([571aedd](https://togithub.com/discordjs/discord.js/commit/571aedd58aeb5ac677f2a94a4a2851c4378a70b0)) - Support widget image URL ([#​9782](https://togithub.com/discordjs/discord.js/issues/9782)) ([b6a2441](https://togithub.com/discordjs/discord.js/commit/b6a244181971546b4b269ca96ec8b7235cd3015f)) - **GuildAuditLogsEntry:** Expose extra integrationType in relevant log types ([#​9796](https://togithub.com/discordjs/discord.js/issues/9796)) ([3109798](https://togithub.com/discordjs/discord.js/commit/310979808eb3a517ccf0f16d66a08c5cbf25ae0d)) - Add support for teams update ([#​9805](https://togithub.com/discordjs/discord.js/issues/9805)) ([c66636d](https://togithub.com/discordjs/discord.js/commit/c66636da11851e3b8c5a3136c2f95b10b2f8b2cc)) - **Presence:** Expose sync_id in Activity ([#​9766](https://togithub.com/discordjs/discord.js/issues/9766)) ([485dd71](https://togithub.com/discordjs/discord.js/commit/485dd718c57802ce620ec832cef8a708c711251a)) #### Refactor - **utils:** Remove `mergeDefault` ([#​9938](https://togithub.com/discordjs/discord.js/issues/9938)) ([5b0aa92](https://togithub.com/discordjs/discord.js/commit/5b0aa92c8106aeaaefb473a926f57b1eae4bd9e4)) - Use proper variable names in callbacks ([#​9840](https://togithub.com/discordjs/discord.js/issues/9840)) ([11f6955](https://togithub.com/discordjs/discord.js/commit/11f6955ed9dfd4483c9c4dd6ac2ef4b020feb7f0)) - **GuildAuditLogsEntry:** Abstract reduce logic into a new function ([#​9845](https://togithub.com/discordjs/discord.js/issues/9845)) ([19ea0ba](https://togithub.com/discordjs/discord.js/commit/19ea0baa00e9b8671896ae857f4cdb2cdb6d69af)) - Stickers are free (no more "premium" packs) ([#​9791](https://togithub.com/discordjs/discord.js/issues/9791)) ([e02a59b](https://togithub.com/discordjs/discord.js/commit/e02a59bbb6f57c6935230d120867519c1e84d10a)) #### Typings - **Partials:** Add toString() method to supported Partials ([#​9835](https://togithub.com/discordjs/discord.js/issues/9835)) ([7422d9f](https://togithub.com/discordjs/discord.js/commit/7422d9f172019fd5fbe93051512929506b122f93)) - **MessageEditOptions:** Correct `attachments` type ([#​9874](https://togithub.com/discordjs/discord.js/issues/9874)) ([2aa3250](https://togithub.com/discordjs/discord.js/commit/2aa325058464741d57114b538ce358ea4de3bcd2)) - **UserContextMenuCommandInteraction:** Nullify `targetMember` ([#​9844](https://togithub.com/discordjs/discord.js/issues/9844)) ([3c043d8](https://togithub.com/discordjs/discord.js/commit/3c043d83a93333d803f675cfe31feb62fe1999b1)) - Don't include dom types ([#​9831](https://togithub.com/discordjs/discord.js/issues/9831)) ([9dbc954](https://togithub.com/discordjs/discord.js/commit/9dbc9542c4ad91e75df509bc1e1de25515a88cfe)) - **Client:** Fix isReady narrowing ([#​9828](https://togithub.com/discordjs/discord.js/issues/9828)) ([6404c01](https://togithub.com/discordjs/discord.js/commit/6404c013e75c1d3baa1f1b15695315b76bb7acd6))
prettier/prettier (prettier) ### [`v3.1.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#310) [Compare Source](https://togithub.com/prettier/prettier/compare/3.0.3...3.1.0) [diff](https://togithub.com/prettier/prettier/compare/3.0.3...3.1.0) 🔗 [Release Notes](https://prettier.io/blog/2023/11/13/3.1.0.html)

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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