Skip to content

Bump the analyzers group with 1 update - #41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/analyzers-c1516efff2
Closed

Bump the analyzers group with 1 update#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/analyzers-c1516efff2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Meziantou.Analyzer from 3.0.157 to 3.0.159.

Release notes

Sourced from Meziantou.Analyzer's releases.

3.0.159

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.159

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.158...3.0.159

3.0.158

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.158

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.157...3.0.158

Commits viewable in compare view.

Dependabot compatibility score

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 Meziantou.Analyzer from 3.0.157 to 3.0.159

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.159
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added chore Maintenance, tooling, and housekeeping deps Dependency updates labels Aug 17, 2026
@dependabot
dependabot Bot requested a review from WomB0ComB0 as a code owner August 17, 2026 06:35
@dependabot dependabot Bot added chore Maintenance, tooling, and housekeeping deps Dependency updates labels Aug 17, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedmeziantou.analyzer@​3.0.157 ⏵ 3.0.15993100100100100

View full report

WomB0ComB0 added a commit that referenced this pull request Aug 20, 2026
…41) (#43)

All five open Dependabot PRs edit the same Directory.Packages.props, so
they conflict with each other by construction: #38 was already DIRTY and
the other four sat BEHIND. Merging any one re-breaks the rest. Folding
them into a single change follows the precedent set by #34.

  MinVer                              6.0.0   -> 7.0.0    (#37)
  Polly.Core                          8.5.0   -> 8.7.0    (#38)
  Scalar.AspNetCore                   2.0.5   -> 2.16.20  (#39)
  Microsoft.EntityFrameworkCore       9.0.0   -> 9.0.19   (#40)
  Microsoft.EntityFrameworkCore.Rel.  9.0.0   -> 9.0.19   (#40)
  Microsoft.Extensions.Http.Resilience 9.0.0  -> 9.10.0   (#40)
  Microsoft.AspNetCore.Mvc.Testing    9.0.0   -> 9.0.19   (#40)
  Meziantou.Analyzer                  3.0.157 -> 3.0.159  (#41)

Everything stays inside the holds configured in dependabot.yml: the
Microsoft.* moves are all within the 9.x line, so the >=10.0.0 hold is
respected, and FluentAssertions is untouched.

Two bumps warranted more than a version check.

MinVer 6 -> 7 is a major with a [BREAKING] "switch to System.CommandLine"
entry, but that changes minver-cli argument parsing. We never invoke the
CLI (no minver-cli / dotnet minver anywhere in the repo); we consume the
MSBuild task via PackageReference with PrivateAssets="all" plus a
MinVerTagPrefix property, neither of which the rework touches. Socket's
-32 supply-chain score was raised on #37 and is answered in detail there:
Socket's blocking alert check passes, vulnerability/quality/maintenance/
license all stay 100, provenance is byte-identical (same author, same
Apache-2.0, same adamralph/minver), and both versions declare zero NuGet
dependencies, so there is no new transitive surface.

Scalar.AspNetCore jumps 16 minors, but our entire surface is one
Development-only MapScalarApiReference() call.

Verified locally on .NET SDK 10.0.110: restore clean, Release build
succeeded with 0 warnings / 0 errors (worth noting given the analyzer
bump), and dotnet pack exercised MinVer 7 end to end, which derived a
version and produced .nupkg + .snupkg.

Co-authored-by: Mike Odnis <mikeodnis3242004@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@WomB0ComB0

Copy link
Copy Markdown
Member

Superseded by #43, now merged.

All five open Dependabot PRs edited the same Directory.Packages.props and therefore conflicted with each other by construction — this one was BEHIND, and merging any single one re-broke the rest. #43 carries every bump from all five, verified together:

  • dotnet restore clean
  • dotnet build -c Release0 warnings / 0 errors
  • dotnet pack exercised MinVer 7 end to end

Dependabot will not reopen this — the version is now current on main.

@WomB0ComB0 WomB0ComB0 closed this Aug 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 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/analyzers-c1516efff2 branch August 20, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance, tooling, and housekeeping deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant