fix(deps): update module github.com/bwmarrin/discordgo to v0.29.0 #4

Open
renovate wants to merge 1 commit from renovate/github.com-bwmarrin-discordgo-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/bwmarrin/discordgo v0.27.1v0.29.0 age confidence

Release Notes

bwmarrin/discordgo (github.com/bwmarrin/discordgo)

v0.29.0: DiscordGo v0.29.0

Compare Source

What's Changed

Breaking changes
  • Added banner parameter to UserUpdate #​1509
  • Type of Activity.ApplicationID was changed to json.Number #​1513
  • AuditLogChangeKeyPulibUpdatesChannelID was renamed to AuditLogChangeKeyPublicUpdatesChannelID #​1574
New features
Additions
  • Add MessageAttachment.Flags #​1626
  • Add MessageAttachment.Waveform and MessageAttachment.DurationSecs #​1618
  • Add GuildAuditLogEntryCreate.GuildID #​1367
  • Add onboarding and server guide audit log actions #​1532
  • Add Session.GatewayWriteStruct #​1409
  • Add AutomoderationActionMetadata.CustomMessage #​1515
  • Add new permissions #​1411
  • Add ChannelUpdate.BeforeUpdate #​1539
  • Add integration events #​1545
  • Add Message.Poll #​1541
  • Add ApplicationCommandInteractionData.GetOption and ApplicationCommandInteractionDataOption.GetOption #​1535
  • Add VoiceRegion.Deprecated, VoiceRegion.Optimal and VoiceRegion.Custom #​1571
  • Add MessageReferenceType #​1595
  • Add MessageSnapshot and Message.MessageSnapshots #​1604
  • Add SubscriptionDelete event #​1607
  • Add intents for guild and direct message polls #​1612
  • Add User.DisplayName #​1609
  • Add new features #​1619
  • Add GuildStickersUpdate event #​1614
Other changes
  • Fix A-z range emoji regex #​1585
  • Expose Session.request as Session.RequestRaw #​1560

Special thanks

Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.28.1...v0.29.0

v0.28.1: DiscordGo v0.28.1

Compare Source

Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features.
Sorry for the inconvenience! See previous release for changelog.

v0.28.0: DiscordGo v0.28.0

Compare Source

Changelog

Breaking changes
  • ChannelEdit.Position is now a pointer #​1385
  • Button.Emoji is now a pointer #​1475
  • SelectMenuOption.Emoji is now a pointer #​1476
  • Components and Embeds in MessageEdit are now pointers #​1483
  • WebhookEdit and WebhookEditWithToken now return *Webhook, instead of *Role #​1497
  • AuditLogGuildScheduledEventUpdare was renamed to AuditLogGuildScheduledEventUpdate #​1370
  • Type of Message.StickerItems was changed to []StickerItem #​1494
  • withMember parameter was added to Session.ThreadMember and Session.ThreadMembers #​1325
  • limit parameter was added to Session.ThreadMembers #​1325
Features
Additions
  • Add support for usernames without disciminator #​1387
  • Add WebhookParams.ThreadName #​1412
  • Add SuppressNotification and IsVoiceMessage message flags #​1428
  • Add MessageSend.Flags #​1427
  • Add FailIfNotExists and SoftReference to Message #​1376
  • Add MessageSend.StickerIDs #​1340
  • Add ApplicationCommandInteractionData.CommandType #​1362
  • Add AuditLogOptions.IntegrationType #​1440
  • Add AuditLogOptions.ApplicationID #​1380
  • Add auto moderation audit log actions and options #​1371
  • Add monetization audit log actions #​1442
  • Add BotHTTPInteractions and ActiveBotDeveloper user flags #​1465
  • Add ThreadMember.Member #​1325
  • Add Member.Flags #​1499
  • Add Member.DisplayName #​1426
  • Add Attachments to InteractionResponseData, WebhookEdit and WebhookParams #​1392
  • Add Session.ShouldReconnectVoiceOnSessionError #​1350
  • Add Role.Flags #​1410
  • Add UpdateCustomStatus #​1425
  • Add Spanish LATAM locale #​1496
  • Add GuildDirectory and GuildMedia channel types #​1514
Other changes
  • Fix error shadowing in WebhookEditWithToken #​1372
  • Remove remove duplicated slash in EndpointGuildTemplate #​1395
  • Fix incorrect AuditLogOptionsType values #​1413
  • Allow Components and Embeds in MessageEdit to be set to [] #​1483
  • Allow ChannelEdit.Position to be set to 0 #​1385
  • Fix BUTTON_COMPONENT_INVALID_EMOJI error for Button #​1475
  • Fix BUTTON_COMPONENT_INVALID_EMOJI error for SelectMenuOption #​1476

Special thanks

Full Changelog: https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) | `v0.27.1` → `v0.29.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbwmarrin%2fdiscordgo/v0.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbwmarrin%2fdiscordgo/v0.27.1/v0.29.0?slim=true) | --- ### Release Notes <details> <summary>bwmarrin/discordgo (github.com/bwmarrin/discordgo)</summary> ### [`v0.29.0`](https://github.com/bwmarrin/discordgo/releases/tag/v0.29.0): DiscordGo v0.29.0 [Compare Source](https://github.com/bwmarrin/discordgo/compare/v0.28.1...v0.29.0) #### What's Changed ##### Breaking changes - Added `banner` parameter to `UserUpdate` [#&#8203;1509](https://github.com/bwmarrin/discordgo/pull/1509) - Type of `Activity.ApplicationID` was changed to `json.Number` [#&#8203;1513](https://github.com/bwmarrin/discordgo/pull/1513) - `AuditLogChangeKeyPulibUpdatesChannelID` was renamed to `AuditLogChangeKeyPublicUpdatesChannelID` [#&#8203;1574](https://github.com/bwmarrin/discordgo/pull/1574) ##### New features - User apps [#&#8203;1511](https://github.com/bwmarrin/discordgo/pull/1511) - Polls [#&#8203;1525](https://github.com/bwmarrin/discordgo/pull/1525) - Components V2 [#&#8203;1616](https://github.com/bwmarrin/discordgo/pull/1616) - Entitlements / SKUs [#&#8203;1552](https://github.com/bwmarrin/discordgo/pull/1552) - Application emojis [#&#8203;1566](https://github.com/bwmarrin/discordgo/pull/1566) - Guild member banners [#&#8203;1592](https://github.com/bwmarrin/discordgo/pull/1592) - Subscriptions [#&#8203;1591](https://github.com/bwmarrin/discordgo/pull/1591) ##### Additions - Add `MessageAttachment.Flags` [#&#8203;1626](https://github.com/bwmarrin/discordgo/pull/1626) - Add `MessageAttachment.Waveform` and `MessageAttachment.DurationSecs` [#&#8203;1618](https://github.com/bwmarrin/discordgo/pull/1618) - Add `GuildAuditLogEntryCreate.GuildID` [#&#8203;1367](https://github.com/bwmarrin/discordgo/pull/1367) - Add onboarding and server guide audit log actions [#&#8203;1532](https://github.com/bwmarrin/discordgo/pull/1532) - Add `Session.GatewayWriteStruct` [#&#8203;1409](https://github.com/bwmarrin/discordgo/pull/1409) - Add `AutomoderationActionMetadata.CustomMessage` [#&#8203;1515](https://github.com/bwmarrin/discordgo/pull/1515) - Add new permissions [#&#8203;1411](https://github.com/bwmarrin/discordgo/pull/1411) - Add `ChannelUpdate.BeforeUpdate` [#&#8203;1539](https://github.com/bwmarrin/discordgo/pull/1539) - Add integration events [#&#8203;1545](https://github.com/bwmarrin/discordgo/pull/1545) - Add `Message.Poll` [#&#8203;1541](https://github.com/bwmarrin/discordgo/pull/1541) - Add `ApplicationCommandInteractionData.GetOption` and `ApplicationCommandInteractionDataOption.GetOption` [#&#8203;1535](https://github.com/bwmarrin/discordgo/pull/1535) - Add `VoiceRegion.Deprecated`, `VoiceRegion.Optimal` and `VoiceRegion.Custom` [#&#8203;1571](https://github.com/bwmarrin/discordgo/pull/1571) - Add `MessageReferenceType` [#&#8203;1595](https://github.com/bwmarrin/discordgo/pull/1595) - Add `MessageSnapshot` and `Message.MessageSnapshots` [#&#8203;1604](https://github.com/bwmarrin/discordgo/pull/1604) - Add `SubscriptionDelete` event [#&#8203;1607](https://github.com/bwmarrin/discordgo/pull/1607) - Add intents for guild and direct message polls [#&#8203;1612](https://github.com/bwmarrin/discordgo/pull/1612) - Add `User.DisplayName` [#&#8203;1609](https://github.com/bwmarrin/discordgo/pull/1609) - Add new features [#&#8203;1619](https://github.com/bwmarrin/discordgo/pull/1619) - Add `GuildStickersUpdate` event [#&#8203;1614](https://github.com/bwmarrin/discordgo/pull/1614) ##### Other changes - Fix `A-z` range emoji regex [#&#8203;1585](https://github.com/bwmarrin/discordgo/pull/1585) - Expose `Session.request` as `Session.RequestRaw` [#&#8203;1560](https://github.com/bwmarrin/discordgo/pull/1560) #### Special thanks - [@&#8203;TomWright](https://github.com/TomWright) - [@&#8203;oasido](https://github.com/oasido) - [@&#8203;jhoffi](https://github.com/jhoffi) - [@&#8203;Big-Iron-Cheems](https://github.com/Big-Iron-Cheems) - [@&#8203;IntrntSrfr](https://github.com/IntrntSrfr) - [@&#8203;iaping](https://github.com/iaping) - [@&#8203;K3das](https://github.com/K3das) - [@&#8203;rwhelan](https://github.com/rwhelan) - [@&#8203;Earlopain](https://github.com/Earlopain) - [@&#8203;Ju0x](https://github.com/Ju0x) - [@&#8203;kevincali](https://github.com/kevincali) - [@&#8203;Suhaibinator](https://github.com/Suhaibinator) - [@&#8203;lon9](https://github.com/lon9) - [@&#8203;NotYusta](https://github.com/NotYusta) - [@&#8203;Cyb3r-Jak3](https://github.com/Cyb3r-Jak3) - [@&#8203;elliotwms](https://github.com/elliotwms) - [@&#8203;erobx](https://github.com/erobx) - [@&#8203;hartman](https://github.com/hartman) - [@&#8203;ozraru](https://github.com/ozraru) - [@&#8203;ldemailly](https://github.com/ldemailly) **Full Changelog**: <https://github.com/bwmarrin/discordgo/compare/v0.28.1...v0.29.0> ### [`v0.28.1`](https://github.com/bwmarrin/discordgo/releases/tag/v0.28.1): DiscordGo v0.28.1 [Compare Source](https://github.com/bwmarrin/discordgo/compare/v0.28.0...v0.28.1) Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features. Sorry for the inconvenience! See previous release for changelog. ### [`v0.28.0`](https://github.com/bwmarrin/discordgo/releases/tag/v0.28.0): DiscordGo v0.28.0 [Compare Source](https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.0) #### Changelog ##### Breaking changes - `ChannelEdit.Position` is now a pointer [#&#8203;1385](https://github.com/bwmarrin/discordgo/pull/1385) - `Button.Emoji` is now a pointer [#&#8203;1475](https://github.com/bwmarrin/discordgo/pull/1475) - `SelectMenuOption.Emoji` is now a pointer [#&#8203;1476](https://github.com/bwmarrin/discordgo/pull/1476) - `Components` and `Embeds` in `MessageEdit` are now pointers [#&#8203;1483](https://github.com/bwmarrin/discordgo/pull/1483) - `WebhookEdit` and `WebhookEditWithToken` now return `*Webhook`, instead of `*Role` [#&#8203;1497](https://github.com/bwmarrin/discordgo/pull/1497) - `AuditLogGuildScheduledEventUpdare` was renamed to `AuditLogGuildScheduledEventUpdate` [#&#8203;1370](https://github.com/bwmarrin/discordgo/pull/1370) - Type of `Message.StickerItems` was changed to `[]StickerItem` [#&#8203;1494](https://github.com/bwmarrin/discordgo/pull/1494) - `withMember` parameter was added to `Session.ThreadMember` and `Session.ThreadMembers` [#&#8203;1325](https://github.com/bwmarrin/discordgo/pull/1325) - `limit` parameter was added to `Session.ThreadMembers` [#&#8203;1325](https://github.com/bwmarrin/discordgo/pull/1325) ##### Features - Onboarding [#&#8203;1401](https://github.com/bwmarrin/discordgo/pull/1401) - Default values for auto-populated select menus [#&#8203;1452](https://github.com/bwmarrin/discordgo/pull/1452) - Role icons [#&#8203;1334](https://github.com/bwmarrin/discordgo/pull/1334) ##### Additions - Add support for usernames without disciminator [#&#8203;1387](https://github.com/bwmarrin/discordgo/pull/1387) - Add `WebhookParams.ThreadName` [#&#8203;1412](https://github.com/bwmarrin/discordgo/pull/1412) - Add `SuppressNotification` and `IsVoiceMessage` message flags [#&#8203;1428](https://github.com/bwmarrin/discordgo/pull/1428) - Add `MessageSend.Flags` [#&#8203;1427](https://github.com/bwmarrin/discordgo/pull/1427) - Add `FailIfNotExists` and `SoftReference` to `Message` [#&#8203;1376](https://github.com/bwmarrin/discordgo/pull/1376) - Add `MessageSend.StickerIDs` [#&#8203;1340](https://github.com/bwmarrin/discordgo/pull/1340) - Add `ApplicationCommandInteractionData.CommandType` [#&#8203;1362](https://github.com/bwmarrin/discordgo/pull/1362) - Add `AuditLogOptions.IntegrationType` [#&#8203;1440](https://github.com/bwmarrin/discordgo/pull/1440) - Add `AuditLogOptions.ApplicationID` [#&#8203;1380](https://github.com/bwmarrin/discordgo/pull/1380) - Add auto moderation audit log actions and options [#&#8203;1371](https://github.com/bwmarrin/discordgo/pull/1371) - Add monetization audit log actions [#&#8203;1442](https://github.com/bwmarrin/discordgo/pull/1442) - Add `BotHTTPInteractions` and `ActiveBotDeveloper` user flags [#&#8203;1465](https://github.com/bwmarrin/discordgo/pull/1465) - Add `ThreadMember.Member` [#&#8203;1325](https://github.com/bwmarrin/discordgo/pull/1325) - Add `Member.Flags` [#&#8203;1499](https://github.com/bwmarrin/discordgo/pull/1499) - Add `Member.DisplayName` [#&#8203;1426](https://github.com/bwmarrin/discordgo/pull/1426) - Add `Attachments` to `InteractionResponseData`, `WebhookEdit` and `WebhookParams` [#&#8203;1392](https://github.com/bwmarrin/discordgo/pull/1392) - Add `Session.ShouldReconnectVoiceOnSessionError` [#&#8203;1350](https://github.com/bwmarrin/discordgo/pull/1350) - Add `Role.Flags` [#&#8203;1410](https://github.com/bwmarrin/discordgo/pull/1410) - Add `UpdateCustomStatus` [#&#8203;1425](https://github.com/bwmarrin/discordgo/pull/1425) - Add Spanish LATAM locale [#&#8203;1496](https://github.com/bwmarrin/discordgo/pull/1496) - Add `GuildDirectory` and `GuildMedia` channel types [#&#8203;1514](https://github.com/bwmarrin/discordgo/pull/1514) ##### Other changes - Fix error shadowing in `WebhookEditWithToken` [#&#8203;1372](https://github.com/bwmarrin/discordgo/pull/1372) - Remove remove duplicated slash in `EndpointGuildTemplate` [#&#8203;1395](https://github.com/bwmarrin/discordgo/pull/1395) - Fix incorrect `AuditLogOptionsType` values [#&#8203;1413](https://github.com/bwmarrin/discordgo/pull/1413) - Allow `Components` and `Embeds` in `MessageEdit` to be set to `[]` [#&#8203;1483](https://github.com/bwmarrin/discordgo/pull/1483) - Allow `ChannelEdit.Position` to be set to `0` [#&#8203;1385](https://github.com/bwmarrin/discordgo/pull/1385) - Fix `BUTTON_COMPONENT_INVALID_EMOJI` error for `Button` [#&#8203;1475](https://github.com/bwmarrin/discordgo/pull/1475) - Fix `BUTTON_COMPONENT_INVALID_EMOJI` error for `SelectMenuOption` [#&#8203;1476](https://github.com/bwmarrin/discordgo/pull/1476) #### Special thanks - [@&#8203;Roolps](https://github.com/Roolps) - [@&#8203;tckthecreator](https://github.com/tckthecreator) - [@&#8203;quackduck](https://github.com/quackduck) - [@&#8203;Earlopain](https://github.com/Earlopain) - [@&#8203;loghinalexandru](https://github.com/loghinalexandru) - [@&#8203;merlinfuchs](https://github.com/merlinfuchs) - [@&#8203;Aldiwildan77](https://github.com/Aldiwildan77) - [@&#8203;Ju0x](https://github.com/Ju0x) - [@&#8203;JulienTant](https://github.com/JulienTant) - [@&#8203;KokeCacao](https://github.com/KokeCacao) - [@&#8203;SamusAranX](https://github.com/SamusAranX) - [@&#8203;TheGrandPackard](https://github.com/TheGrandPackard) - [@&#8203;phamill](https://github.com/phamill) - [@&#8203;AlexeyOplachko](https://github.com/AlexeyOplachko) - [@&#8203;Cyb3r-Jak3](https://github.com/Cyb3r-Jak3) - [@&#8203;joshuasing](https://github.com/joshuasing) - [@&#8203;hhaste](https://github.com/hhaste) **Full Changelog**: <https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update module github.com/bwmarrin/discordgo to v0.29.0
Some checks failed
Test Changes on Push / build-vet-test (push) Failing after 3m4s
e7fa743b50
Some checks failed
Test Changes on Push / build-vet-test (push) Failing after 3m4s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-bwmarrin-discordgo-0.x:renovate/github.com-bwmarrin-discordgo-0.x
git switch renovate/github.com-bwmarrin-discordgo-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-bwmarrin-discordgo-0.x
git switch renovate/github.com-bwmarrin-discordgo-0.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-bwmarrin-discordgo-0.x
git switch renovate/github.com-bwmarrin-discordgo-0.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-bwmarrin-discordgo-0.x
git switch main
git merge --squash renovate/github.com-bwmarrin-discordgo-0.x
git switch main
git merge --ff-only renovate/github.com-bwmarrin-discordgo-0.x
git switch main
git merge renovate/github.com-bwmarrin-discordgo-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
florian/gitea-register-account-bot!4
No description provided.