[PR #994] [MERGED] Upgrading dependencies #998

Closed
opened 2026-02-15 15:57:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/994
Author: @13xforever
Created: 5/17/2025
Status: Merged
Merged: 5/17/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

📊 Changes

16 files changed (+90 additions, -97 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+4 -4)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+2 -2)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/Commands/DevOnly.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+11 -15)
📝 CompatBot/Commands/ForcedNicknames.cs (+8 -10)
📝 CompatBot/Commands/MessageMenuCommands.cs (+9 -12)
📝 CompatBot/Commands/Warnings.ContextMenus.cs (+6 -8)
📝 CompatBot/CompatBot.csproj (+11 -11)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+1 -1)
📝 SourceGenerators/ConfusablesSourceGenerator.cs (+14 -13)
📝 SourceGenerators/SourceGenerators.csproj (+1 -1)
📝 SourceGenerators/Win32ErrorsSourceGenerator.cs (+18 -15)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

There are two breaking changes in this one:

  • Roslyn code generators require new incremental interface to be implemented
  • D#+ broke how interactive components are added in message builders to accommodate v2 changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/994 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/17/2025 **Status:** ✅ Merged **Merged:** 5/17/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`3b333ca`](https://github.com/RPCS3/discord-bot/commit/3b333ca519801ce8b22cf57157649a2895a5b3cf) upgrade deps - [`fd6a9b1`](https://github.com/RPCS3/discord-bot/commit/fd6a9b105791e52b34e1a8aa01fdcd85d508f18f) update source generators - [`e4ed125`](https://github.com/RPCS3/discord-bot/commit/e4ed125693eb7dda067d9d9f8d605faf9a6a143a) upgrade d#+ ### 📊 Changes **16 files changed** (+90 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+4 -4) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+2 -2) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/Commands/DevOnly.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+11 -15) 📝 `CompatBot/Commands/ForcedNicknames.cs` (+8 -10) 📝 `CompatBot/Commands/MessageMenuCommands.cs` (+9 -12) 📝 `CompatBot/Commands/Warnings.ContextMenus.cs` (+6 -8) 📝 `CompatBot/CompatBot.csproj` (+11 -11) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+1 -1) 📝 `SourceGenerators/ConfusablesSourceGenerator.cs` (+14 -13) 📝 `SourceGenerators/SourceGenerators.csproj` (+1 -1) 📝 `SourceGenerators/Win32ErrorsSourceGenerator.cs` (+18 -15) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description There are two breaking changes in this one: * Roslyn code generators require new incremental interface to be implemented * D#+ broke how interactive components are added in message builders to accommodate v2 changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:27 -05:00
yindo closed this issue 2026-02-15 15:57:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#998