Bump the analyzers group with 1 update - #41
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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>
Member
|
Superseded by #43, now merged. All five open Dependabot PRs edited the same
Dependabot will not reopen this — the version is now current on |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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