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

chore(deps): update aspire to 13.5.1#6648
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.013.5.1
Aspire.Hosting.AppHost nuget patch 13.5.013.5.1
Aspire.Hosting.PostgreSQL nuget patch 13.5.013.5.1
Aspire.Hosting.RabbitMQ nuget patch 13.5.013.5.1
Aspire.Hosting.Redis nuget patch 13.5.013.5.1
Aspire.Hosting.Testing nuget patch 13.5.013.5.1
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL nuget patch 13.5.013.5.1
Aspire.StackExchange.Redis nuget patch 13.5.013.5.1
Aspire.StackExchange.Redis.OutputCaching nuget patch 13.5.013.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

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
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Aug 24, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.65.0 to
1.65.51.

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

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

## 1.65.51

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

## What's Changed
### Other Changes
* Compile public documentation snippets by @​thomhurst in
thomhurst/TUnit#6652
* Fix covariant property override discovery by @​thomhurst in
thomhurst/TUnit#6660
### Dependencies
* chore(deps): update tunit to 1.65.38 by @​thomhurst in
thomhurst/TUnit#6644
* chore(deps): update dependency fscheck to 3.4.0 by @​thomhurst in
thomhurst/TUnit#6646
* chore(deps): update dependency awssdk.sqs to 4.0.100.10 by @​thomhurst
in thomhurst/TUnit#6647
* chore(deps): update aspire to 13.5.1 by @​thomhurst in
thomhurst/TUnit#6648
* chore(deps): update dependency stackexchange.redis to 3.1.31 by
@​thomhurst in thomhurst/TUnit#6650
* chore(deps): update opentelemetry to 1.18.0 by @​thomhurst in
thomhurst/TUnit#6651


**Full Changelog**:
thomhurst/TUnit@v1.65.38...v1.65.51

## 1.65.38

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

## What's Changed
### Other Changes
* Fix mocks for inaccessible method signature types by @​thomhurst in
thomhurst/TUnit#6641
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.9 by @​thomhurst
in thomhurst/TUnit#6636
* chore(deps): update tunit to 1.65.31 by @​thomhurst in
thomhurst/TUnit#6637
* chore(deps): update dependency dompurify to v3.4.14 by @​thomhurst in
thomhurst/TUnit#6640
* chore(deps): update aspire to 13.5.0 by @​thomhurst in
thomhurst/TUnit#6638
* chore(deps): update dependency cliwrap to 3.10.5 by @​thomhurst in
thomhurst/TUnit#6642


**Full Changelog**:
thomhurst/TUnit@v1.65.31...v1.65.38

## 1.65.31

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

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

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

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.65.0&new-version=1.65.51)](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>
This was referenced Aug 24, 2026
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