Skip to content

chore: Update integration data and GitHub stats (7/17/26)#1379

Open
aspire-repo-bot[bot] wants to merge 1 commit into
mainfrom
chore/update-integration-data-20260717-102c15f00fd15f61
Open

chore: Update integration data and GitHub stats (7/17/26)#1379
aspire-repo-bot[bot] wants to merge 1 commit into
mainfrom
chore/update-integration-data-20260717-102c15f00fd15f61

Conversation

@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Automated Integration Data Update - 7/17/26

This PR contains automated updates to:

  • Integration data from NuGet API
  • GitHub repository statistics

What's Updated

  • src/frontend/src/data/aspire-integrations.json — Latest package information (177 packages)
  • src/frontend/src/data/github-stats.json — Repository statistics

Note: pnpm update:samples failed due to an SSL error when connecting to the GitHub API (write EPROTO ... wrong version number). samples.json and sample thumbnail assets were not updated in this run.

Version Changes Detected

The following packages had version changes:

Package Old Version New Version
Aspire.Azure.AI.Inference 13.4.0-preview.1.26281.18 13.4.6-preview.1.26319.6
Aspire.Azure.AI.OpenAI 13.4.0-preview.1.26281.18 13.4.6-preview.1.26319.6
Aspire.Azure.Data.Tables 13.4.0 13.4.6
Aspire.Azure.Messaging.EventHubs 13.4.0 13.4.6
Aspire.Azure.Messaging.ServiceBus 13.4.0 13.4.6
Aspire.Azure.Messaging.WebPubSub 13.4.0 13.4.6
Aspire.Hosting 13.4.0 13.4.6
Aspire.Hosting.AgentFramework.DevUI 1.8.0-preview.260528.1 1.13.0-preview.260703.1
Aspire.Hosting.AWS 13.2.0 13.5.0
Aspire.Hosting.Azure 13.4.0 13.4.6
(and many more — see full diff)

New Community Toolkit packages added: CommunityToolkit.Aspire.Hosting.K3s, CommunityToolkit.Aspire.Hosting.Logto, CommunityToolkit.Aspire.Hosting.RustFs, CommunityToolkit.Aspire.Hosting.SeaweedFS, CommunityToolkit.Aspire.Hosting.Squad, CommunityToolkit.Aspire.Logto.Client, CommunityToolkit.Aspire.SeaweedFS.Client

⚠️ API reference regeneration — FAILED (infrastructure issue)

Version changes were detected, which normally triggers C# and TypeScript API reference regeneration. However, the regeneration could not run in this environment.

Root cause: PowerShell's Microsoft.PowerShell.Management module binary is missing from the runner (/opt/microsoft/powershell/7/Modules/Microsoft.PowerShell.Management/ contains only the .psd1 manifest, not the DLL). The generate-package-json.ps1 script fails immediately because Join-Path is unavailable.

Impact: src/frontend/src/data/pkgs/, src/frontend/src/data/ts-modules/, and src/frontend/src/data/twoslash/aspire.d.ts were not regenerated. These files will be out of date until the next successful regen run.

Action required: The runner environment needs Microsoft.PowerShell.Management.dll installed. Once fixed, re-running the Integration Data Updater workflow will regenerate the API reference data.

Review Checklist

  • Verify integration data looks reasonable
  • Check for any suspicious changes or anomalies
  • Ensure package counts and versions are updated appropriately
  • Confirm official Aspire package icons still use package-specific NuGet icon URLs
  • Track the PowerShell infrastructure issue so API reference regen can run

Generated by Integration Data Updater · 59 AIC · ⌖ 11.5 AIC · ⊞ 8.3K ·

- Updated aspire-integrations.json with latest NuGet package info (177 packages)
- Updated github-stats.json with latest repository statistics
- Note: API reference regeneration was skipped due to PowerShell core module
  unavailability in this environment (generate-package-json.ps1 failed)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aspire-repo-bot aspire-repo-bot Bot added the :octocat: auto-merge Pull requests that are auto merged by policy label Jul 17, 2026
@aspire-repo-bot
aspire-repo-bot Bot requested a review from IEvangelist as a code owner July 17, 2026 21:33
Copilot AI review requested due to automatic review settings July 17, 2026 21:33
@aspire-repo-bot aspire-repo-bot Bot added the :octocat: auto-merge Pull requests that are auto merged by policy label Jul 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates frontend static data used to render GitHub repository stats and Aspire integration package metadata (versions/downloads/icons).

Changes:

  • Refreshed GitHub repo star counts and filled in a missing description.
  • Updated many Aspire integration entries with new NuGet versions, download counts, and icon URLs.
  • Added several new CommunityToolkit Aspire integration entries.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/frontend/src/data/github-stats.json Updates repo star counts and improves metadata completeness for aspire-samples.
src/frontend/src/data/aspire-integrations.json Bulk refresh of package metadata plus new CommunityToolkit integration entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1938 to 1968
@@ -1926,13 +1963,13 @@
"hosting",
"activemq"
],
"downloads": 62412,
"downloads": 68031,
"version": "13.4.0"
},
Comment on lines +2075 to +2091
"title": "CommunityToolkit.Aspire.Hosting.Bun",
"description": "An Aspire integration for hosting Bun apps. DEPRECATED: Use Aspire.Hosting.JavaScript and builder.AddBunApp(...) instead. This package will be removed in a future release.",
"icon": "https://api.nuget.org/v3-flatcontainer/communitytoolkit.aspire.hosting.bun/13.4.1-beta.686/icon",
"href": "https://www.nuget.org/packages/CommunityToolkit.Aspire.Hosting.Bun",
"tags": [
"aspire",
"integration",
"communitytoolkit",
"dotnetcommunitytoolkit",
"hosting",
"bun",
"javascript",
"deprecated"
],
"downloads": 94891,
"version": "13.3.0"
},
@aspire-repo-bot

Copy link
Copy Markdown
Contributor Author

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1379. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1379 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:octocat: auto-merge Pull requests that are auto merged by policy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant