discord-sticky-message-bot
discord-sticky-message-bot copied to clipboard
build(deps): bump discord.js from 13.6.0 to 14.8.0
Bumps discord.js from 13.6.0 to 14.8.0.
Release notes
Sourced from discord.js's releases.
14.8.0
Bug Fixes
- snowflake: Snowflakes length (#9144) (955e8fe)
- Actions: Inject built data by using a symbol (#9203) (a63ac88)
- Message#deletable: Add check for deletable message types (#9168) (e78b8ad)
- Message:
bulkDeletable
permissions should be retrieved later for DMs (#9146) (a9495bd)- AutoModerationActionExecution: Transform
action
(#9111) (9156a28)- MessageReaction:
toJSON()
infinite recursion (#9070) (f268e1d)- ThreadChannel: Insert starter message from threads created in forum channels (#9100) (0b76ab4)
- ApplicationRoleConnectionMetadata: Export the class correctly (#9076) (071516c)
- Don't auth for interaction
showModal()
(#9046) (b803a9a)- WebSocketShard: Zombie connection fix (#8989) (876b181)
- Keep other properties in triggerMetadata (#8977) (d8dd197)
- escapeX: Emojis with underlines (#8945) (07b597d)
- WebSocketShard: Either start close timeout or emit destroyed but never both (#8956) (43ce2a5)
- DMChannel:
recipientId
edge case (#8950) (7ce9909)- Return only boolean for
disabled
(#8965) (6614603)- Export missing
escapeX()
functions (#8944) (25c27ea)- WebSocketShard: Only cleanup the connection if a connection still exists (#8946) (5eab5fc)
- Add
@discordjs/formatters
to dependency list (#8939) (18b3a19)- resolveColor: Invalid colors (#8933) (c76e170)
- WebSocketShard: Clear listeners on reconnect (#8927) (aa8c57d)
- Re-export formatters (#8909) (b14604a)
Documentation
- MessageManager: Add clarification to fetch messages (#9222) (f5ec1ca)
- Make interactionResponse as optional (#9179) (664cccb)
- Fix typos (#9127) (1ba1f23)
- chatInputApplicationCommandMention: Parameters are not nullable (#9091) (6f78e82)
- No
@type
description and reveal info block (#9097) (405f940)- ThreadEditOptions: Move info tag back to
invitable
(#9020) (f3fe3ce)- Fix a typo in the MentionableSelectMenuInteraction link (#9000) (6d7a143)
- ApplicationRoleConnectionMetadata: Add documentation (#8976) (2e22b31)
- Fix malformed overridden documentation (#8954) (0b8b114)
- GuildForumThreadManager: Fix
sticker
type (#8940) (dd62be0)- Fix deprecated links (#8907) (976b234)
- UserFlagsBitField: Make
.Flags
static (#8902) (c48ff5e)Features
- Collector: Add lastCollectedTimestamp (#9044) (4458a13)
- StageChannel: Add messages (#9134) (ffdb197)
- AutoModerationActionExecution: Add
channel
,user
andmember
getters (#9142) (095bd77)- AutoModeration: Support
custom_message
(#9171) (c1000b8)- ThreadMemberManager: Support pagination fetching (#9035) (765d5a3)
- InteractionResponse: Add new methods (#9132) (dc9924f)
- GuildMember: Add
flags
(#9087) (76b2116)- Client:
guildAuditLogEntryCreate
event (#9058) (9439107)
... (truncated)
Commits
41077c9
chore: release all packages (#9230)869153c
refactor: compare withundefined
directly (#9191)955e8fe
fix(snowflake): snowflakes length (#9144)4458a13
feat(Collector): add lastCollectedTimestamp (#9044)334a512
fix: modify tsup extension (#9157)dff131e
refactor(core): movesetVoiceState
toGuildsAPI
(#9228)f5ec1ca
docs(MessageManager): add clarification to fetch messages (#9222)a99fc64
fix(WebSocketShard): #send race condition due to ready state (#9226)6ecff26
feat(WebSocketShard): heartbeat jitter (#9223)646b6ea
chore(voice): release@discordjs/voice
@0
.15.0 (#9229)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by crawl, a new releaser for discord.js since your current version.
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)