Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps eris from 0.15.1 to 0.16.0.

Release notes

Sourced from eris's releases.

0.16.0

Breaking Changes

  • Discord API v8 and v9 breaking changes:
    • Discord now requires users to specify Gateway Intents to receive certain events. To ease the transition, Eris defaults to requesting all non-privileged intents, configurable through the intents Client option.
    • getGuildEmbed() is removed in favor of getGuildWidget() (e194a71)
    • PermissionOverwrite#type is now a number instead of a string (e194a71)
    • The guildSubscriptions Client option is removed in favor of intents (e194a71)
    • Member#joinedAt is now nullable (3fe4d21)
    • Guild#region is removed in favor of VoiceChannel#rtcRegion (3fe4d21)
  • The voiceStateUpdate event can now emit with a partial member and null oldState (ee960c0)
  • The ws Client option has breaking changes (see [email protected] release notes)

Deprecations

  • Discord v8 and v9 deprecations:
    • Guild#nsfw is superseded by Guild#nsfwLevel (0abf61a)
    • On new messages, Message#stickers is superseded by Message#stickerItems (b483ff3)

Additions

  • Support Message#stickerItems (b483ff3)
  • Support new and renamed:
    • Permissions (a7bff54)
    • User flags (3548cae, 24d84a9)
  • Support sending multiple embeds (8e9a2b7, 0726aae)
  • Support intents (e194a71, 1e95e62, a7bff54, a365531)
  • Support Member#activities (e194a71)
  • Support Message#components (120f917, dc72ad9)
  • Support per-Guild avatars (a58cd69)
  • Support mute/deafen in joinVoiceChannel() (e357991)
  • Support stickers (daedb2b, 7145134)
  • Support User#banner (558bbe5)
  • Support Role#icon (59a35bb)
  • Added/Updated various Constants (da84b35, 2d317cf)
  • Support interactions (a9c4934, e8b819a, 3fe4d21, dc72ad9, 1a8ee35)
  • Support Guild#premiumProgressBarEnabled (e8dfcbb)
  • Added "identifying" Shard#status (5db41aa)
  • Support Discord Gateway/REST API v9 (3fe4d21)
    • The previous release used Gateway v6 and REST v7. Gateway v7 was officially skipped, and API v8 was included in the development cycle for this release.
    • Support threads
    • Support stage instances (1e4d78a, 3fe4d21)
    • Support attachments in editMessage()
  • Support target options in createInvite() (117de32)

Fixes

  • Fixed updating VoiceConnection state when kicked (ea9d670)
  • Fixed BigInt serialization in request body (ed6b24c)
  • Fixed Message#flag cache updates (e54366b)
  • Fixed use of deprecated params in getMessages() and purgeChannel() (f90e56d, 15546c4)
  • Fixed createChannelInvite() for uncached channels (8582d3c)
  • Fixed incorrect GuildTemplate endpoint (11d21c9)
  • Fixed handling of partial member objects in permissionsOf() (7e55222)

... (truncated)

Commits

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)

Bumps [eris](https://github.com/abalabahaha/eris) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/abalabahaha/eris/releases)
- [Commits](abalabahaha/eris@0.15.1...0.16.0)

---
updated-dependencies:
- dependency-name: eris
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2021

Superseded by #27.

@dependabot dependabot bot closed this Nov 18, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eris-0.16.0 branch November 18, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant