[PR #963] [MERGED] Maintenance #971

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/963
Author: @13xforever
Created: 10/15/2024
Status: Merged
Merged: 10/18/2024
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (5)

  • f6bf369 update 3rd party packages
  • d5597ba fix the new ird client and embed code
  • bc07b77 update confusables from 15.1.0 to 16.0.0
  • 2d47dcc update MemoryCache hack extension to support the new implementation
  • f723b83 drop unneeded dependency

📊 Changes

14 files changed (+198 additions, -111 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+4 -4)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdClient.cs (+62 -61)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+0 -1)
Clients/IrdLibraryClient/POCOs/IrdInfo.cs (+10 -0)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+8 -8)
📝 CompatBot/Utils/Extensions/MemoryCacheExtensions.cs (+21 -7)
📝 CompatBot/Utils/ResultFormatters/IrdSearchResultFormatter.cs (+17 -8)
📝 HomoglyphConverter/confusables.txt (+62 -15)
📝 SourceGenerators/SourceGenerators.csproj (+1 -1)
📝 Tests/MemoryCacheExtensionTests.cs (+8 -1)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

  • updated dependencies (some with security fixes)
  • fixed the new ird client code (caching, parsing, filtering, formatting the results)

may require fresh container pull


🔄 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/963 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/15/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`f6bf369`](https://github.com/RPCS3/discord-bot/commit/f6bf36919a8b1cef520a5517d8f462e4a48ff031) update 3rd party packages - [`d5597ba`](https://github.com/RPCS3/discord-bot/commit/d5597ba166b3626f8def522d29a6c6cf04c1f15f) fix the new ird client and embed code - [`bc07b77`](https://github.com/RPCS3/discord-bot/commit/bc07b7700a5d6444d1eea5c38c34a2e7eca68b05) update confusables from 15.1.0 to 16.0.0 - [`2d47dcc`](https://github.com/RPCS3/discord-bot/commit/2d47dccc12e431d56a64374a18140d2cfb51f5ea) update MemoryCache hack extension to support the new implementation - [`f723b83`](https://github.com/RPCS3/discord-bot/commit/f723b83eebc482bb8979367bd970583e53feb7a8) drop unneeded dependency ### 📊 Changes **14 files changed** (+198 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+4 -4) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdClient.cs` (+62 -61) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+0 -1) ➕ `Clients/IrdLibraryClient/POCOs/IrdInfo.cs` (+10 -0) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+8 -8) 📝 `CompatBot/Utils/Extensions/MemoryCacheExtensions.cs` (+21 -7) 📝 `CompatBot/Utils/ResultFormatters/IrdSearchResultFormatter.cs` (+17 -8) 📝 `HomoglyphConverter/confusables.txt` (+62 -15) 📝 `SourceGenerators/SourceGenerators.csproj` (+1 -1) 📝 `Tests/MemoryCacheExtensionTests.cs` (+8 -1) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description * updated dependencies (some with security fixes) * fixed the new ird client code (caching, parsing, filtering, formatting the results) may require fresh container pull --- <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:22 -05:00
yindo closed this issue 2026-02-15 15:57:22 -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#971