Skip to content

Bump Aspire.Hosting.JavaScript from 13.2.3 to 13.3.0#560

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/PointerStar/AppHost/Aspire.Hosting.JavaScript-13.3.0
Open

Bump Aspire.Hosting.JavaScript from 13.2.3 to 13.3.0#560
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/PointerStar/AppHost/Aspire.Hosting.JavaScript-13.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Updated Aspire.Hosting.JavaScript from 13.2.3 to 13.3.0.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.3.0

Aspire 13.3.0

Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.

Highlights

  • 🧹 Clean teardown — New aspire destroy tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.
  • 🔍 Frontend telemetryAspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
  • ☸️ Kubernetes deploy previewaspire deploy can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.
  • 🟨 JavaScript publishing — New PublishAs* methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.
  • 🌐 TypeScript AppHost parity — Unified withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.
  • 🛠️ CLI upgrades — Run the standalone dashboard with aspire dashboard run, install the CLI as a NativeAOT dotnet tool, and search API docs from the terminal.
  • ☁️ Azure goodness — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
  • 🐳 Better containers — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.

⚠️ Breaking changes

Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.

See the full list in the Aspire 13.3 breaking changes.

📖 Learn more

For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.

Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜

13.2.4

Aspire 13.2.4

What's New in Aspire 13.2.4

Patch release addressing a security advisory in OpenTelemetry dependencies.

🐛 Fixes

  • 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)

🏷️ Housekeeping

  • 🚀 Bumped branding to
    13.2.4 (#​16436)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 8, 2026
---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Keboo Keboo force-pushed the dependabot/nuget/PointerStar/AppHost/Aspire.Hosting.JavaScript-13.3.0 branch from 09779d5 to 04bcb99 Compare May 11, 2026 03:16
@Keboo
Copy link
Copy Markdown
Owner

Keboo commented May 11, 2026

Rebase Successful

Applied — rebased cleanly onto target branch

Summary

Metric Value
Status Clean rebase — no conflicts
Target main
Source dependabot/nuget/PointerStar/AppHost/Aspire.Hosting.JavaScript-13.3.0

Actions

Changes applied

Backup: refs/merge-mate/pr-560/backup

  • Undo changes (restore original branch)

Generated by Merge Mate at 2026-05-11 03:16:09 UTC

@github-actions
Copy link
Copy Markdown

Summary - Code Coverage

Summary
Generated on: 05/11/2026 - 03:17:19
Coverage date: 05/11/2026 - 03:17:14 - 05/11/2026 - 03:17:16
Parser: MultiReport (2x Cobertura)
Assemblies: 2
Classes: 13
Files: 11
Line coverage: 86.2% (456 of 529)
Covered lines: 456
Uncovered lines: 73
Coverable lines: 529
Total lines: 883
Branch coverage: 61.7% (84 of 136)
Covered branches: 84
Total branches: 136
Method coverage: Feature is only available for sponsors
Tag: 1197_25648399223

Coverage

PointerStar.Server - 85.2%
Name Line Branch
PointerStar.Server 85.2% 64.6%
AspNetCoreGeneratedDocument.Pages_Error 0% 0%
PointerStar.Server.Controllers.ClientConfigController 100% 75%
PointerStar.Server.Controllers.RoomController 100%
PointerStar.Server.Hubs.RoomHub 0% 0%
PointerStar.Server.Pages.ErrorModel 0% 0%
PointerStar.Server.Room.InMemoryRoomManager 99% 95.2%
Program 94.1% 50%
PointerStar.Shared - 90.9%
Name Line Branch
PointerStar.Shared 90.9% 0%
PointerStar.Shared.Role 50% 0%
PointerStar.Shared.RoomOptions 100%
PointerStar.Shared.RoomState 100%
PointerStar.Shared.User 100%
PointerStar.Shared.UserOptions 100%
PointerStar.Shared.VotingPresets 98.1%

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

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant