Skip to content

chore(deps): update aspire to 13.5.4 - #6813

Merged
thomhurst merged 1 commit into
mainfrom
renovate/aspire
Sep 15, 2026
Merged

thomhurst merged 1 commit into
mainfrom
renovate/aspire

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 15, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

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

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 Sep 15, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 15, 2026 17:36
@thomhurst
thomhurst deployed to Pull Requests September 15, 2026 17:36 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 15, 2026 17:36 — with GitHub Actions Active
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-15T18:17:20.216979Z 3e3a38c New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: f054f022-e920-466a-a702-f74293afcc83

📥 Commits

Reviewing files that changed from the base of the PR and between 7195aca and c2aa7f0.

📒 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

The pull request updates Aspire SDK and package references from 13.5.3 to 13.5.4 in central package settings, CloudShop projects, the Aspire starter template, and an AppHost test project.

Changes

Aspire version alignment

Layer / File(s) Summary
Central package baseline
Directory.Packages.props
The central package versions for Aspire.Hosting.AppHost and Aspire.Hosting.Testing change to 13.5.4.
CloudShop project references
examples/CloudShop/...
CloudShop AppHost, API, and Worker projects update their Aspire SDK and package references to 13.5.4.
Template and test references
src/TUnit.Templates/..., tests/TUnit.Aspire.Tests.AppHost/...
The Aspire starter template and AppHost test project update their Aspire SDK and package references to 13.5.4.

Priority: ⬇️ Low

Estimated code review effort: 2 (Simple) | ~10 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 3e3a3

This dependency-only update presents no identified merge-blocking risk.

🚥 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…
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 main change: updating Aspire dependencies to version 13.5.4.
✨ 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

A rabbit checks each version line
Aspire numbers now align
AppHost hops to thirteen-five-four
Templates follow through the door
CloudShop projects match the tune
Tests update their reference moon

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

@greptile-apps

greptile-apps Bot commented Sep 15, 2026

Copy link
Copy Markdown

Greptile Summary

Aspire projects, examples, templates, and tests now use version 13.5.4 instead of 13.5.3. The update keeps the repository's Aspire dependencies aligned on the latest patch release.

Confidence Score: 5/5

The PR appears safe to merge.

The Aspire SDK and related packages move together to 13.5.4. No stale 13.5.3 pin or repository rule break remains.

Important Files Changed

Filename Overview
Directory.Packages.props Updates the shared Aspire.Hosting.AppHost and Aspire.Hosting.Testing pins to 13.5.4.
examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj Updates the Aspire SDK and PostgreSQL, Redis, and RabbitMQ host packages together to 13.5.4.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj Updates the starter template's Aspire SDK, app host, and Redis package pins together to 13.5.4.
tests/TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj Updates the Aspire test app host SDK to 13.5.4; its app host package uses the matching shared pin.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant NuGet as NuGet restore
    participant Props as Directory.Packages.props
    participant Projects as Aspire projects
    participant Aspire as Aspire 13.5.4
    Dev->>NuGet: Restore and build
    NuGet->>Props: Read shared package pins
    NuGet->>Projects: Read direct SDK and package pins
    Props-->>NuGet: Aspire hosting packages 13.5.4
    Projects-->>NuGet: Aspire SDK and integrations 13.5.4
    NuGet->>Aspire: Resolve version 13.5.4
    Aspire-->>Projects: Supply build assets
    Projects-->>Dev: Build examples, templates, and tests
Loading

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

This was referenced Sep 16, 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