xdccJS
xdccJS copied to clipboard
chore(deps-dev): bump discord.js from 14.8.0 to 14.15.2
trafficstars
Bumps discord.js from 14.8.0 to 14.15.2.
Release notes
Sourced from discord.js's releases.
14.15.2
Bug Fixes
14.15.1
Bug Fixes
14.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
equalsmethod 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
Localetypedef (#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
@internalto all overloads (#10033) (e245a39)- PermissionOverwriteManager:
PermissionsFlagsBittypo (#10004) (b992019)- Fix links in
@deprecatedtags (#9976) (9868772)Features
... (truncated)
Changelog
Sourced from discord.js's changelog.
14.15.2 - (2024-05-05)
Bug Fixes
14.15.1 - (2024-05-04)
Bug Fixes
14.15.0 - (2024-05-04)
Bug Fixes
- Message: Not crosspostable if has a poll (#10246) (a6b9f1b)
- actions: Always emit message create for own messages (#10211) (798f28c)
- Embed: Address
equalsmethod 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
Localetypedef (#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
@internalto all overloads (#10033) (e245a39)- PermissionOverwriteManager:
PermissionsFlagsBittypo (#10004) (b992019)- Fix links in
@deprecatedtags (#9976) (9868772)Features
... (truncated)
Commits
776880dchore: fix changelogsc05244achore(discord.js): release [email protected]30d79e8fix(PollAnswer): fetchVoters route changed to MessageManager (#10251)f2794e1chore(discord.js): release [email protected] (#10250)0474a43fix(MessageManager): poll methods don't need a channel id (#10249)1d27b3bchore: fix duplicated discord.js changeloga840861chore(discord.js): release [email protected]a6b9f1bfix(Message): not crosspostable if has a poll (#10246)cb961f5types: addPolltoMessage(#10245)6cf094cfeat(MessageManager): poll methods (#10239)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Superseded by #777.