iris-utilities
iris-utilities copied to clipboard
Bump discord.js from 14.15.2 to 14.16.1
Bumps discord.js from 14.15.2 to 14.16.1.
Release notes
Sourced from discord.js's releases.
14.16.1
Bug Fixes
- Message: Reacting returning undefined (#10475) (9257a09) by
@vladfrangu
- Transformers: Pass client to recursive call (#10474) (4810f7c) by
@SpaceEEC
14.16.0
Bug Fixes
- 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)14.15.3
... (truncated)
Changelog
Sourced from discord.js's changelog.
14.16.1 - (2024-09-02)
Bug Fixes
- Message: Reacting returning undefined (#10475) (9257a09) by
@vladfrangu
- Transformers: Pass client to recursive call (#10474) (4810f7c) by
@SpaceEEC
14.16.0 - (2024-09-01)
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
... (truncated)
Commits
a11ff75
chore(discord.js): release [email protected] (#10476)9257a09
fix(Message): reacting returning undefined (#10475)4810f7c
fix(Transformers): pass client to recursive call (#10474)ed1c173
chore: everyone goes to node 18+90ed51e
chore: url fixing641a980
chore(discord.js): release [email protected]3979f0b
chore: add in more data to changelog entries (#10470)13dc779
fix: message reaction crash (#10469)fc0b6f7
feat: user-installable apps (#10227)a5afc40
feat: super reactions (#9336)- 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)