maybeanerd / MagiBot

MagiBot - the community building discord bot that adds joinsounds to your voice channels!
https://discord.gg/2Evcf4T
MIT License
14 stars 2 forks source link

fix(deps): update dependency @discordjs/voice to v0.18.0 #1285

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/voice (source) 0.17.0 -> 0.18.0 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/voice) ### [`v0.18.0`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/voice/CHANGELOG.md#discordjsvoice0180---2024-11-17) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/@discordjs/voice@0.17.0...@discordjs/voice@0.18.0) #### Features - **voice:** Add new encryption methods, remove old methods ([#​10451](https://redirect.github.com/discordjs/discord.js/issues/10451)) ([9f8b9b1](https://redirect.github.com/discordjs/discord.js/commit/9f8b9b1d66edcc84ecf396d807dee7cf39f760c8)) by [@​nyapat](https://redirect.github.com/nyapat) - **BREAKING CHANGE:** This library no longer supports using `tweetnacl` as an encryption library due to Discord deprecating the algorithms that `tweetnacl` helped us support (read more [here](https://discord.com/developers/docs/change-log#voice-encryption-modes)). Please migrate to one of: `sodium-native`, `sodium`, `@stablelib/xchacha20poly1305`, `@noble/ciphers` or `libsodium-wrappers` unless your system supports `aes-256-gcm` (verify by running `require('node:crypto').getCiphers().includes('aes-256-gcm')`). #### Testing - Replace jest with vitest ([#​10472](https://redirect.github.com/discordjs/discord.js/issues/10472)) ([24128a3](https://redirect.github.com/discordjs/discord.js/commit/24128a3c459ed0c3eb0932308f03ecc55e3c60f1)) by [@​nyapat](https://redirect.github.com/nyapat) ##### New Contributors - [@​Yareaj](https://redirect.github.com/Yareaj) made their first contribution in [#​10575](https://redirect.github.com/discordjs/discord.js/issues/10575)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.