Skip to content

chore(deps): update aspire to 13.2.1#5323

Merged
thomhurst merged 1 commit intomainfrom
renovate/aspire
Mar 31, 2026
Merged

chore(deps): update aspire to 13.2.1#5323
thomhurst merged 1 commit intomainfrom
renovate/aspire

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Aspire.AppHost.Sdk msbuild-sdk patch 13.2.013.2.1
Aspire.Hosting.AppHost nuget patch 13.2.013.2.1
Aspire.Hosting.PostgreSQL nuget patch 13.2.013.2.1
Aspire.Hosting.RabbitMQ nuget patch 13.2.013.2.1
Aspire.Hosting.Redis nuget patch 13.2.013.2.1
Aspire.Hosting.Testing nuget patch 13.2.013.2.1
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL nuget patch 13.2.013.2.1
Aspire.StackExchange.Redis nuget patch 13.2.013.2.1
Aspire.StackExchange.Redis.OutputCaching nuget patch 13.2.013.2.1

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.2.1: Aspire 13.2.1

.NET Aspire 13.2.1 Release Notes

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Mar 31, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 31, 2026 06:06
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Code Review: Aspire 13.2.0 → 13.2.1 Patch Bump

This is a clean, automated patch dependency update from Renovate. All 9 Aspire packages are consistently bumped to 13.2.1.

Changes look correct — the 13.2.1 release includes meaningful bug fixes (broken CLI bundles for ARM64/musl targets, dashboard URL fixes, launch profile env propagation). No API-breaking changes are expected in a patch release.

One Architectural Note (non-blocking)

The examples/CloudShop/ projects use hardcoded Version="..." attributes directly on <PackageReference> elements rather than relying on the central Directory.Packages.props. This means each Aspire bump requires updating both Directory.Packages.props and the individual example project files in lock-step.

The template files (TUnit.Templates/) are intentionally standalone (users copy them), so hardcoded versions there make sense. But the example projects under examples/ live within the same repo and could opt into central package management — this would reduce the number of files touched per dependency update from 7 to 2–3.

That said, this is a style/maintenance trade-off and not a correctness issue for this PR. Auto-merge is appropriate here.

Verdict: LGTM ✓ — consistent, complete update with no missed files.

@thomhurst thomhurst merged commit 062f915 into main Mar 31, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/aspire branch March 31, 2026 06:47
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 1, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.23.7 to
1.24.13.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.24.13

<!-- Release notes generated using configuration in .github/release.yml
at v1.24.13 -->

## What's Changed
### Other Changes
* perf(mocks): optimize MockEngine for lower allocation and faster
verification by @​thomhurst in
thomhurst/TUnit#5319
* Remove defunct `UseTestingPlatformProtocol` reference for vscode by
@​erwinkramer in thomhurst/TUnit#5328
* perf(aspnetcore): prevent thread pool starvation during parallel
WebApplicationTest server init by @​thomhurst in
thomhurst/TUnit#5329
* fix TUnit0073 for when type from from another assembly by @​SimonCropp
in thomhurst/TUnit#5322
* Fix implicit conversion operators bypassed in property injection casts
by @​Copilot in thomhurst/TUnit#5317
* fix(mocks): skip non-virtual 'new' methods when discovering mockable
members by @​thomhurst in thomhurst/TUnit#5330
* feat(mocks): IFoo.Mock() discovery with generic fallback and ORP
resolution by @​thomhurst in
thomhurst/TUnit#5327
### Dependencies
* chore(deps): update tunit to 1.24.0 by @​thomhurst in
thomhurst/TUnit#5315
* chore(deps): update aspire to 13.2.1 by @​thomhurst in
thomhurst/TUnit#5323
* chore(deps): update verify to 31.14.0 by @​thomhurst in
thomhurst/TUnit#5325

## New Contributors
* @​erwinkramer made their first contribution in
thomhurst/TUnit#5328

**Full Changelog**:
thomhurst/TUnit@v1.24.0...v1.24.13

## 1.24.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.24.0 -->

## What's Changed
### Other Changes
* perf: optimize TUnit.Mocks hot paths by @​thomhurst in
thomhurst/TUnit#5304
* fix: resolve System.Memory version conflict on .NET Framework (net462)
by @​thomhurst in thomhurst/TUnit#5303
* fix: resolve CS0460/CS0122/CS0115 when mocking concrete classes from
external assemblies by @​thomhurst in
thomhurst/TUnit#5310
* feat(mocks): parameterless Returns() and ReturnsAsync() for async
methods by @​thomhurst in thomhurst/TUnit#5309
* Fix typo in NUnit manual migration guide by @​aa-ko in
thomhurst/TUnit#5312
* refactor(mocks): unify Mock.Of<T>() and Mock.OfPartial<T>() into
single API by @​thomhurst in
thomhurst/TUnit#5311
* refactor(mocks): clean up Mock API surface by @​thomhurst in
thomhurst/TUnit#5314
* refactor(mocks): remove generic/untyped overloads from public API by
@​thomhurst in thomhurst/TUnit#5313
### Dependencies
* chore(deps): update tunit to 1.23.7 by @​thomhurst in
thomhurst/TUnit#5305
* chore(deps): update dependency mockolate to 2.1.1 by @​thomhurst in
thomhurst/TUnit#5307

## New Contributors
* @​aa-ko made their first contribution in
thomhurst/TUnit#5312

**Full Changelog**:
thomhurst/TUnit@v1.23.7...v1.24.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.23.7...v1.24.13).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.23.7&new-version=1.24.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants