jowsey / discord.js-menu

💬 Create Discord.js embed-menus, with customizable reactions and unlimited pages.
https://npm.im/discord.js-menu
MIT License
120 stars 19 forks source link

Bump discord.js from 12.2.0 to 12.5.1 #9

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps discord.js from 12.2.0 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 parentID to null (#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)

... (truncated)

Commits
  • 8a7abc9 chore(Release): version upgrade
  • a6b922f fix(MessageReaction): set MessageReaction#me in patch method (#5047)
  • 5328648 fix(Voice*): filter out silent audio from video users (#5035)
  • f8b0c01 fix(GuildTemplate): 'guild' getter (#5040)
  • 1f4b9fe chore(Release): version up
  • 2a6c363 feat(Shard): shard-specific broadcastEval/fetchClientValues + shard Id util (...
  • 643f96c fix(Guild): fetch member if already in the guild (#4967)
  • 2b2994b feat: add support for guild templates (#4907)
  • eaecd0e fix(User): only assign to bot initially or if info is actually present (#4990)
  • 2e940e6 fix(GuildMemberUpdate): cache incoming members & use partials if enabled (#4986)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)