Skip to content

chore(deps): Bump the nuget-minor-patch group with 5 updates - #576

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/src/Cluckwork.Api/nuget-minor-patch-9423ea3df7
Open

chore(deps): Bump the nuget-minor-patch group with 5 updates#576
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/src/Cluckwork.Api/nuget-minor-patch-9423ea3df7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Updated Aspire.Hosting.JavaScript from 13.5.0 to 13.5.1.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Aspire.Hosting.PostgreSQL from 13.5.0 to 13.5.1.

Release notes

Sourced from Aspire.Hosting.PostgreSQL's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Aspire.Hosting.Redis from 13.5.0 to 13.5.1.

Release notes

Sourced from Aspire.Hosting.Redis's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Aspire.Hosting.Testing from 13.5.0 to 13.5.1.

Release notes

Sourced from Aspire.Hosting.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.OpenApi from 2.12.0 to 2.12.2.

Release notes

Sourced from Microsoft.OpenApi's releases.

2.12.2

2.12.2 (2026-08-20)

Bug Fixes

2.12.1

2.12.1 (2026-08-19)

Bug Fixes

Commits viewable in compare view.

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Aspire.Hosting.JavaScript from 13.5.0 to 13.5.1
Bumps Aspire.Hosting.PostgreSQL from 13.5.0 to 13.5.1
Bumps Aspire.Hosting.Redis from 13.5.0 to 13.5.1
Bumps Aspire.Hosting.Testing from 13.5.0 to 13.5.1
Bumps Microsoft.OpenApi from 2.12.0 to 2.12.2

---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-version: 13.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Aspire.Hosting.Testing
  dependency-version: 13.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.OpenApi
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 45ad21333b

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.*" />
<!-- Pin patched Microsoft.OpenApi: transitive 2.0.0 has GHSA-v5pm-xwqc-g5wc (NU1903) -->
<PackageReference Include="Microsoft.OpenApi" Version="2.12.0" />
<PackageReference Include="Microsoft.OpenApi" Version="2.12.2" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the integration-test lock after the API bump

The checked build-and-test workflow restores the entire solution with --locked-mode, but tests/Cluckwork.Api.IntegrationTests/packages.lock.json still records the referenced API's Microsoft.OpenApi requirement and resolution as 2.12.0. With this project reference now requiring 2.12.2, restore fails with NU1004 before the build; regenerate and commit this downstream lock file too.

AGENTS.md reference: AGENTS.md:L146-L150

Useful? React with 👍 / 👎.

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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants