Skip to content

Bump the minor-and-patch group with 3 updates - #25

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/develop/minor-and-patch-bbb1388263
Closed

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/develop/minor-and-patch-bbb1388263

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.11 to 10.0.12.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

10.0.12

Release

What's Changed

... (truncated)

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 10.0.4 to 10.0.12.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

10.0.12

Release

What's Changed

... (truncated)

Commits viewable in compare view.

Updated Testcontainers.PostgreSql from 4.14.0 to 4.15.0.

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.15.0

What's Changed

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​45594466.

🚀 Features

  • feat: Add options to the Docker Compose up and down command (#​1759) @​HofmeisterAn
  • feat: Add QuestDB module (#​1618) @​FortuneN, @​HofmeisterAn
  • feat: Add Compose support (#​1750) @​HofmeisterAn
  • fix(Couchbase): Treat an already provisioned cluster as configured (#​1736) @​arnelirobles, @​HofmeisterAn
  • feat: Retry transient Docker image pull failures (#​1734) @​thomhurst, @​HofmeisterAn
  • chore(deps): Split Dependabot NuGet jobs and bump test dependencies (#​1746) @​HofmeisterAn
  • feat(MongoDb): Resolve the MongoDb shell file path once (#​1745) @​HofmeisterAn

🐛 Bug Fixes

  • fix: Detach from the container output before stopping or removing it (#​1755) @​HofmeisterAn
  • fix(GCloud): Bump test image version (#​1752) @​HofmeisterAn

📖 Documentation

  • docs: Update CONTRIBUTING.md (#​1744) @​HofmeisterAn

🧹 Housekeeping

  • chore: Improve null check, test typing, and IDE settings (#​1757) @​HofmeisterAn
  • fix(GCloud): Bump test image version (#​1752) @​HofmeisterAn
  • chore: Resolve Sonar findings (#​1751) @​HofmeisterAn
  • chore(deps): Revert Dependabot NuGet jobs (#​1748) @​HofmeisterAn
  • feat: Prepare next release cycle (4.15.0) (#​1742) @​HofmeisterAn

📦 Dependency Updates

  • chore(deps): Bump mkdocs-material from 9.7.2 to 9.7.7 (#​1758) @​dependabot[bot]
  • chore(deps): Bump the actions group with 5 updates (#​1754) @​dependabot[bot]
  • chore(deps): Bump the actions group across 1 directory with 7 updates (#​1747) @​dependabot[bot]
  • chore(deps): Revert Dependabot NuGet jobs (#​1748) @​HofmeisterAn
  • chore(deps): Split Dependabot NuGet jobs and bump test dependencies (#​1746) @​HofmeisterAn

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 Microsoft.AspNetCore.Mvc.Testing from 10.0.11 to 10.0.12
Bumps Microsoft.EntityFrameworkCore.Design from 10.0.4 to 10.0.12
Bumps Testcontainers.PostgreSql from 4.14.0 to 4.15.0

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-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 Sep 8, 2026
@supremjerem

Copy link
Copy Markdown
Owner

Superseded by #27. This bumped Microsoft.EntityFrameworkCore.Design on its own again, which is the MSB3277 failure #23 fixed by pinning the runtime EF packages alongside it — hence the same CI failure. The Testcontainers bump had already landed in #23. #27 carries what was still useful, with the EF trio moving together, verified against current develop.

@dependabot @github

dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/nuget/develop/minor-and-patch-bbb1388263 branch September 13, 2026 11:35
supremjerem added a commit that referenced this pull request Sep 13, 2026
…27)

Supersedes #25 and folds in #26.

#25 bumped Microsoft.EntityFrameworkCore.Design on its own again, which is the
MSB3277 failure #23 fixed by pinning the runtime EF packages alongside it — so
it failed CI for the same reason, and its Testcontainers bump had already
landed. What was still useful from it is here, with the EF trio moving
together as it has to.

#26's Microsoft.NET.Test.Sdk 17.14.1 -> 18.10.0 is a major bump, so it is
verified here against current develop rather than the base it was measured on.

Verified: EF Core, Abstractions, Analyzers, Relational and Design all resolve
at 10.0.12 against Npgsql 10.0.3; build warning-free; 168 tests green;
coverage 96.69% / 80.58%; `dotnet restore --locked-mode` and the Docker image
build both succeed with the regenerated lock files.


Claude-Session: https://claude.ai/code/session_01AHnkfQ1dyqyqDYnQgSboud

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
supremjerem added a commit that referenced this pull request Sep 13, 2026
…27)

Supersedes #25 and folds in #26.

#25 bumped Microsoft.EntityFrameworkCore.Design on its own again, which is the
MSB3277 failure #23 fixed by pinning the runtime EF packages alongside it — so
it failed CI for the same reason, and its Testcontainers bump had already
landed. What was still useful from it is here, with the EF trio moving
together as it has to.

#26's Microsoft.NET.Test.Sdk 17.14.1 -> 18.10.0 is a major bump, so it is
verified here against current develop rather than the base it was measured on.

Verified: EF Core, Abstractions, Analyzers, Relational and Design all resolve
at 10.0.12 against Npgsql 10.0.3; build warning-free; 168 tests green;
coverage 96.69% / 80.58%; `dotnet restore --locked-mode` and the Docker image
build both succeed with the regenerated lock files.


Claude-Session: https://claude.ai/code/session_01AHnkfQ1dyqyqDYnQgSboud

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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.

1 participant