Skip to content

deps: Bump the nuget group with 4 updates#621

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-808926bfb7
Closed

deps: Bump the nuget group with 4 updates#621
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-808926bfb7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.CodeAnalysis.BannedApiAnalyzers from 4.14.0 to 5.6.0.

Release notes

Sourced from Microsoft.CodeAnalysis.BannedApiAnalyzers's releases.

5.0.4

Release

5.0.2

Release Notes
Install Instructions

Repos

5.0.1

Release Notes
Install Instructions

Repo

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.PublicApiAnalyzers from 4.14.0 to 5.6.0.

Release notes

Sourced from Microsoft.CodeAnalysis.PublicApiAnalyzers's releases.

5.0.4

Release

5.0.2

Release Notes
Install Instructions

Repos

5.0.1

Release Notes
Install Instructions

Repo

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

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.CodeAnalysis.BannedApiAnalyzers from 4.14.0 to 5.6.0
Bumps Microsoft.CodeAnalysis.PublicApiAnalyzers from 4.14.0 to 5.6.0
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.10
Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.BannedApiAnalyzers
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

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 Jul 19, 2026
@dependabot
dependabot Bot requested a review from khaines as a code owner July 19, 2026 18:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 19, 2026
@khaines

khaines commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Superseded by #623.

This PR's CI fails because it was based on the pre-constraint-chain main (2362e3b, ~7 merges stale) and its regenerated packages.lock.json files are inconsistent with the projects (NU1004 target-framework mismatch). It also can't go green on its own: PublicApiAnalyzers 5.x requires the [Experimental] DS0001 API (DeltaSharpInfo.PreviewReleaseChannel) to carry a [DS0001] prefix in PublicAPI.Unshipped.txt — a source change dependabot can't make.

#623 applies the identical 4 bumps on current main, regenerates all locks with --force-evaluate, and includes the PublicAPI baseline fix. It is fully green (build-test-format, dco, coverage, sca, secret-scan, sbom). Recommend closing this in favor of #623.

khaines added a commit that referenced this pull request Jul 20, 2026
…tion (#623)

Bumps BannedApiAnalyzers/PublicApiAnalyzers 4.14.0->5.6.0, Extensions.Logging.Abstractions 10.0.0->10.0.10, NET.Test.Sdk 18.7.0->18.8.1 (locks regenerated); prefixes the DS0001 experimental API in PublicAPI.Unshipped.txt for PublicApiAnalyzers 5.x. Supersedes #621.

Signed-off-by: Ken Haines <1144092+khaines@users.noreply.github.com>
@khaines

khaines commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Closing as superseded by #623 (merged as daa5bb2), which lands the same 4 dependency bumps on current main with consistent regenerated lock files and the required PublicApiAnalyzers 5.x baseline fix.

@khaines khaines closed this Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 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/nuget-808926bfb7 branch July 20, 2026 16:50
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