Update nuget non-major dependencies (minor)#1787
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
ivarne
reviewed
Jun 2, 2026
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
ca0f3c3 to
c8008af
Compare
|
d70a00d to
57eb6f2
Compare
57eb6f2 to
f48a7b2
Compare
ivarne
approved these changes
Jun 26, 2026
auto-merge was automatically disabled
June 26, 2026 11:24
Repository rule violations found
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
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.



This PR contains the following updates:
10.0.1→10.1.01.2.6→1.3.01.2.6→1.3.010.6.0→10.7.08.18.0→8.19.118.5.1→18.7.01.15.3→1.16.01.15.3→1.16.01.15.3→1.16.01.15.3→1.16.01.15.3→1.16.08.6.6→8.7.08.6.6→8.7.01.15.0→1.16.02.7.0→2.11.01.2.6→1.3.0Release Notes
Altinn/altinn-apiclient-maskinporten (Altinn.ApiClients.Maskinporten)
v10.1.0: Add system user support to EndUserWhat's Changed
New Contributors
Full Changelog: Altinn/altinn-apiclient-maskinporten@v10.0.1...v10.1.0
belav/csharpier (CSharpier.Core)
v1.3.0Compare Source
Breaking Changes
Change xml formatting to return error when it runs into syntax error so it is consistent with c# #1854
Previously CSharpier treated an invalid xml file as a warning instead of an error. This was inconsistent with how it treated c# files.
Invalid c# or xml files are not treated as errors.
The
--compilation-errors-as-warningsargument has been renamed to--syntax-errors-as-warningsand can be used to return warnings instead of errors when encountering invalid files.What's Changed
Feature: Configurable whitespace handling for xml #1790
CSharpier now supports two types of xml whitespace formatting strict or ignore.
By default all xml except
xamloraxamlis treated as strict whitespace. See detailsFeature: Move closing bracket for xml elements to the same line. #1598
With strict xml whitespace handling, csharpier now keeps the closing bracket for an element on the same line instead of breaking it to a new line.
Feature: Support for csharpier-ignore with XML formatter #1788
CSharpier now supports
csharpier-ignorein xml files. See detailsFeature: Add MSBuild transitive and multi-target support #1833
CSharpier.MSBuild can now work as a transitive dependency.
Feature: allow checking formatting with cache #1830
The
csharpier checkcommand now supports a--use-cacheoption.Feature: remove dependency on Microsoft.AspNetCore.App #1508
Previously CSharpier required that Microsoft.AspNetCore.App be installed. CSharpier has been modified to use an HttpListener when it is run using
serverto remove the need for this dependency.Fix: csharpier-ignore comment removes linespaces before block #1867
CSharpier was removing blank lines before csharpier-ignore comments in some cases
Fix: Inconsistent indentation for raw string literals. #1857
CSharpier was not consistently indenting raw string literals when they were inside of simple lambdas.
Fix: case of modifier reorder with leading trivia #1855
CSharpier was incorrectly reporting a syntax validation failure when it was reordering modifiers. This is now resolved.
Fix: Xml breaks final element when it contains mixed content #1841
CSharpier was breaking the end element in some cases when it should not be.
Fix: Unable to ignore csharpier formatting within case statement group #1824
CSharpier now supports
csharpier-ignorecomments within case statements.Fix: Incorrect formatting for simple lambda expression with comment #1147
CSharpier was indenting code for a simple lambda with a leading comment.
Fix: Ignores files it shouldn't ignore when negative patterns are used #1803
Fixed a couple more edgecases with CSharpier not handling negative ignore patterns the same way that git does
Fix: Tolerate missing directories when formatting from stdin #1848
CSharpier was throwing a
DirectoryNotFoundExceptionif it were passed a path via--stdin-pathwith a directory that did not exist.Fix: Stop .gitignore walk at git worktree boundary #1860
When CSharpier walks up the target directory looking for
.gitignorefiles it stops when encountering a.gitdirectory. However in a git worktree there is no directory,.gitis a file. This change ensures CSharpier stops when encountering a.gitfile so that CSharpier behaves the same in a worktree.perf: cache
IgnoreWithBasePath#1758perf: fast comparison using
FullSpanand source code #1737perf: optimise
SyntaxNodeComparer#1730perf: set capacity of
ListinMembersForcedLine#1709perf: use
Stack.Peekto reducePopandPushchurn #1708perf: add
Doc.Nullcheck toArgumentavoidsConcatcreation #1706perf: use overload for
Any( SyntaxTriviaListto prevent allocations #1703Full Changelog: belav/csharpier@1.2.6...1.3.0
dotnet/extensions (Microsoft.Extensions.Caching.Hybrid)
v10.7.0v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware
ResourceQuotaProviderthat reads the pod's CPU and memory requests and limits and exposes them toMicrosoft.Extensions.Diagnostics.ResourceMonitoringas baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companionResourceQuotaandResourceQuotaProvidertypes inMicrosoft.Extensions.Diagnostics.ResourceMonitoringgraduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.On the AI side,
Microsoft.Extensions.AI.OpenAImoves to OpenAI 2.11.0 and fixes a deserialization bug inToolJson.AdditionalPropertiesso that JSON SchemaadditionalPropertiesvalues shaped as sub-schema objects (for example{"type":"string"}) are preserved instead of throwing during deserialization.HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtgraduate to stable since both values are consistently available across hosted-file providers, whilePurposeandScoperemain experimental as provider-shaped vocabulary.FunctionInvokingChatClientdrops a backward-compat path that auto-markedToolApprovalResponseContententries withInformationalOnly: true; consumers that need to continue accepting sessions serialized before #7468 can use the sampleApprovalHistoryNormalizingChatClientmiddleware added in the test project.Experimental API Changes
Now Stable
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetespackage is now stable #7253ResourceQuotaandResourceQuotaProviderAPIs are now stable (previouslyEXTEXP0008) #7253HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtare now stable (previouslyMEAI001) #7513What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.6.0...v10.7.0
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)
v8.19.1Compare Source
====
Bug Fixes
JwtSecurityTokenHandlerforIssuerSigningKeyResolverUsingConfigurationto take priority overIssuerSigningKeyResolver, matching the documented contract and the correct behavior already present inJsonWebTokenHandler. See PR #3519.v8.19.0Compare Source
====
New Features
Bug Fixes
jkuclaim. See PR #3481.htucomparison. See PR #3509.microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.7.0What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
v18.6.0What's Changed
Changes to tests and infra
Full Changelog: microsoft/vstest@v18.5.1...v18.6.0
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.16.0Release details: 1.16.0
10 million values.
BaggagePropagatorto correctly follow Key and Value Encoding rules.TraceContextPropagatorto deduplicate duplicatetracestatekeys.ObservedTimestampwill now be exported for logs in the console exporter.NullReferenceExceptionwhen exporting OTLP logs if the scope key isnull.
storage retry.
OtlpLogExporterintegration withIHttpClientFactory.IHttpClientFactorywhen mTLS isenabled.
Retry-Afterresponse headers that specify a date instead of a delay.observed_time_unix_nanowill no longer always be identical totime_unix_nanowhen using the logs bridge API.
Nameagainst the instrument namesyntax.
OTEL_BSP_*andOTEL_BLRP_*environment variables.collection cycle.
ExemplarReservoirimplementations.LoggerProviderto fail toresolve when one of its dependencies depends on
ILoggerorILoggerFactory.App-vNext/Polly (Polly.Extensions)
v8.7.0Compare Source
Sergio0694/PolySharp (PolySharp)
v1.16.0Compare Source
This PolySharp release includes C# 14 support.
🪄 Polyfills
✅ Fixes
🔧 Other changes
New Contributors
Full Changelog: Sergio0694/PolySharp@1.15.0...1.16.0
wiremock/WireMock.Net (WireMock.Net)
v2.11.0v2.10.0Compare Source
v2.9.0Compare Source
v2.8.0Compare Source
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.