Skip to content

chore(deps): update aspire to 13.2.2#5464

Merged
thomhurst merged 1 commit intomainfrom
renovate/aspire
Apr 9, 2026
Merged

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

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

@thomhurst thomhurst commented Apr 8, 2026

This PR contains the following updates:

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

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.2.2: Aspire 13.2.2

This is a servicing release focused on bug fixes and platform improvements.

🐛 Bug Fixes

  • Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)
  • Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for
    13.2 regressions impacting IDE-based execution (#​15714)
  • Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to >=0.1.3 (#​15746)
  • Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)

🔒 Security & Certificates

  • Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)
  • Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)

🏗️ Infrastructure & Platform

  • ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)
  • Update DCP to
    0.22.11 (#​15713)

💻 CLI Improvements

  • Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731

Configuration

📅 Schedule: (UTC)

  • 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 Apr 8, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 8, 2026 23:50
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: chore(deps): update aspire to 13.2.2

This is a Renovate Bot dependency update bumping Aspire.AppHost.Sdk and Aspire.Hosting.AppHost from 13.2.113.2.2 (patch release).

Assessment: ✅ Looks good

The changes are consistent and correct:

  • Directory.Packages.props — Central version pin for Aspire.Hosting.AppHost updated.
  • TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj — SDK version updated.
  • TUnit.Templates/.../ExampleNamespace.AppHost.csproj — Both the SDK reference and the PackageReference updated together (important — these must stay in sync).
  • examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj — SDK version updated.

One observation worth noting

In TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj, Aspire.Hosting.AppHost is referenced directly as a PackageReference at version 13.2.2, while Aspire.Hosting.Redis stays at 13.2.1. This is fine since this is a template project (not governed by Directory.Packages.props), but it's worth keeping an eye on version consistency across Aspire packages in templates to avoid subtle mismatches in generated projects.

No concerns with this patch update — safe to merge.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 8, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

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: chore(deps): update aspire to 13.2.2

This is a Renovate Bot patch update bumping all Aspire packages from 13.2.113.2.2.

Assessment: ✅ Looks good — safe to merge

The diff touches 9 packages across 7 files, and all updates are consistent:

File Updated
Directory.Packages.props Aspire.Hosting.AppHost, Aspire.Hosting.Testing
TUnit.Aspire.Tests.AppHost.csproj Aspire.AppHost.Sdk (SDK ref)
ExampleNamespace.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis
ExampleNamespace.WebApp.csproj Aspire.StackExchange.Redis.OutputCaching
CloudShop.ApiService.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis
CloudShop.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ
CloudShop.Worker.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL

Follow-up on previous review

The prior review flagged that Aspire.Hosting.Redis in the template project might have been left at 13.2.1 — this was incorrect. The current diff confirms both Aspire.Hosting.AppHost and Aspire.Hosting.Redis are updated to 13.2.2 in that template file. No version inconsistencies exist.

No concerns. Matches all 9 packages listed in the PR description.

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: chore(deps): update aspire to 13.2.2

This is a Renovate Bot patch update bumping all Aspire packages from 13.2.113.2.2.

Assessment: ✅ No issues — safe to merge

Previous review follow-up

Two prior reviews were posted for this PR. All concerns raised (version consistency in template projects) have been addressed — the current diff confirms all 9 Aspire packages are updated uniformly to 13.2.2 with no stragglers.

Change summary

File Packages updated
Directory.Packages.props Aspire.Hosting.AppHost, Aspire.Hosting.Testing
TUnit.Aspire.Tests.AppHost.csproj Aspire.AppHost.Sdk (SDK ref)
ExampleNamespace.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis
ExampleNamespace.WebApp.csproj Aspire.StackExchange.Redis.OutputCaching
CloudShop.ApiService.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis
CloudShop.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ
CloudShop.Worker.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL

All 9 packages listed in the PR description are accounted for. The update is a patch release and carries low risk. No action needed.

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: chore(deps): update aspire to 13.2.2

This is a Renovate Bot patch update bumping all Aspire packages from 13.2.113.2.2.

Assessment: No issues — safe to merge

Change summary

All 9 packages listed in the PR description are updated uniformly across 7 files:

File Packages updated
Directory.Packages.props Aspire.Hosting.AppHost, Aspire.Hosting.Testing
TUnit.Aspire.Tests.AppHost.csproj Aspire.AppHost.Sdk (SDK ref)
ExampleNamespace.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis
ExampleNamespace.WebApp.csproj Aspire.StackExchange.Redis.OutputCaching
CloudShop.ApiService.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis
CloudShop.AppHost.csproj Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ
CloudShop.Worker.csproj Aspire.Npgsql.EntityFrameworkCore.PostgreSQL

Notes

  • Patch release with targeted bug fixes (SqlClient on Unix, IDE execution regressions, npm version parsing, dev cert improvements) — low risk, all positive changes.
  • Version consistency is maintained: no packages left on 13.2.1.
  • Previous review concerns about template project version consistency have been fully addressed in this diff.

No action needed.

@thomhurst thomhurst merged commit 091fd52 into main Apr 9, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/aspire branch April 9, 2026 07:58
This was referenced Apr 10, 2026
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 10, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.30.0 to
1.30.8.

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

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

## 1.30.8

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

## What's Changed
### Other Changes
* feat(mocks): migrate to T.Mock() extension syntax by @​thomhurst in
thomhurst/TUnit#5472
* feat: split TUnit.AspNetCore into Core + meta package by @​thomhurst
in thomhurst/TUnit#5474
* feat: add async Member() overloads for Task-returning member selectors
by @​thomhurst in thomhurst/TUnit#5475
### Dependencies
* chore(deps): update aspire to 13.2.2 by @​thomhurst in
thomhurst/TUnit#5464
* chore(deps): update dependency polyfill to 10.1.1 by @​thomhurst in
thomhurst/TUnit#5468
* chore(deps): update dependency polyfill to 10.1.1 by @​thomhurst in
thomhurst/TUnit#5467
* chore(deps): update tunit to 1.30.0 by @​thomhurst in
thomhurst/TUnit#5469
* chore(deps): update dependency microsoft.playwright to 1.59.0 by
@​thomhurst in thomhurst/TUnit#5473


**Full Changelog**:
thomhurst/TUnit@v1.30.0...v1.30.8

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

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.30.0&new-version=1.30.8)](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