Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency @discordjs/voice to v0.18.0 #622

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2024

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

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 - 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.

@renovate renovate bot requested a review from Mogyuchi November 17, 2024 22:52
@renovate renovate bot force-pushed the renovate/discordjs-voice-0.x branch from 49f9ad5 to 06b2982 Compare November 17, 2024 23:33
Copy link
Contributor Author

renovate bot commented Nov 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Mogyuchi Mogyuchi merged commit e3c5f4e into main Nov 17, 2024
3 checks passed
@Mogyuchi Mogyuchi deleted the renovate/discordjs-voice-0.x branch November 17, 2024 23:58
@github-actions github-actions bot mentioned this pull request Nov 17, 2024
Mogyuchi pushed a commit that referenced this pull request Nov 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.5.1](v0.5.0...v0.5.1)
(2024-11-18)


### Bug Fixes

* make slash commands usable only within the server
([#586](#586))
([54e7285](54e7285)),
closes [#585](#585)
* set activity with ClientOptions
([#520](#520))
([85fa8cf](85fa8cf))
* use built-in EventEmitter typing
([#453](#453))
([3212a2b](3212a2b))


### Dependencies

* update dependency @discordjs/voice to v0.18.0
([#622](#622))
([e3c5f4e](e3c5f4e))
* update dependency discord.js to v14.16.1
([#535](#535))
([0b26f26](0b26f26))
* update dependency discord.js to v14.16.2
([#548](#548))
([19caa61](19caa61))
* update dependency discord.js to v14.16.3
([#568](#568))
([2064367](2064367))
* update dependency sodium-native to v4.2.0
([#553](#553))
([f93cab0](f93cab0))
* update dependency sodium-native to v4.2.1
([#582](#582))
([206a1a2](206a1a2))
* update dependency sodium-native to v4.2.2
([#597](#597))
([d6ac2a7](d6ac2a7))
* update dependency sodium-native to v4.3.0
([#612](#612))
([41cc957](41cc957))
* update dependency sodium-native to v4.3.1
([#618](#618))
([100f28f](100f28f))


### Reverts

* "resolve type issues"
([#536](#536))
([cabc723](cabc723))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant