Update module github.com/disgoorg/disgo to v0.18.0 #144

Merged
Renovate merged 1 commits from renovate/github.com-disgoorg-disgo-0.x into master 2024-04-07 19:13:45 -04:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/disgoorg/disgo require minor v0.17.2 -> v0.18.0

Release Notes

disgoorg/disgo (github.com/disgoorg/disgo)

v0.18.0: - User apps, fixes and more

Compare Source

What's Changed

!CAUTION]
User-installable apps are currently in preview. During the preview, there are [major limitations](https://discord.com/developers/docs/change-log#march-18-2024-limitations-and-known-issues) and known bugs, and API details are subject to change.

Breaking Changes

  • handler middlewares now have a handler.InteractionEvent type which carries a context, path variables & provide convenient methods to respond to interactions
  • handler.XEvent.Variables has been renamed to handler.XEvent.Vars
  • refactor of oauth2.GenerateAuthorizationURL() & GenerateAuthorizationURLState() params into a struct to prevent breaking changes in the future

Full Changelog: https://github.com/disgoorg/disgo/compare/v0.17.2...v0.18.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) | require | minor | `v0.17.2` -> `v0.18.0` | --- ### Release Notes <details> <summary>disgoorg/disgo (github.com/disgoorg/disgo)</summary> ### [`v0.18.0`](https://github.com/disgoorg/disgo/releases/tag/v0.18.0): - User apps, fixes and more [Compare Source](https://github.com/disgoorg/disgo/compare/v0.17.2...v0.18.0) #### What's Changed > \[!CAUTION] > User-installable apps are currently in preview. During the preview, there are [major limitations](https://discord.com/developers/docs/change-log#march-18-2024-limitations-and-known-issues) and known bugs, and API details are subject to change. - Add support for user apps by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/341 - Fix nil panic in message reaction add handler by [@&#8203;topi314](https://github.com/topi314) in https://github.com/disgoorg/disgo/pull/347 - Update avatar decorations by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/320 - Add bulk ban endpoint by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/342 - Add `ConnectionTypeBungie` by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/340 - Allow multiple gateway closes without blocking forever by [@&#8203;topi314](https://github.com/topi314) in https://github.com/disgoorg/disgo/pull/339 - Add `TeamRole` by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/343 - Declare missing types for iota consts by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/344 - otel support via context in command handler by [@&#8203;topi314](https://github.com/topi314) in https://github.com/disgoorg/disgo/pull/333 - Feature/more distinct handler methods by [@&#8203;topi314](https://github.com/topi314) in https://github.com/disgoorg/disgo/pull/338 - Refactor oauth params into a struct by [@&#8203;mlnrDev](https://github.com/mlnrDev) in https://github.com/disgoorg/disgo/pull/345 #### Breaking Changes - `handler` middlewares now have a `handler.InteractionEvent` type which carries a context, path variables & provide convenient methods to respond to interactions - `handler.XEvent.Variables` has been renamed to `handler.XEvent.Vars` - refactor of `oauth2.GenerateAuthorizationURL()` & `GenerateAuthorizationURLState()` params into a struct to prevent breaking changes in the future **Full Changelog**: https://github.com/disgoorg/disgo/compare/v0.17.2...v0.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Renovate added 1 commit 2024-04-07 19:13:44 -04:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-04-07 19:13:44 -04:00
Renovate merged commit df02456c6a into master 2024-04-07 19:13:45 -04:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: toast/Corn-Utility#144
No description provided.