Skip to content

chore(deps): update aspire to 13.5.2 - #6655

Open
thomhurst wants to merge 1 commit into
mainfrom
renovate/aspire
Open

chore(deps): update aspire to 13.5.2#6655
thomhurst wants to merge 1 commit into
mainfrom
renovate/aspire

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 21, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

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

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.5.2: Aspire 13.5.2

What's New in Aspire 13.5.2

Patch release for Aspire 13.5 that removes an unused native helper binary from the Windows CLI archives so 13.5 servicing releases stay publishable to WinGet.

🐛 Fixes
  • 🪟 Windows CLI archives shipped an unused ~4.9 MB hex1bpty.exe — The Windows CLI archives (aspire-cli-win-{x64,arm64}-*.zip) bundled Hex1b's out-of-process PTY host, which Aspire never executes (DCP owns every pseudo-terminal Aspire surfaces). Besides the wasted download, the extra unexplained executable stalled the WinGet publish, since every binary in the archive goes through executable and malware validation. A build-only MSBuild target now drops the file from the CLI publish output; Unix native assets are unaffected. Regression new in 13.5. ([#​19557](#​19557), backport of #​19554, @mitchdenny)
🏷️ Housekeeping
  • 🚀 Bumped branding to 13.5.2

Full Changelog: [v13.5.1...v13.5.2](microsoft/aspire@v13.5.1...v13.5.2)

Full commit: [a22cec24d76e764b3681977e314ab4a0aeed0240](a22cec2)


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 Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 21, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 21, 2026 22:42
@greptile-apps

greptile-apps Bot commented Aug 21, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the repository’s Aspire SDK and package references from 13.5.1 to 13.5.2.

  • Aligns centrally managed Aspire hosting and testing dependencies.
  • Updates CloudShop’s AppHost, API service, and worker dependencies.
  • Updates the Aspire starter template and Aspire test AppHost.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Aligns the centrally managed Aspire hosting and testing packages on 13.5.2.
examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj Updates the AppHost SDK and its PostgreSQL, Redis, and RabbitMQ hosting integrations to 13.5.2.
examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj Updates the PostgreSQL and Redis Aspire integrations to 13.5.2.
examples/CloudShop/CloudShop.Worker/CloudShop.Worker.csproj Updates the worker’s PostgreSQL Aspire integration to 13.5.2.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj Updates the generated starter AppHost SDK and hosting dependencies to 13.5.2.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.WebApp/ExampleNamespace.WebApp.csproj Updates the generated web application’s Redis output-caching integration to 13.5.2.
tests/TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj Updates the Aspire test AppHost SDK to 13.5.2.

Reviews (2): Last reviewed commit: "chore(deps): update aspire to 13.5.2" | Re-trigger Greptile

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3d715a33-94ac-44d2-9577-f663b515e387

📥 Commits

Reviewing files that changed from the base of the PR and between 725fc3e and 76f37b3.

📒 Files selected for processing (7)
  • Directory.Packages.props
  • examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj
  • examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj
  • examples/CloudShop/CloudShop.Worker/CloudShop.Worker.csproj
  • src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj
  • src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.WebApp/ExampleNamespace.WebApp.csproj
  • tests/TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The PR updates Aspire package and AppHost SDK references from 13.5.1 to 13.5.2 in central package management, CloudShop projects, the TUnit Aspire starter template, and Aspire AppHost tests. No public or exported entities change.

Changes

Aspire version alignment

Layer / File(s) Summary
Central package version management
Directory.Packages.props
Central Aspire hosting package versions change from 13.5.1 to 13.5.2.
Project reference updates
examples/CloudShop/**/*.csproj, src/TUnit.Templates/content/TUnit.Aspire.Starter/**/*.csproj, tests/TUnit.Aspire.Tests.AppHost/*.csproj
Aspire SDK and package references change from 13.5.1 to 13.5.2.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 76f37

This change updates Aspire dependencies from 13.5.1 to 13.5.2 without any identified merge-blocking risk; it is merge-ready after normal checks and review.

Poem

I’m a rabbit with packages in line,
Thirteen-five-two now shines bright and fine.
SDK hops forward, references agree,
Central props keep the carrots tidy,
No public shapes changed—just version decree.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (7 skipped: 7 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency update from Aspire 13.5.1 to 13.5.2.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/aspire

Comment @coderabbitai help to get the list of available commands.

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