[docs] What's new in Aspire 13.5 — VS Code extension v1.14.0#1223
[docs] What's new in Aspire 13.5 — VS Code extension v1.14.0#1223aspire-repo-bot[bot] wants to merge 1 commit into
Conversation
Documents the VS Code extension v1.14.0 release shipped with Aspire 13.5: - Bun debugging support for Bun services - Improved parameter display (secrets masked, long values truncated, missing values shown explicitly) - Shell injection hardening via structured shell quoting - npm security dependency updates (undici, ws, fast-uri, qs, @nevware21/ts-utils) - AppHost discovery flood fix - Compatibility error display for empty describe output Also adds the Aspire 13.5 entry to the What's new sidebar. Closes microsoft/aspire#17969 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
There was a problem hiding this comment.
Pull request overview
Adds the Aspire 13.5 “What’s new” documentation page (focused on VS Code extension v1.14.0 changes) and wires it into the docs sidebar navigation so it appears in the “What’s new” section.
Changes:
- Created a new Aspire 13.5 release notes page covering VS Code extension improvements and security-related dependency updates.
- Updated the docs sidebar to include the new Aspire 13.5 entry ahead of 13.4.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-13-5.mdx | New “What’s new in Aspire 13.5” page documenting VS Code extension v1.14.0 updates and fixes. |
| src/frontend/config/sidebar/docs.topics.ts | Adds the Aspire 13.5 page to the “What’s new” sidebar list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| import { | ||
| Aside, | ||
| Icon, | ||
| } from '@astrojs/starlight/components'; |
IEvangelist
left a comment
There was a problem hiding this comment.
[automated docs-from-code review]
I tried to verify this PR's claims against microsoft/aspire, but there is no matching release/13.5 branch in microsoft/aspire yet.
- This PR targets
release/13.5inmicrosoft/aspire.dev. - The latest
release/*branch inmicrosoft/aspireisrelease/13.4(HEAD4f2189335— Fix persistent container endpoint allocation (#17960), 2026-06-05). - The source PR (microsoft/aspire#17969) merged into
main, not into arelease/13.5branch.
My review protocol uses the matching release branch as the only source of truth, and I'm not allowed to verify a release/13.5 docs page against main (which can drift from what eventually ships in 13.5). I'll re-run automatically once release/13.5 is cut in microsoft/aspire, at which point I can verify each VS Code extension v1.14.0 claim against the actual snapshot.
Skipping Phase B (doc-tester) as well, per the same rule.
branch-mismatch — no verification or doc-tester run performed
Documents changes from microsoft/aspire#17969 (
@aspire-repo-bot, merged by@adamint).Targeting
release/13.5based on the source PR milestone13.5(exact match onmicrosoft/aspire.dev).Why this PR is needed
The VS Code extension release preparation PR (microsoft/aspire#17969) bumped the extension to v1.14.0 and added a user-facing CHANGELOG entry covering new features, security hardening, and a security-advisory dependency update. The
pr_body_has_security_markersignal fired because the PR body explicitly lists a[security]bullet for npm dependency updates. The "What's new in Aspire 13.5" page did not exist yet on therelease/13.5branch.What was changed
Created
src/frontend/src/content/docs/whats-new/aspire-13-5.mdx— new What's New page documenting:undici,ws,fast-uri,qs,@nevware21/ts-utils)describeoutputModified
src/frontend/config/sidebar/docs.topics.ts— added Aspire 13.5 entry before Aspire 13.4 in the What's new sidebar section.Files
src/frontend/src/content/docs/whats-new/aspire-13-5.mdxsrc/frontend/config/sidebar/docs.topics.ts