chore(deps): update aspire to 13.4.6#6287
Conversation
There was a problem hiding this comment.
This is a Renovate-generated patch bump of all Aspire packages from 13.4.5 to 13.4.6. The diff is a mechanical version string replacement across 7 project files and Directory.Packages.props — no logic changes, no API surface changes.
A few observations:
Version consistency — The bump is internally consistent: every Aspire reference (SDK, hosting, client, and template packages) moves in lockstep to 13.4.6. There are no mixed versions left behind, which is the main risk with multi-package bumps like this.
Template files included — The TUnit.Templates/content/ tree is updated as well, which is correct. Template projects that shipped pinned to 13.4.5 would have created new projects immediately out of date.
Directory.Packages.props vs. inline PackageReference — Some packages (e.g., Aspire.Hosting.AppHost, Aspire.Hosting.Testing) are centrally managed via Directory.Packages.props, while others (e.g., Aspire.Hosting.PostgreSQL, Aspire.StackExchange.Redis, inline template packages) still carry explicit Version attributes in their .csproj files. This is a pre-existing inconsistency rather than a problem introduced here, but it does mean future bumps require touching multiple files. Worth a one-time follow-up to move all Aspire references into Directory.Packages.props to simplify future updates.
Auto-merge is enabled — Appropriate for a patch dependency update with no behavioral changes. LGTM from a review perspective.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.55.2 to 1.56.25. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.56.25 <!-- Release notes generated using configuration in .github/release.yml at v1.56.25 --> ## What's Changed ### Other Changes * feat(aspire): actionable diagnostics when resources fail to start by @thomhurst in thomhurst/TUnit#6293 ### Dependencies * chore(deps): update tunit to 1.56.18 by @thomhurst in thomhurst/TUnit#6285 * chore(deps): update aspire to 13.4.6 by @thomhurst in thomhurst/TUnit#6287 * chore(deps): update dependency mockolate to 3.3.0 by @thomhurst in thomhurst/TUnit#6291 **Full Changelog**: thomhurst/TUnit@v1.56.18...v1.56.25 ## 1.56.18 <!-- Release notes generated using configuration in .github/release.yml at v1.56.18 --> ## What's Changed ### Other Changes * fix(mocks): mock deep interface hierarchies (#6264) by @thomhurst in thomhurst/TUnit#6283 * feat: artifact retention for auto-uploaded HTML report (#6266) by @thomhurst in thomhurst/TUnit#6270 * fix(mocks): forward asymmetric `new`-hidden property slots per-accessor (#6263) by @thomhurst in thomhurst/TUnit#6281 * fix: honor OverloadResolutionPriority on net8 consumers (#6276, #6280) by @thomhurst in thomhurst/TUnit#6282 ### Dependencies * chore(deps): update tunit to 1.56.0 by @thomhurst in thomhurst/TUnit#6259 * chore(deps): update dependency streamjsonrpc to 2.25.29 by @thomhurst in thomhurst/TUnit#6258 * chore(deps): update aspire to 13.4.5 by @thomhurst in thomhurst/TUnit#6267 * chore(deps): bump launch-editor from 2.12.0 to 2.14.1 in /docs by @dependabot[bot] in thomhurst/TUnit#6268 * chore(deps): bump @babel/core from 7.28.5 to 7.29.7 in /docs by @dependabot[bot] in thomhurst/TUnit#6269 * chore(deps): update dependency dompurify to v3.4.11 by @thomhurst in thomhurst/TUnit#6271 * chore(deps): update dependency serialize-javascript to v7.0.6 by @thomhurst in thomhurst/TUnit#6272 * chore(deps): update actions/checkout action to v7 by @thomhurst in thomhurst/TUnit#6277 * chore(deps): update verify to 31.20.0 by @thomhurst in thomhurst/TUnit#6278 * chore(deps): bump webpack-dev-server from 5.2.4 to 5.2.5 in /docs by @dependabot[bot] in thomhurst/TUnit#6273 **Full Changelog**: thomhurst/TUnit@v1.56.0...v1.56.18 ## 1.56.0 <!-- Release notes generated using configuration in .github/release.yml at v1.56.0 --> ## What's Changed ### Other Changes * fix(aspnetcore): serialize WithWebHostBuilder to stop _derivedFactories race (flaky disposal NRE) by @thomhurst in thomhurst/TUnit#6251 * fix(mocks): wrap a real object whose class has no parameterless ctor (#6253) by @thomhurst in thomhurst/TUnit#6255 * fix(mocks): implement `new`-hidden base interface members in wrapper (#6252) by @thomhurst in thomhurst/TUnit#6256 * fix(mocks): mocking a method with more params than Func/Action arity (#6254) by @thomhurst in thomhurst/TUnit#6257 ### Dependencies * chore(deps): update tunit to 1.55.2 by @thomhurst in thomhurst/TUnit#6248 * chore(deps): update aspire to 13.4.4 by @thomhurst in thomhurst/TUnit#6249 * chore(deps): update dependency stackexchange.redis to v3 by @thomhurst in thomhurst/TUnit#6250 **Full Changelog**: thomhurst/TUnit@v1.55.2...v1.56.0 Commits viewable in [compare view](thomhurst/TUnit@v1.55.2...v1.56.25). </details> [](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 PR contains the following updates:
13.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.613.4.5→13.4.6Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.