Skip to content

Commit

Permalink
feat(deps): bump github.com/disgoorg/disgo from 0.13.22 to 0.14.0 (#3610
Browse files Browse the repository at this point in the history
)

Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo)
from 0.13.22 to 0.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's
releases</a>.</em></p>
<blockquote>
<h2>v0.14.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add pagination limit as a param for GetMembers() by <a
href="https://github.com/beachasaurus-rex"><code>@​beachasaurus-rex</code></a>
in <a
href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/212">disgoorg/disgo#212</a></li>
<li>add support for nsfw application commands by <a
href="https://github.com/TopiSenpai"><code>@​TopiSenpai</code></a> in <a
href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/207">disgoorg/disgo#207</a></li>
<li>new select menu types by <a
href="https://github.com/TopiSenpai"><code>@​TopiSenpai</code></a> in <a
href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/205">disgoorg/disgo#205</a></li>
<li>fix rare ratelimit hits due to prioritizing the <code>reset</code>
header over <code>resetAfter</code> header by <a
href="https://github.com/TopiSenpai"><code>@​TopiSenpai</code></a> in <a
href="https://github.com/disgoorg/disgo/commit/ee9c0306629a4a5419366cf06c30ee07cd40dab1">https://github.com/disgoorg/disgo/commit/ee9c0306629a4a5419366cf06c30ee07cd40dab1</a></li>
</ul>
<p>…</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/disgoorg/disgo/compare/v0.13.22...v0.14.0">https://github.com/disgoorg/disgo/compare/v0.13.22...v0.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/disgoorg/disgo/commit/5e33848282fab081102583b517fe95a82f4584c9"><code>5e33848</code></a>
new select menu types (<a
href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/205">#205</a>)</li>
<li><a
href="https://github.com/disgoorg/disgo/commit/376d97e6a6fc58aa162ab7a4755ffb5d691637f0"><code>376d97e</code></a>
add support for nsfw application commands (<a
href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/207">#207</a>)</li>
<li><a
href="https://github.com/disgoorg/disgo/commit/ad09d87954dfe598530b7704a3bbf820ca86c674"><code>ad09d87</code></a>
add String method for Permissions</li>
<li><a
href="https://github.com/disgoorg/disgo/commit/821051c7007ac421c9c91e39de3e31bef3a9121e"><code>821051c</code></a>
Add pagination limit as a param for GetMembers() (<a
href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/212">#212</a>)</li>
<li><a
href="https://github.com/disgoorg/disgo/commit/ee9c0306629a4a5419366cf06c30ee07cd40dab1"><code>ee9c030</code></a>
fix rare ratelimit hits due to prioritizing the reset header over
resetAfter ...</li>
<li><a
href="https://github.com/disgoorg/disgo/commit/094442a709d5e20838013c15f9453692d0a7a1c6"><code>094442a</code></a>
use golangci-lint action</li>
<li>See full diff in <a
href="https://github.com/disgoorg/disgo/compare/v0.13.22...v0.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/disgoorg/disgo&package-manager=go_modules&previous-version=0.13.22&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2022
1 parent 19ab124 commit a2308ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -15,7 +15,7 @@ require (
github.com/charmbracelet/lipgloss v0.6.0
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
github.com/dghubble/oauth1 v0.7.1
github.com/disgoorg/disgo v0.13.22
github.com/disgoorg/disgo v0.14.0
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/google/go-github/v48 v48.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -529,8 +529,8 @@ github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm
github.com/digitalocean/godo v1.81.0/go.mod h1:BPCqvwbjbGqxuUnIKB4EvS/AX7IDnNmt5fwvIkWo+ew=
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
github.com/disgoorg/disgo v0.13.22 h1:Vf49TkfC5djuMTbS9qdg/pr/pCNUxHQtx8/dMPu3aWI=
github.com/disgoorg/disgo v0.13.22/go.mod h1:YiVpXSmyXLRalYQHTHUFWEQvolCNzw0zh6nfug07b/M=
github.com/disgoorg/disgo v0.14.0 h1:/m94GQbWREOI4wLiUf5XxHV/0BaJ2vZJmJe7xFWMJfk=
github.com/disgoorg/disgo v0.14.0/go.mod h1:YiVpXSmyXLRalYQHTHUFWEQvolCNzw0zh6nfug07b/M=
github.com/disgoorg/json v1.0.0 h1:kDhSM661fgIuNoZF3BO5/odaR5NSq80AWb937DH+Pdo=
github.com/disgoorg/json v1.0.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA=
github.com/disgoorg/log v1.2.0 h1:sqlXnu/ZKAlIlHV9IO+dbMto7/hCQ474vlIdMWk8QKo=
Expand Down

0 comments on commit a2308ee

Please sign in to comment.