Skip to content

Conversation

@dependabot
Copy link

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

Bumps eris from 0.15.1 to 0.16.1.

Release notes

Sourced from eris's releases.

0.16.1

Additions

  • Exposed methods for directly sending voice packets (dcf8ff1, 7c39e1a)

Fixes

  • Fixed reconnect handling (4ac1103)
  • Fixed voice receive errors (56e37c0, fa36f0b)
  • Fixed incorrect thread method references in Guild#getActiveThreads() and Message#createThreadWithMessage() (87473ba)
  • Improved ratelimit handling for deleting messages <=10s old (0f3ebc8)
  • Improved ratelimit handling for getRESTGuildChannels() (7743366)
  • Fixed docs (9dd304b), typings (a4023da, 0bc76c9, 67b28a2)

Contributors

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)
  • getGuildAuditLogs() is replaced by getGuildAuditLog() (ec777a1a)
  • Paginated functions now take options objects instead of flat lists of parameters (ec777a1a)
    • e.g. getMessages(channelID, { limit: 5, around: msgID }) instead of getMessages(channelID, 5, undefined, undefined, msgID)
    • Includes getGuildAuditLog(), getMessageReaction(), getMessages(), purgeChannel(), getRESTGuilds(), and getRESTMembers()

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)

... (truncated)

Commits
  • fb1d33d 0.16.1
  • 7743366 fix(rest): combine routes for GET /guilds/:id/channels (#1287)
  • 67b28a2 fix(typings): add missing Interaction#from() type
  • 0f3ebc8 fix(rest): add separate ratelimit for messages <=10s old (#1267)
  • bc8245c feat(voice): reduce branching in send path
  • fa36f0b fix(voice): properly ignore non-voice packets (#1302)
  • 7c39e1a fix(voice): remove this.current dep in sendAudioFrame
  • 87473ba fix(structs): fix incorrect thread method references (#1301)
  • 0bc76c9 fix(typings): PartialActivity#type is nullable (#1300)
  • a4023da fix(typings): normalize Textable, fix deprecations (#1299)
  • 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)

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

---
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 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2022

Superseded by #58.

@dependabot dependabot bot closed this Jun 3, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eris-0.16.1 branch June 3, 2022 09:59
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