Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eris from 0.17.2 to 0.18.0 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps eris from 0.17.2 to 0.18.0.

Release notes

Sourced from eris's releases.

0.18.0

Breaking Changes

  • Remove all user account features (0b3ef10)
  • Removed system message content handling (clashes with stage system messages) (1f61e8e, 55a8a69)
  • Restructure Channel classes (737e9f7, 4dbb828)
    • TextVoiceChannel removed
    • Channel.client hidden (renamed Channel._client)
    • DMChannel.recipient removed, replaced with DMChannel.recipients collection (should ever only contain one entry)
    • Channel class tree reworked
  • GuildAuditLogEntry channel, guild, message, user, and Invite.guild can now return uncached with object containing id only (7bfc88b)
  • MessageActivityFlags constant renamed to ActivityFlags (e4edf0b)
  • StoreChannel removed (3429b8f)
  • Application Command Permissions v2 (3139ca9)
    • bulkEditCommandPermissions() removed, endpoint no longer exists
  • getActiveThreads() removed, endpoint no longer exists (v10) (a331615)
  • User.globalName exposed, username migration, default avatar recalculated (d0269ad)

Deprecations

  • Restructure Channel classes (737e9f7)
    • PrivateChannel is now DMChannel
    • Client.privateChannelMap is now Client.dmChannelMap
    • Client.privateChannels is now Client.dmChannels
  • Various permission names replaced, e.g. voicePrioritySpeaker is now prioritySpeaker (e7a9022)
  • banGuildMember() deleteMessageDays is replaced by deleteMessageSeconds (bd88d30)

Additions

  • Expose Polls (31c4608)
  • Expose Voice channel status (a1a449f)
  • Expose Super reactions (793e858)
  • Expose getThreadMembers() pagination options (0d81657)
  • Expose Application Role Connections (37f5e52)
  • Expose Message.roleSubscriptionData (37f5e52)
  • Support resuming voice connection (552dbb0)
  • Supprt message forwarding (c3e3a31)
  • Support bulk banning (577afc8)
  • Restructure Channel classes (737e9f7)
    • Support Text in Stage
    • New GuildTextableChannel class, acts as a "middleman" class with common props/methods for textable guild channels
    • Support adding users to Group Channels (requires OAuth gdm.join scope)
    • Expose getThreadMember()
  • Add Discord locales (f09ba3e)
  • Expose Forum and Media Channels (6084d6a, 0f71727)
  • Support returning member/presence counts in getRESTGuild() (8a2b212)
  • Add AttachmentFlags constant (8a2b212)
  • Expose Role flags (e54cc76)
  • Expose guildAuditLogEntryCreate event (ca2c47c)
  • Expose User avatar decoration (50988d8)
  • Expose Guild Onboarding (9f24d0d)
  • Expose editGuildMFALevel() (3b0dd35)
  • Expose Auto Moderation (dcfee4c, e0c352d)

... (truncated)

Commits
  • a70659d chore: release 0.18.0
  • 48709b4 chore: lint
  • 63e03b8 chore: update .npmignore
  • 09d1ba9 refactor: deprecate PrivateChannel, alias to DMChannel
  • 577afc8 feat: Support bulk banning (#1541)
  • c3e3a31 feat(Message): Support message forwarding (#1520)
  • 805cb6e fix(DiscordRESTError): properly parse request errors
  • b776cac docs(Client): close angle bracket
  • 171bf7e fix(DMChannel, GroupChannel): Missing client in constructor (#1539)
  • e0ff926 fix(User): Proper defaultAvatar calculation (#1538)
  • 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 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)

Bumps [eris](https://github.com/abalabahaha/eris) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/abalabahaha/eris/releases)
- [Commits](abalabahaha/eris@0.17.2...0.18.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 requested a review from a team as a code owner September 23, 2024 04:55
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
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.

0 participants