Skip to content

chore(deps): update aspire to 13.5.3 - #6674

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

chore(deps): update aspire to 13.5.3#6674
thomhurst merged 1 commit into
mainfrom
renovate/aspire

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 25, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

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

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 platform and hosting components to version 13.5.3 across application projects, templates, examples, and test projects.
    • Refreshed PostgreSQL, Redis, RabbitMQ, and output-caching integrations to the latest patch release.
    • Ensures newly created projects and existing sample applications use consistent Aspire package versions.

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

coderabbitai Bot commented Aug 25, 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: fe3336a5-5909-4baa-a2de-5b60ee014091

📥 Commits

Reviewing files that changed from the base of the PR and between 6a165fd and 0df3743.

📒 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 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

Aspire package and SDK references were updated from 13.5.2 to 13.5.3 across central package management, CloudShop examples, TUnit Aspire templates, and Aspire AppHost tests.

Changes

Aspire version alignment

Layer / File(s) Summary
Central package version management
Directory.Packages.props
Central versions for Aspire.Hosting.AppHost and Aspire.Hosting.Testing were updated to 13.5.3.
Project and template reference alignment
examples/CloudShop/..., src/TUnit.Templates/content/TUnit.Aspire.Starter/..., tests/TUnit.Aspire.Tests.AppHost/...
Aspire SDK and package references in examples, templates, and tests were updated to 13.5.3.

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

Merge Risk: ⚪ Minimal · up to 0df37

This PR updates Aspire dependencies from 13.5.2 to 13.5.3 without evidence of a behavior or configuration issue; no actionable merge-blocking risk remains beyond normal checks and review.

Poem

A rabbit hops through package trees,
Updating versions with ease.
Thirteen-five-three now fills the trail,
Across each project, test, and template file.
Clean references march in line,
And every carrot builds just fine.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating Aspire dependencies to version 13.5.3.
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…
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.
Full details: Docstring Coverage

Explanation

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.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/aspire

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@greptile-apps

greptile-apps Bot commented Aug 25, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the Aspire SDK and related hosting, testing, PostgreSQL, RabbitMQ, and Redis packages from 13.5.2 to 13.5.3.

  • Aligns centrally managed Aspire package versions on 13.5.3.
  • Updates explicit Aspire dependencies in the CloudShop example and Aspire starter template.
  • Updates the Aspire test AppHost SDK to the same patch version.

Confidence Score: 5/5

The PR appears safe to merge because the Aspire patch update is consistently applied across the affected central, example, template, and test project declarations.

No concrete build, runtime, template, dependency-alignment, or security failure is established by the changed version declarations.

Important Files Changed

Filename Overview
Directory.Packages.props Updates the centrally managed Aspire.Hosting.AppHost and Aspire.Hosting.Testing package versions consistently to 13.5.3.
examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj Updates the PostgreSQL and Redis Aspire integrations to 13.5.3.
examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj Keeps the AppHost SDK and PostgreSQL, Redis, and RabbitMQ hosting packages aligned on 13.5.3.
examples/CloudShop/CloudShop.Worker/CloudShop.Worker.csproj Updates the worker's Aspire PostgreSQL integration to 13.5.3.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj Updates the generated starter AppHost SDK and hosting dependencies consistently to 13.5.3.
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.3.
tests/TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj Updates the test AppHost SDK while its unversioned hosting dependency resolves through the matching central 13.5.3 pin.

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

@thomhurst
thomhurst merged commit 9919662 into main Aug 25, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/aspire branch August 25, 2026 21:41
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