Update dependency @discordjs/voice to ^0.18.0 #12

Merged
bot merged 1 commits from renovate/discordjs-voice-0.x into master 2024-11-18 02:00:24 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@discordjs/voice (source) dependencies minor ^0.17.0 -> ^0.18.0

Release Notes

discordjs/discord.js (@​discordjs/voice)

v0.18.0

Compare Source

Features

  • voice: Add new encryption methods, remove old methods (#​10451) (9f8b9b1) by @​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). 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

New Contributors

Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@discordjs/voice](https://discord.js.org) ([source](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice)) | dependencies | minor | [`^0.17.0` -> `^0.18.0`](https://renovatebot.com/diffs/npm/@discordjs%2fvoice/0.17.0/0.18.0) | --- ### Release Notes <details> <summary>discordjs/discord.js (@&#8203;discordjs/voice)</summary> ### [`v0.18.0`](https://github.com/discordjs/discord.js/blob/HEAD/packages/voice/CHANGELOG.md#discordjsvoice0180---2024-11-17) [Compare Source](https://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 ([#&#8203;10451](https://github.com/discordjs/discord.js/issues/10451)) ([9f8b9b1](https://github.com/discordjs/discord.js/commit/9f8b9b1d66edcc84ecf396d807dee7cf39f760c8)) by [@&#8203;nyapat](https://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 ([#&#8203;10472](https://github.com/discordjs/discord.js/issues/10472)) ([24128a3](https://github.com/discordjs/discord.js/commit/24128a3c459ed0c3eb0932308f03ecc55e3c60f1)) by [@&#8203;nyapat](https://github.com/nyapat) ##### New Contributors - [@&#8203;Yareaj](https://github.com/Yareaj) made their first contribution in [#&#8203;10575](https://github.com/discordjs/discord.js/issues/10575) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImJvdCIsInJlbm92YXRlIl19-->
bot added 1 commit 2024-11-18 02:00:19 +01:00
Update dependency @discordjs/voice to ^0.18.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
dd22690e25
bot scheduled this pull request to auto merge when all checks succeed 2024-11-18 02:00:19 +01:00
bot merged commit dd22690e25 into master 2024-11-18 02:00:24 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/Discbot#12
No description provided.