discord-captcha-site
discord-captcha-site copied to clipboard
fix(deps): update dependency discord.js to v14.16.2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
discord.js (source) | 14.14.1 -> 14.16.2 |
Release Notes
discordjs/discord.js (discord.js)
v14.16.2
Bug Fixes
- ApplicationCommand: Incorrect comparison in equals method (#10497) (3c74aa2) by @monbrey
- Type guard for sendable text-based channels (#10482) (dea6840) by @vladfrangu
Documentation
- Update discord documentation links (#10484) (799fa54) by @sdanialraza
-
Message: Mark
interaction
as deprecated (#10481) (c13f18e) by @sdanialraza - ApplicationEmojiManager: Fix fetch example (#10480) (4594896) by @sdanialraza
Typings
v14.16.1
Bug Fixes
- Message: Reacting returning undefined (#10475) (9257a09) by @vladfrangu
- Transformers: Pass client to recursive call (#10474) (4810f7c) by @SpaceEEC
v14.16.0
Bug Fixes
- Message reaction crash (#10469) (13dc779)
- MessagePayload: Crash when resolving body (#10454) (dd795da)
- Shard: Add env, execArgv, and argv for worker-based shards (#10429) (b0f8df0)
-
GuildAuditLogsEntry: Correct mapped
AuditLogChange
objects (#10438) (45f7e1a) -
GuildMemberManager: Fix data type check for
add()
method (#10338) (ab8bf0f) - Consistent debug log spacing (#10349) (38c699b)
Documentation
- Correct documentation for BaseInteraction#inCachedGuild (#10456) (bddf018)
- Lowercase "image" URL (#10386) (785ec8f)
- Update rule trigger types (#9708) (757bed0)
Features
- User-installable apps (#10227) (fc0b6f7)
- Super reactions (#9336) (a5afc40)
- Use get sticker pack endpoint (#10445) (1b1ae2f)
- VoiceState: Add methods for fetching voice state (#10442) (9907ff9)
- Application emojis (#10399) (5d92525)
-
Attachment: Add
title
(#10423) (c63bde9) - Add support for Automated Message nonce handling (#10381) (2ca187b)
- GuildAuditLogsEntry: Onboarding events (#9726) (3654efe)
- Premium buttons (#10353) (4f59b74)
-
Message: Add
call
(#10283) (6803121) -
Invite: Add
type
(#10280) (17d4c78) -
User: Add
avatarDecorationData
(#9888) (3b5c600)
Refactor
- Use get guild role endpoint (#10443) (bba0e72)
- actions: Safer getChannel calls (#10434) (87776bb)
- GuildChannelManager: Remove redundant edit code (#10370) (9461045)
Typings
- Use
ThreadChannel
andAnyThreadChannel
consistently (#10181) (1f7d1f8) -
Client:
EventEmitter
static method overrides (#10360) (9b707f2) - Fix wrong auto moderation target type (#10391) (bbef68d)
-
ApplicationCommandManager:
Snowflake
fetch (#10366) (b8397b2)
v14.15.3
Bug Fixes
-
Message: Properly compare
attachments
andembeds
(#10282) (a468ae8) - Throw error on no message id for
Message#fetchReference()
(#10295) (638b896) - ThreadChannel: Invalid owner fetch option (#10292) (27d0659)
-
Action: Ensure all properties on
getChannel()
are passed (#10278) (92c1a51) - docs: Some link tags didn't resolve correctly (#10269) (914cc4b)
- actions: Handle missing poll object (#10266) (7816ec2)
Refactor
Typings
- Forum starter messages do not support polls (#10276) (35207b0)
- Add
defaultValues
to respective select menu components data (#10265) (c2432d5)
v14.15.2
Bug Fixes
v14.15.1
Bug Fixes
v14.15.0
Bug Fixes
- Message: Not crosspostable if has a poll (#10246) (a6b9f1b)
- actions: Always emit message create for own messages (#10211) (798f28c)
-
Embed: Address
equals
method issue (#10152) (ddc927f) -
types: Export
ReadonlyCollection
(#10184) (6cc5fa2) - Anchor link for events (0efd1be)
- resolveColor: Address case for numbers (#10115) (3755e66)
- Invert deletable message types list (#10093) (42bc5d2)
-
BaseClient: Fall back to
userAgentAppendix
(#10113) (b16647e) - InteractionResponses: Check if ephemeral message flag is used (#10021) (62e31cb)
- Replace internal calls to Emoji#url (#10025) (941642a)
- Export "ESM" types when discord.js is imported in ESM land (#10009) (e412a22)
- website: Discord-api-types links, URL links and some minor doc issues (#9990) (57c414b)
- website: Cross package deprecated links (#9981) (802ec63)
- Minify mainlib docs json (#9963) (4b88306)
- website: Misc improvements (#9940) (b79351b)
Documentation
- Remove unused
Locale
typedef (#10191) (f1f2683) - ActionRow: Fix deprecated message (#10130) (f67da74)
- ApplicationCommandPermissionsManager: Remove incorrect comment (#10123) (e9d6547)
- Split docs.api.json into multiple json files (597340f)
- Convert comment into private remark (#10097) (bfc7bb5)
-
BaseInteraction: Correct return type of
member
(#10096) (f48787e) - ThreadMember: Fix docblock async return type (#10058) (4824ac1)
- CategoryCreateChannelOptions: Update reference (#10031) (8ace6fa)
-
resolvePartialEmoji: Add
@internal
to all overloads (#10033) (e245a39) -
PermissionOverwriteManager:
PermissionsFlagsBit
typo (#10004) (b992019) - Fix links in @deprecated tags (#9976) (9868772)
Features
- MessageManager: Poll methods (#10239) (6cf094c)
- Consumable entitlements (#10235) (9978870)
- Polls (#10185) (a1aeaeb)
- ClientUser: Add support for setting bot banner (#10176) (de14c92)
-
GuildBanManager: Add
bulkCreate()
method (#10182) (b6bdd57) - Local and preview detection (79fbda3)
-
MessageCreateOptions: Add
enforceNonce
(#10129) (992aa67) - Add support for
using
keyword on discord.jsClient
andWebSocketManager
(#10063) (543d617) -
Webhook: Allow setting
appliedTags
onsend()
(#10027) (33674be) - Premium application subscriptions (#9907) (c4fcee3)
- website: Show union members of type aliases (#10001) (a44ada6)
Performance
Refactor
- ThreadChannel: Use single thread member endpoint (#10136) (f500ad6)
- Docs (#10126) (18cce83)
- Remove usage of mixin on error classes (#10128) (f48cb2a)
- resolveColor: Prioritise number type check (#10116) (d4472f8)
-
Messages: Improve
ColorConvert
error (#10108) (fc1f8ae) -
formatters: Add support for object and name param in
formatEmoji()
(#10076) (7b8e0de) - Document relevant types as
@internal
(#9974) (2b8ac35) - ThreadMemberManager: #remove accepts UserResolvable (#10000) (179af38)
Typings
- Add
Poll
toMessage
(#10245) (cb961f5) - Generic for Webhook type (#10188) (980a2b7)
- Fix duplicate props in merged interfaces (#10160) (a1010c6)
- Update accessibility modifiers on constructors (#10147) (efa3cac)
- Builder.from: Fix wrong types (#10071) (bfbd62e)
- Use readonly array / collection types for user input (#10045) (bcd4c2c)
-
InteractionReplyOptions: Allow setting
MessageFlags.SuppressNotifications
(#9199) (c89c343) - Replace Mixins with interface merging (#10094) (54106db)
- DirectoryChannel: Ensure directory channels cannot contain user mentions when stringified (#10043) (db56324)
- Change Awaitable
to void (#10017) (1acc9ab) - Omit unnecessary methods from <ContextMenuCommandInteraction>.options (#10003) (17a6f5d)
-
InteractionWebhook: Add
client
(#9997) (30f6a5f)
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.