Skip to content

chore(deps): update aspire to 13.5.1 - #6648

Merged
thomhurst merged 1 commit into
mainfrom
renovate/aspire
Aug 20, 2026
Merged

thomhurst merged 1 commit into
mainfrom
renovate/aspire

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 20, 2026 •

Copy link
Copy Markdown
Owner

This PR contains the following updates:

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

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.

Summary by CodeRabbit

  • Chores
    • Updated Aspire hosting, testing, database, messaging, caching, and SDK components to version 13.5.1.
    • Aligned Aspire package versions across sample applications, starter templates, and test projects.
    • Ensured projects using PostgreSQL, Redis, RabbitMQ, and output caching receive the latest Aspire patch updates.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 20, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 20, 2026 19:45
@coderabbitai

coderabbitai Bot commented Aug 20, 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: 4675856e-f5e1-4d48-ab11-0355f44ffb0a

📥 Commits

Reviewing files that changed from the base of the PR and between e8e5a02 and ddd520e.

📒 Files selected for processing (2)
  • examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj
  • examples/CloudShop/CloudShop.Worker/CloudShop.Worker.csproj
🚧 Files skipped from review as they are similar to previous changes (1)
  • examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj

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


📝 Walkthrough

Walkthrough

The pull request updates centrally managed and project-level Aspire SDK and package references from version 13.5.0 to 13.5.1 across examples, templates, and tests.

Changes

Aspire version alignment

Layer / File(s) Summary
Central package version updates
Directory.Packages.props
Central Aspire.Hosting.AppHost and Aspire.Hosting.Testing versions update to 13.5.1.
Project and template reference updates
examples/CloudShop/..., src/TUnit.Templates/content/TUnit.Aspire.Starter/..., tests/TUnit.Aspire.Tests.AppHost/...
Aspire SDK and package references update from 13.5.0 to 13.5.1 in CloudShop projects, the Aspire starter template, and Aspire tests.

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

Merge Risk: ⚪ Minimal · up to ddd52

This PR updates Aspire packages from 13.5.0 to 13.5.1 without introducing any identified correctness, security, availability, or deployment risk; no actionable merge-blocking risk remains beyond normal checks and review.

Poem

A rabbit checks each version line,
“Thirteen-five-one now looks fine.”
SDKs and packages hop in place,
Across each project, file, and space.
The update keeps the references aligned.

🚥 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. (2 skipped: 2 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 Aspire dependency update to version 13.5.1.
✨ 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.

@greptile-apps

greptile-apps Bot commented Aug 20, 2026 •

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates the Aspire SDK and related hosting, PostgreSQL, RabbitMQ, and Redis packages from 13.5.0 to 13.5.1.

  • Aligns centrally managed Aspire AppHost and testing dependencies.
  • Updates the CloudShop example’s Aspire SDK and service integrations.
  • Updates the Aspire starter template and Aspire test AppHost to the same patch release.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Updates the centrally managed Aspire.Hosting.AppHost and Aspire.Hosting.Testing versions to 13.5.1.
examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj Aligns the CloudShop API service’s Aspire PostgreSQL and Redis integrations with 13.5.1.
examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj Updates the CloudShop AppHost SDK and PostgreSQL, Redis, and RabbitMQ hosting packages to 13.5.1.
examples/CloudShop/CloudShop.Worker/CloudShop.Worker.csproj Updates the CloudShop worker’s Aspire PostgreSQL integration to 13.5.1.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj Aligns the generated Aspire starter AppHost SDK and hosting dependencies with 13.5.1.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.WebApp/ExampleNamespace.WebApp.csproj Updates the starter WebApp’s Aspire Redis output-caching integration to 13.5.1.
tests/TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj Updates the Aspire test AppHost SDK to 13.5.1.

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

@thomhurst
thomhurst merged commit 1744139 into main Aug 20, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/aspire branch August 20, 2026 20:36
This was referenced Sep 19, 2026

This branch was previously deployed

1 inactive deployment
Pull Requests — ddd520e9 Deployed Aug 20, 2026 by thomhurst via modularpipeline (macos-latest) #18886
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