Skip to content

V14.14.x #34

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

Open
wants to merge 682 commits into
base: main
Choose a base branch
from
Open

V14.14.x #34

wants to merge 682 commits into from

Conversation

ErwanGit
Copy link
Member

Please describe the changes this PR makes and why it should be merged:

Status and versioning classification:

Jiralite and others added 30 commits October 17, 2023 18:16
* feat: onboarding mode and edit method

* feat(guild): add `editOnboarding`

* fix: use discord-api-types

* types: make arrays readonly

Co-authored-by: Jiralite <[email protected]>

* fix: bring up to date

* docs: id is a snowflake

* fix: requested changes

* refactor: make most options optional

* refactor: provide GuildEmoji or Emoji instance

* revert: changes to Util

* fix: rebase leftovers

* fix: allow passing option id

* fix: requested changes

---------

Co-authored-by: Jiralite <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
build: bump dependencies

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…iscordjs#9846)

* style: prevent 'undefined' debug message on intentional shard closure

addresses discordjs#9594

* refactor(WebSocketManager#destroy): improve debug messaging

cleaner stacktrace format
gracefully closing shards will display an appropriate debug `reason`

* style: unresumable debug messaging

---------

Co-authored-by: Almeida <[email protected]>
…9923)

fix(Message): remove duplicated word 'of' in description

This commit removes the secondary 'of' in the description for the Message structure. This doesn't change anything drastically in terms of the actual code as it's just a JSDoc comment.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
feat(Emoji): add `imageURL()`
docs(formatters): remove markdown

The documentation website does not support rendering markdown

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…js#9786)

* fix(Webhook): do not call `client.deleteWebhook` in `delete`

Partially reverts discordjs#9777 which caused a regression (discordjs#9785) when using `WebhookClient`

* chore: add comment

Co-Authored-By: Souji <[email protected]>

* fix: move `deleteWebhook` from `Client` to `BaseClient`

---------

Co-authored-by: Souji <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat(cleanContent): add missing commands and emojis

Co-authored-by: Vlad Frangu <[email protected]>

* fix: check for every possible name

* fix: use non capturing group

---------

Co-authored-by: Vlad Frangu <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat: add guild member

* slightly change the description for the guildId and userId parameters in the addMember function

* fix description syntax

* Update packages/core/src/api/guild.ts

Co-authored-by: Jaw0r3k <[email protected]>

* add jsdoc for options param

* fix formatting

* add missed semicolon

Co-authored-by: Jaw0r3k <[email protected]>

* style: prettier

---------

Co-authored-by: Jaw0r3k <[email protected]>
Co-authored-by: Jiralite <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat(collection): findLast and reverseRight

* chore(collection): performance and tests change

Co-authored-by: kyra <[email protected]>

* remove unnecessary code

* Update packages/collection/src/collection.ts

Co-authored-by: Aura Román <[email protected]>

* Apply suggestions from code review

Co-authored-by: Jiralite <[email protected]>

---------

Co-authored-by: kyra <[email protected]>
Co-authored-by: Jiralite <[email protected]>
…oaded call (discordjs#9918)

* Move the getNode/canEnableFFMPEGOptimizations into a lazy loaded call the first time it's actually ever referenced

* PR feedback: Make initializeNodes return a map then nullably assign NODES, this removes an extra variable and cleans up the code

* chore: lint suggestion

Co-authored-by: Aura Román <[email protected]>

* Use local map instead of recursive

* Run prettier

* Fix lint

---------

Co-authored-by: Vlad Frangu <[email protected]>
Co-authored-by: Aura Román <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
fix: update some links

Co-authored-by: Jiralite <[email protected]>
feat(collection): align/add methods with/from Set Methods proposal

BREAKING CHANGE: The `intersect` method has been renamed to `intersection`
BREAKING CHANGE: The `difference` method has been renamed to `symmetricDifference`
BREAKING CHANGE: The `subtract` method has been renamed to `difference`
…9207)

BREAKING CHANGE: The `sorted` method has been renamed to `toSorted`
Base automatically changed from merge/14.9.0 to main June 25, 2024 16:51
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.