chore(deps): update microsoft#109
Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Open
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
There was a problem hiding this comment.
Pull request overview
This PR updates several NuGet dependencies used by the Leap CLI and its test project, primarily bumping Microsoft identity/auth libraries and test tooling to newer patch/minor versions.
Changes:
- Update MSAL packages (
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msal) from4.83.1to4.84.0. - Update security/identity-related system packages (
System.Formats.Asn1,System.IdentityModel.Tokens.Jwt) to newer patch/minor versions. - Update test SDK (
Microsoft.NET.Test.Sdk) from18.3.0to18.5.1.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Leap.Cli/Leap.Cli.csproj | Bumps MSAL and related dependency versions used by the CLI. |
| src/Leap.Cli.Tests/Leap.Cli.Tests.csproj | Bumps Microsoft.NET.Test.Sdk used by the test project. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
479fd22 to
94318af
Compare
94318af to
06c9260
Compare
06c9260 to
857abaf
Compare
857abaf to
215d480
Compare
215d480 to
160a528
Compare
160a528 to
6b543d0
Compare
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:
4.83.1→4.85.24.83.1→4.85.218.3.0→18.7.010.0.5→10.0.922.1.0→22.1.18.17.0→8.19.1Release Notes
AzureAD/microsoft-authentication-library-for-dotnet (Microsoft.Identity.Client)
v4.85.2Compare Source
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.1...4.85.2
v4.85.1Compare Source
======
New Features
MsalMetricsCatalog.CanonicalTagsByMetricfor discoverability and validation. #6076Changes
ManagedIdentitySource(e.g.,AppService,Imds,ServiceFabric) so the host-issuedManaged Identity Correlation IDcan be traced to the correct host's telemetry. #6101v4.85.0Compare Source
======
New Features
WithOtelTagsEnricherextension onAbstractAcquireTokenParameterBuilder<T>to enrich OpenTelemetry tags from token acquisition results. #6071MsalServiceException.SubErrorForLoggingto public for diagnostic logging of service sub-errors. #6063GovFr,GovDe, andGovSgvalues to theAzureCloudInstanceenum for sovereign cloud support. #6023Changes
/computeJSON endpoint. #6039Bug Fixes
caller-sdk-id,caller-sdk-ver) from access token cache keys to prevent cache fragmentation. #6073principalIdforObjectIdand rejectsClientId/ResourceIdidentifiers. #6065v4.84.2Compare Source
======
New Features
ManagedIdentityApplication.GetManagedIdentityCapabilitiesAsync(CancellationToken)returning aManagedIdentityCapabilitiesobject that reports the detected managed identitySource, the host'sMaxSupportedBindingStrength(newMtlsBindingStrengthenum:None,Software,KeyGuard), and a derivedIsMtlsPopSupportedByHost. ReplacesGetManagedIdentitySourceAsync()/ManagedIdentitySourceResult. The publicManagedIdentitySource.ImdsV2value is folded intoImds(v1/v2 routing remains internal). #6049user_fic) flow viaAcquireTokenByUserFederatedIdentityCredential(scopes, Guid userObjectId, assertion). #6050WithClaimsFromClient(claimsJson)to forward client-originated claims across managed identity and confidential client flows. #5999WithCertificate(() => x509)(dynamic certificate credential). #5957Changes
CertificateOptions.SendCertificateOverMtls) to the OBO, refresh-token, and authorization-code flows. #6009Microsoft.Identity.Client.KeyAttestationpackage. #6038GetTenantedAuthorityinCiamAuthorityandDstsAuthority. #6001Bug Fixes
WithExtraQueryParametersonManagedIdentityApplicationBuilderbypassing token caching. #6035KnownInstanceMetadataIsUpToDateAsync. #6048MsalServiceException("attestation_failed")(carrying the MAA status/native error/reason) instead of silently sending a non-attested certificate request to IMDS, and nativeAttestationClientLib(MAA) logs are bridged into the MSALILoggerAdapter. Behavior change: when an attestation provider is configured viaWithAttestationSupport()and returns no token for a KeyGuard key, the request now fails closed rather than falling back to a non-attested request. #6081v4.84.1Compare Source
======
New Features
WithReservedScopesandWithCachePartitionKeypublic API extensions onAcquireTokenByAuthorizationCodeParameterBuilderandBaseAbstractAcquireTokenParameterBuilder. #6014IAuthenticationOperation3interface for CDT + mTLS PoP composition, withCredentialEvaluationContextfor post-credential evaluation hooks. #5996MsalRemainingTokenLifetimehistogram metric for token expiry tracking. #5920Changes
[Obsolete]attribute fromWithExtraBodyParametersextension method. #6006ConcurrentHashSet<T>withConcurrentDictionary<T, byte>to eliminate custom collection. #5975Bug Fixes
WithTenantIdnot honoring MSA tenant GUID when specified at request level. #5958multiple_matching_tokens_detectedwhen attributed tokens share a partition. #5993v4.84.0Compare Source
======
New Features
CacheOptions.DisableInternalCacheOptionsstatic property andCacheOptions.IsInternalCacheDisabledto allow disabling MSAL's internal token cache. AddedCacheRefreshReason.CacheDisabledandMsalError.InternalCacheDisabledto support this scenario. #5947AuthenticationResultExtensions.GetRefreshToken()extension method for accessing refresh tokens fromAuthenticationResult. #5947WithAttributeTokensandWithExtraBodyParametersextension methods onAbstractConfidentialClientAcquireTokenParameterBuilderfor enhanced extensibility. #5888CertificateOptions.SendCertificateOverMtlsfor mTLS Proof-of-Possession certificate support. #5849AssertionRequestOptions.CorrelationIdproperty for correlation ID support in FIC assertion requests. #5937Changes
WithClientAssertion(ClientSignedAssertion)overload. #5945System.Text.Jsonexclusively. #5959Bug Fixes
ConcurrentDictionary.GetOrAddcalls. #5950System.ValueTupleconditional dependency tonet462only. #5894clientSignedAssertionProviderdelegate is non-null inWithClientAssertion. #5956MtlsPopTokenNotSupportedinImdsV1error message clarity. #5908v4.83.3Compare Source
======
New Features
IByUserFederatedIdentityCredentialinterface anduser_ficgrant type. #5802Changes
Bug Fixes
HttpListenerInterceptor.csto ensure the full response is properly closed. #5478Infrastructure & Dependencies
Microsoft.Identity.Lab.API. #5864microsoft/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
v18.5.1What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
v18.5.0What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
v18.4.0What's Changed
Add LoongArch64 support by @stdmnpkg in #15359
Refactor Condition evaluation by @Youssef1313 in #15357
Adding info on extensions points part 1 by @nohwnd in #15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in #15373
Update runtime versions by @nohwnd in #15372
Fix .NET 10 regression for traits by @Youssef1313 in #15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in #15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in #15365
Update SECURITY.md by @Youssef1313 in #15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
TestableIO/System.IO.Abstractions (System.IO.Abstractions)
v22.1.1What's Changed
System.Text.Jsonversions for older frameworks by @vbreuss in #1407FileVersionInfoswhen calling CopyTo, MoveTo and Replace on a IFileInfo by @FrancescoLuzzi in #1455FileSystemTestsby @vbreuss in #1456New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.1.0...v22.1.1
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)
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.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.
This PR has been generated by Renovate Bot.