chore: Update integration data and GitHub stats (9/10/26) - #1647
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟡 Changes recommended
Several integration tag strings appear to be typos (e.g., o/rm, postgressql) which can negatively impact tag-based filtering/search consistency on the site.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Automated data refresh for the aspire.dev frontend that updates NuGet integration download counts and GitHub repository star statistics used by the site.
Changes:
- Updated GitHub stars in
github-stats.json. - Updated integration
downloadsvalues across many entries inaspire-integrations.json.
File summaries
| File | Description |
|---|---|
| src/frontend/src/data/github-stats.json | Refreshes repo star counts used for site “GitHub stats” displays. |
| src/frontend/src/data/aspire-integrations.json | Refreshes integration metadata (notably download counts) used for integrations browsing/filtering. |
Review details
Suppressed comments (5)
src/frontend/src/data/aspire-integrations.json:1676
- The tag "o/rm" looks like a typo and is inconsistent with the existing "orm" tag used elsewhere in this data file; this can reduce the usefulness of tag-based search/filtering.
"o/rm",
src/frontend/src/data/aspire-integrations.json:1556
- This integration entry's tags include "o/rm", which looks like a typo and is inconsistent with the "orm" tag used elsewhere; consider normalizing it to "orm" so tag-based filtering/search works consistently.
"downloads": 237853,
src/frontend/src/data/aspire-integrations.json:1807
- This integration entry's tags include "o/rm", which looks like a typo and is inconsistent with the "orm" tag used elsewhere; consider normalizing it to "orm" so tag-based filtering/search works consistently.
"downloads": 250361,
src/frontend/src/data/aspire-integrations.json:1833
- This integration entry's tags include "o/rm", which looks like a typo and is inconsistent with the "orm" tag used elsewhere; consider normalizing it to "orm" so tag-based filtering/search works consistently.
"downloads": 420027,
src/frontend/src/data/aspire-integrations.json:1581
- This integration entry's tags include "o/rm", which looks like a typo and is inconsistent with the "orm" tag used elsewhere; consider normalizing it to "orm" so tag-based filtering/search works consistently.
"downloads": 6097448,
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "sql" | ||
| ], | ||
| "downloads": 412380, | ||
| "downloads": 416419, |
| "sql" | ||
| ], | ||
| "downloads": 6976305, | ||
| "downloads": 7004483, |
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Automated integration data update — 9/10/26
Generated deterministically by
src/frontend/scripts/update-integration-data.ps1(no agent inference).What's updated
src/frontend/src/data/aspire-integrations.json— latest package informationsrc/frontend/src/data/integration-docs.json— documentation mappings, when packages are removedsrc/frontend/src/data/github-stats.json— repository statisticssrc/frontend/src/data/samples.json— sample metadata, when changedsrc/frontend/src/assets/samples/— sample thumbnails, when changedAPI reference regeneration
No integration package versions changed in this run — API reference regeneration was skipped.
Review checklist