Bump DSharpPlus from 4.2.0 to 4.3.0 in /PinBot #1

Open
dependabot[bot] wants to merge 1 commit from dependabot/nuget/PinBot/DSharpPlus-4.3.0 into master
dependabot[bot] commented 2022-12-20 17:07:57 +00:00 (Migrated from github.com)

Bumps DSharpPlus from 4.2.0 to 4.3.0.

Release notes

Sourced from DSharpPlus's releases.

DSharpPlus v4.3.0

DSharpPlus 4.3.0

We aim for this to be one of the closing releases of the v4 development cycle.

Migration should be relatively straight-forward. One important change is that you will now need to specify the message content intent in your DiscordConfiguration.Intents property if you wish to receive message content, as a side effect of updating to v10 of the discord API.

What's Changed

  • API v10

  • Support for Slash Commands V2

  • Support for ban pagination

  • Support for Text-in-Voice

  • Support for new thread archival rules

  • Added command category support to CommandsNext

  • Added application command cooldowns to SlashCommands

  • Unified and abstracted all message builders for easier use

  • (Slightly) improved documentation

  • Fixed a bunch of bugs

Detailed changelog:

... (truncated)

Commits

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 [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) from 4.2.0 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/DSharpPlus/DSharpPlus/releases">DSharpPlus's releases</a>.</em></p> <blockquote> <h2>DSharpPlus v4.3.0</h2> <h1>DSharpPlus 4.3.0</h1> <p>We aim for this to be one of the closing releases of the v4 development cycle.</p> <p>Migration should be relatively straight-forward. One important change is that you will now need to specify the message content intent in your <code>DiscordConfiguration.Intents</code> property if you wish to receive message content, as a side effect of updating to v10 of the discord API.</p> <h2>What's Changed</h2> <ul> <li> <p><strong>API v10</strong></p> </li> <li> <p>Support for Slash Commands V2</p> </li> <li> <p>Support for ban pagination</p> </li> <li> <p>Support for Text-in-Voice</p> </li> <li> <p>Support for new thread archival rules</p> </li> <li> <p>Added command category support to CommandsNext</p> </li> <li> <p>Added application command cooldowns to SlashCommands</p> </li> <li> <p>Unified and abstracted all message builders for easier use</p> </li> <li> <p>(Slightly) improved documentation</p> </li> <li> <p>Fixed a bunch of bugs</p> </li> </ul> <h3>Detailed changelog:</h3> <ul> <li>CNext/Entities cleanup by <a href="https://github.com/OoLunar"><code>@​OoLunar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1284">DSharpPlus/DSharpPlus#1284</a></li> <li>Fix incorrect value for MessageActivityType.JoinRequest by <a href="https://github.com/Giggitybyte"><code>@​Giggitybyte</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1285">DSharpPlus/DSharpPlus#1285</a></li> <li>Remove misinformation by <a href="https://github.com/kuylar"><code>@​kuylar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1286">DSharpPlus/DSharpPlus#1286</a></li> <li>Use .png for APNG stickers by <a href="https://github.com/Erisa"><code>@​Erisa</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1283">DSharpPlus/DSharpPlus#1283</a></li> <li>Fixed incorrect nullability for Command in CommandEventArgs by <a href="https://github.com/aPinat"><code>@​aPinat</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1265">DSharpPlus/DSharpPlus#1265</a></li> <li>Fix Grammar by <a href="https://github.com/quinchs"><code>@​quinchs</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1289">DSharpPlus/DSharpPlus#1289</a></li> <li>Add GenerateOAuthUri by <a href="https://github.com/akiraveliara"><code>@​akiraveliara</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1293">DSharpPlus/DSharpPlus#1293</a></li> <li>Add ban pagination by <a href="https://github.com/OoLunar"><code>@​OoLunar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1295">DSharpPlus/DSharpPlus#1295</a></li> <li>Slash Command V2 by <a href="https://github.com/VelvetThePanda"><code>@​VelvetThePanda</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1186">DSharpPlus/DSharpPlus#1186</a></li> <li>Fixed VoiceNext ignoring incoming packets after a while. by <a href="https://github.com/airbreather"><code>@​airbreather</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1300">DSharpPlus/DSharpPlus#1300</a></li> <li>Added RequireReferencedMessageAttribute. by <a href="https://github.com/MindHardt"><code>@​MindHardt</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1303">DSharpPlus/DSharpPlus#1303</a></li> <li>Removed Three/Seven Day Thread Archive Checks by <a href="https://github.com/DWaffles"><code>@​DWaffles</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1306">DSharpPlus/DSharpPlus#1306</a></li> <li>Add an option to bypass cache in GetMemberAsync and others by <a href="https://github.com/Foxite"><code>@​Foxite</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1297">DSharpPlus/DSharpPlus#1297</a></li> <li>Add guild member update username property by <a href="https://github.com/zaanposni"><code>@​zaanposni</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1154">DSharpPlus/DSharpPlus#1154</a></li> <li>Restore nameof call in CNextExtension by <a href="https://github.com/akiraveliara"><code>@​akiraveliara</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1310">DSharpPlus/DSharpPlus#1310</a></li> <li>Add missing audit log action types and fields by <a href="https://github.com/F1restar4"><code>@​F1restar4</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1308">DSharpPlus/DSharpPlus#1308</a></li> <li>Fixed NRE in Thread Members Update by <a href="https://github.com/DWaffles"><code>@​DWaffles</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1120">DSharpPlus/DSharpPlus#1120</a></li> <li>Added Client-Name header to Lavalink connection. by <a href="https://github.com/DHCPCD9"><code>@​DHCPCD9</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1313">DSharpPlus/DSharpPlus#1313</a></li> <li>Fix typo by <a href="https://github.com/MichailiK"><code>@​MichailiK</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1315">DSharpPlus/DSharpPlus#1315</a></li> <li>Fix typo by <a href="https://github.com/InFTord"><code>@​InFTord</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1316">DSharpPlus/DSharpPlus#1316</a></li> <li>Fix docs typos in DiscordRestClient by <a href="https://github.com/InFTord"><code>@​InFTord</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1317">DSharpPlus/DSharpPlus#1317</a></li> <li>Implement smart quote handling in CommandsNext (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1268">#1268</a>) by <a href="https://github.com/MichailiK"><code>@​MichailiK</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1320">DSharpPlus/DSharpPlus#1320</a></li> <li>Text in Voice (TiV) support by <a href="https://github.com/VelvetThePanda"><code>@​VelvetThePanda</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1149">DSharpPlus/DSharpPlus#1149</a></li> <li>Update Github Actions by <a href="https://github.com/OoLunar"><code>@​OoLunar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1323">DSharpPlus/DSharpPlus#1323</a></li> <li>Fix DiscordRestClient.DeleteGuildAsync race condition by <a href="https://github.com/OoLunar"><code>@​OoLunar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1326">DSharpPlus/DSharpPlus#1326</a></li> <li>Fixed Mentions in Updated Messages by <a href="https://github.com/DWaffles"><code>@​DWaffles</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1327">DSharpPlus/DSharpPlus#1327</a></li> <li>Fix guild only applications not working because of wrong JSON payload name by <a href="https://github.com/kuylar"><code>@​kuylar</code></a> in <a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/pull/1328">DSharpPlus/DSharpPlus#1328</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/feed4d43754e480728d48c1141755595eb8d1e3e"><code>feed4d4</code></a> Fix cooldown attribute (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1428">#1428</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/1a7cb49f55d311e8e6c23a9a1410087da526fbe8"><code>1a7cb49</code></a> Don't download the .NET SDK every action, instead reuse it. (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1436">#1436</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/b90bd85805558f7407f5bc531ce6a7322334111e"><code>b90bd85</code></a> code and xmldocs typo fixes (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1429">#1429</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/fd1c339b20b6c20497a274f46a3404b0459ceeb2"><code>fd1c339</code></a> Replace 1091 with 1195 due to the run number &quot;resetting&quot; (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1435">#1435</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/a5350a7a24d93589eb1bbba170d1a4c6ca13608d"><code>a5350a7</code></a> Fix Nuget links (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1434">#1434</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/313f895b4a73636cb5591f83515660c510f3266d"><code>313f895</code></a> Correctly write the error (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1433">#1433</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/4e22541dd42ac9c0ce34240ccc866a3b97411dd9"><code>4e22541</code></a> Fix nightly badge (also to force a rebuild)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/79ea4d8cd3e9edd13007cd3ffbdb9baed3948824"><code>79ea4d8</code></a> Fix env var name (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1432">#1432</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/ff2d28c442b56132bd245bbdbea566d5c3b3d511"><code>ff2d28c</code></a> Hard to launch an app that wasn't built - Vamplay (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1431">#1431</a>)</li> <li><a href="https://github.com/DSharpPlus/DSharpPlus/commit/cf511d20d939af4b736d8c62550f6799679b6986"><code>cf511d2</code></a> Clone git history (<a href="https://github-redirect.dependabot.com/DSharpPlus/DSharpPlus/issues/1430">#1430</a>)</li> <li>Additional commits viewable in <a href="https://github.com/DSharpPlus/DSharpPlus/compare/v4.2.0...v4.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DSharpPlus&package-manager=nuget&previous-version=4.2.0&new-version=4.3.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>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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 dependabot/nuget/PinBot/DSharpPlus-4.3.0:dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch dependabot/nuget/PinBot/DSharpPlus-4.3.0

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 master
git merge --no-ff dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch dependabot/nuget/PinBot/DSharpPlus-4.3.0
git rebase master
git switch master
git merge --ff-only dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch dependabot/nuget/PinBot/DSharpPlus-4.3.0
git rebase master
git switch master
git merge --no-ff dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch master
git merge --squash dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch master
git merge --ff-only dependabot/nuget/PinBot/DSharpPlus-4.3.0
git switch master
git merge dependabot/nuget/PinBot/DSharpPlus-4.3.0
git push origin master
Sign in to join this conversation.
No description provided.