Skip to content

chore(deps): update all non-major dependencies#638

Merged
AndreaCuneo merged 4 commits intomasterfrom
renovate/all-minor-patch
Feb 13, 2026
Merged

chore(deps): update all non-major dependencies#638
AndreaCuneo merged 4 commits intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 11, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
Meziantou.Analyzer nuget patch 2.0.2982.0.299 OpenSSF Scorecard
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.AspNetCore.TestHost (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.CodeAnalysis.NetAnalyzers (source) nuget patch 10.0.10210.0.103 OpenSSF Scorecard
Microsoft.Extensions.Caching.Abstractions (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Configuration (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Configuration.Abstractions (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Configuration.CommandLine (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Configuration.EnvironmentVariables (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Configuration.Json (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Hosting (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Hosting.Abstractions (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Logging.AzureAppServices (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Logging.Console (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.ObjectPool (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Options (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.Extensions.Options.ConfigurationExtensions (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard
Microsoft.SourceLink.GitHub nuget patch 10.0.10210.0.103 OpenSSF Scorecard
Microsoft.SqlServer.DacFx nuget minor 170.2.70170.3.93 OpenSSF Scorecard
System.Configuration.ConfigurationManager (source) nuget patch 10.0.210.0.3 OpenSSF Scorecard

Release Notes

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.299

Compare Source

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

What's Changed
  • Fix MA0184 false positive on empty interpolated strings with custom handlers by @​Copilot in #​1001

Full Changelog: meziantou/Meziantou.Analyzer@2.0.298...2.0.299

dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)

v10.0.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner February 11, 2026 07:45
@renovate renovate Bot enabled auto-merge February 11, 2026 07:45
AndreaCuneo
AndreaCuneo previously approved these changes Feb 11, 2026
@AndreaCuneo
Copy link
Copy Markdown
Contributor

@copilot investigate the CI build failure linked to parallel test execution. If you look at commit history it was meant to be already solved by avoiding SQL Table Type modifications during test execution. Check also the other Test project that tests ResourceWatcher.

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

@AndreaCuneo I've opened a new pull request, #639, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits February 11, 2026 09:14
Add TestTfmsInParallel and TestingPlatformDisableParallel properties to
Ark.ResourceWatcher.Sample.Tests.csproj to prevent parallel execution
across net8.0 and net10.0 target frameworks.

This mirrors the fix already applied to Ark.Tools.ResourceWatcher.Tests
(commit 5fd05af). The EnsureTableAreCreated() method drops/recreates
UDT types, causing "udt_State_v2 has changed" errors when multiple
target frameworks run tests in parallel against the same database.

Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
fix: disable test framework parallelization in Sample.Tests
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@AndreaCuneo AndreaCuneo disabled auto-merge February 13, 2026 07:48
@AndreaCuneo AndreaCuneo merged commit ad1deac into master Feb 13, 2026
8 checks passed
@AndreaCuneo AndreaCuneo deleted the renovate/all-minor-patch branch February 13, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants