Blizzard
Blizzard copied to clipboard
Bump discord.js from 12.0.2 to 12.5.1
Bumps discord.js from 12.0.2 to 12.5.1.
Release notes
Sourced from discord.js's releases.
12.5.1
Bug Fixes
- GuildTemplate: 'guild' getter (#5040) (f8b0c01)
- MessageReaction: set MessageReaction#me in patch method (#5047) (a6b922f)
- Voice*: filter out silent audio from video users (#5035) (5328648)
12.5.0
Bug Fixes
- Guild: fetch member if already in the guild (#4967) (643f96c)
- GuildMemberUpdate: cache incoming members & use partials if enabled (#4986) (2e940e6)
- MessageReaction: add client property to typings (#5003) (042e071), closes #5002
- MessageReaction*Action: correctly cache incoming members and users (#4969) (8b91ac5)
- PackageLock: reinstall GitHub docgen dev dependency (#4958) (ed8b3cc)
- Shard: don't pass event arguments to exit handler (#4957) (adf2e87)
- User: only assign to bot initially or if info is actually present (#4990) (eaecd0e)
Features
- Shard: shard-specific broadcastEval/fetchClientValues + shard Id util (#4991) (2a6c363)
- Typings: add missing error codes (#5008) (7faa73a)
- Guild: add support for guild templates (#4907) (2b2994b)
- Message: add crosspostable property (#4903) (b8fd3f6)
12.4.1
Bug Fixes
- Action: attempt to get a User if GuildMember not returned (#4922) (3d158f4)
- GuildChannel: parentID shouldn't be set in the constructor (#4919) (250c3ae)
12.4.0
Bug Fixes
- Action: Don't crash when partials are disabled (#4822) (8fa3a89)
- Action: Sanity-Check if Discord includes all required data (#4841) (4e79e39)
- Actions: Avoid crash in InviteCreate with unknown channel (#4882) (dd12912)
- ESM: add missing exports (#4911) (4bbe716)
- Guild: cache fetched widget data (#4760) (7ba9440)
- GuildChannel: Default
parentIDtonull(#4881) (6e4308b)- GuildChannel: make setTopic argument nullable (#4875) (b9ad510)
- GuildEmojiCreate: Prevent double fire from emoji creation (#4863) (6261dd6)
- GuildEmojiManager: check for guild in methods that use it (#4886) (728b3f9)
- GuildMember: properly check permissions for hasPermissions (#4677) (7db6978)
- GuildMemberManager: options.roles on 'prune' (#4838) (a45cc11)
- GuildMemberManager: Use actually random nonce in fetch (#4884) (937153a)
- Message: use Promise#reject instead of Throw on Message#delete (#4818) (1e63f37)
Commits
8a7abc9chore(Release): version upgradea6b922ffix(MessageReaction): set MessageReaction#me in patch method (#5047)5328648fix(Voice*): filter out silent audio from video users (#5035)f8b0c01fix(GuildTemplate): 'guild' getter (#5040)1f4b9fechore(Release): version up2a6c363feat(Shard): shard-specific broadcastEval/fetchClientValues + shard Id util (...643f96cfix(Guild): fetch member if already in the guild (#4967)2b2994bfeat: add support for guild templates (#4907)eaecd0efix(User): only assign to bot initially or if info is actually present (#4990)2e940e6fix(GuildMemberUpdate): cache incoming members & use partials if enabled (#4986)- 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.
If all status checks pass Dependabot will automatically merge this pull request.
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 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 use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)