Bump the nuget-minor-and-patch group with 17 updates#5003
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the nuget-minor-and-patch group with 17 updates#5003dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps AccentedCommandLineParser from 2.0.0 to 2.0.1 Bumps Autofac from 4.6.2 to 4.9.4 Bumps Azure.Identity from 1.17.1 to 1.21.0 Bumps Azure.Security.KeyVault.Secrets from 4.7.0 to 4.11.0 Bumps FluentAssertions from 5.2.0 to 5.10.3 Bumps Microsoft.Build from 17.0.0 to 17.11.48 Bumps Microsoft.Build.NoTargets from 3.7.56 to 3.7.134 Bumps Microsoft.Build.Traversal from 4.1.0 to 4.1.82 Bumps Microsoft.Extensions.DependencyInjection from 9.0.2 to 9.0.16 Bumps Microsoft.Identity.Client from 4.78.0 to 4.84.0 Bumps Microsoft.NETCore.DotNetAppHost from 8.0.8 to 8.0.27 Bumps Newtonsoft.Json from 13.0.3 to 13.0.4 Bumps NuGet.Packaging from 5.11.6 to 5.11.7 Bumps System.CommandLine from 2.0.0-beta5.25306.101 to 2.0.8 Bumps WindowsAzure.Storage from 9.3.1 to 9.3.3 Bumps xunit from 2.4.0 to 2.9.3 Bumps YamlDotNet from 6.0.0 to 6.1.2 --- updated-dependencies: - dependency-name: AccentedCommandLineParser dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Autofac dependency-version: 4.9.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Azure.Identity dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Azure.Security.KeyVault.Secrets dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: FluentAssertions dependency-version: 5.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Build dependency-version: 17.11.48 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Build.NoTargets dependency-version: 3.7.134 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Build.Traversal dependency-version: 4.1.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Identity.Client dependency-version: 4.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.NETCore.DotNetAppHost dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: NuGet.Packaging dependency-version: 5.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: System.CommandLine dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: WindowsAzure.Storage dependency-version: 9.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: YamlDotNet dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced May 15, 2026
Contributor
Author
|
Dependabot received an unexpected response from a private package registry. Because of this, Dependabot cannot update this pull request. |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated AccentedCommandLineParser from 2.0.0 to 2.0.1.
Updated Autofac from 4.6.2 to 4.9.4.
Release notes
Sourced from Autofac's releases.
4.9.4
4.9.3
ComponentNotRegisteredExceptionRegisterAssemblyTypesby putting slow custom attribute check last4.9.2
4.9.1
ExternalRegistrySourcereusesExternalComponentRegistrationinstances causingObjectDisposedExceptionServiceRegistrationInfo.IsInitializedvolatile to prevent theComponentRegistrytaking an avoidable lock due to reordering4.9.0
ComponentRegistryto improve concurrency of service resolution (extracted from PR #953)CollectionRegistrationSourceOwned<T>DependencyResolutionExceptionserializableObjectDisposedExceptionon activation if activator is disposed4.9.0-beta1
4.8.1
IStartablethat creates child lifetime scope duringStart()no longer tries to activate itself.4.8.0
Reverted behavior from #897 change to re-include internal and nested private classes for backwards compatibility. Added a new
PublicOnly()filter method to enable opt-in to data encapsulation when scanning for assembly types.4.7.1
Issues addressed in this release:
AutoActivateandIStartablenow correctly get run if added to child lifetime scope registrations.AsSelf()andAsImplementedInterfaces()incorrectly ignored custom constructor finders (FindConstructorsWith()).4.7.0
Issues addressed in this release:
IStartableandAutoActivate()will be started in dependency order.RegisterType<T>()a type that doesn't have a public constructor.Resolve()operation for a decorated object will pass by the decorators and only be provided to the object being decorated.Resolve()operation will be provided to the constructor selector so they can be used to influence which constructor gets used (IConstructorSelector.SelectConstructorBinding()). This is a minor breaking change for theIConstructorSelectorinterface but very few people have implemented custom constructor selectors so a major version increment wasn't used.Commits viewable in compare view.
Updated Azure.Identity from 1.17.1 to 1.21.0.
Release notes
Sourced from Azure.Identity's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Azure.Security.KeyVault.Secrets from 4.7.0 to 4.11.0.
Release notes
Sourced from Azure.Security.KeyVault.Secrets's releases.
4.11.0
4.11.0 (2026-05-05)
Other Changes
Azure.Coreto1.54.0, which includes fixes for duplicate schema registration.4.10.0
4.10.0 (2026-05-05)
Features Added
KeyProperties.KeySizeto expose the key size in bits.4.8.0
4.8.0 (2026-05-05)
Features Added
KeyVaultAccessControlClientSettingsto support creating aKeyVaultAccessControlClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.KeyVaultRestClientSettingsto support creating aKeyVaultRestClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.Commits viewable in compare view.
Updated FluentAssertions from 5.2.0 to 5.10.3.
Release notes
Sourced from FluentAssertions's releases.
5.10.3
Release Notes
5.10.2
5.10.0
https://fluentassertions.com/releases/#5100
5.9.0
https://fluentassertions.com/releases/#590
5.8.0
Release Notes
5.7.0
Release Notes
5.6.0
AssertionOptions(o => o.WithStrictOrdering())- #974ContainEquivalentOf- #950Should().NotThrowAfterassertion for actions - #942Kudos to @BrunoJuchli, @matthiaslischka and @frederik-h for these amazing additions.
5.5.3
BeEquivalenTo- #935AssertionScopeto ensure binary compatibility - #9775.5.2
BeEquivalentToto handle a non-generic collection as the SUT - #975, #973IncludeMemberByPathSelectionRule- #9695.5.1
ThrowAsync,ThrowExactlyAsyncandNotThrowAsync- #931Should().ThrowandShould().NotThrowforFunc<T>- #951private protectedaccess modifier - #932BeApproximatelyto support nullable types for both the subject and the expectation nullable - #934asyncversion ofExecutionTimeto - #938NotBeApproximatelyto accepting nullable subject and expectation - #939type.Should().Be(type)now support open generics - #954, #955Should().AllBeEquivalentTo()- #920, #914BeEquivalentTowithWithStrictOrderingproduced messy failure message - #918nullsubject to a dictionary - #933IEnumerablenow works now as expected - #911newoverrides -#960, #956Note In versions prior to 5.5, FA may have skipped certain properties in the equivalency comparison. #960 fixes this, so this may cause some breaking changes.
Lots of kudos @jnyrup and @krajek for a majority for the work in this release.
5.5.0
Should().ThrowandShould().NotThrowforFunc<T>, assertionsShould().BeandShould().NotBecan't be used onFunc<T>objects anymore, so this may cause breaking changes. These instances can easily be replaced withShould().BeSameAsandShould().NotBeSameAsas these types are compared by references.5.4.2
asyncfunction throws - #892Using().WhenTypeIs()) were not executed on dictionary equivalency assertions - #886HaveOffsetreturned the seconds instead of the offset - #8835.4.1
5.4.0
System.Reflection.Emitby adding direct support for .NET Core - #8615.3.2
AssertionScopedid not work withGenericCollectionAssertions- #835Kudos to @peterekepeter and @jnyrup for those fixes.
5.3.0
MethodImplAttributenow works with(Not)BeDecoratedWith- #804[Not]BeCloseTo- #803[Not]BeCloseToforDateTime[Offset]toTickprecision instead of milliseconds - #820BeEquivalentTo- #817Kudos to @jnyrup for making this release possible. Thanks to @melchiork for contributing #825.
Commits viewable in compare view.
Updated Microsoft.Build from 17.0.0 to 17.11.48.
Release notes
Sourced from Microsoft.Build's releases.
17.11.4
What's Changed
... (truncated)
17.11.0-preview-24318-05
Release
17.11.0-preview-24279-02
Release
17.11.0-preview-24225-01
Release
17.11.0-preview-24178-16
Release
17.10.4
What's Changed
by @rainersigwald in Switch official builds to floating NuGet.exe dotnet/msbuild#9542
Microsoft.Common.Test.targetstarget for multi-tfm by @MarcoRossignoli in Import the newMicrosoft.Common.Test.targetstarget for multi-tfm dotnet/msbuild#9583... (truncated)
17.10.0-preview-24127-03
[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)
17.9.5
What's Changed
... (truncated)
17.8.3
What's Changed
... (truncated)
17.8.0-preview-23472-04
Release
17.8.0-preview-23367-03
Release
17.7.0
What's Changed
ProjectReferencedocs by @DmitriyShepelev in UpdateProjectReferencedocs dotnet/msbuild#8434... (truncated)
17.7.0-preview-23323-05
Release
17.7.0-preview-23281-03
Release
17.6.0-preview-23174-01
Release
17.6.0-preview-23152-03
Release
17.6.0-preview-23108-10
Release
17.5.1
What's Changed
Full Changelog: dotnet/msbuild@v17.5.0...v17.5.1
17.4.0-preview-22428-01
Release
17.4.0-preview-22368-02
Release
17.3.0-preview-22329-01
Release
17.3.0-preview-22306-01
Release
17.3.0-preview-22226-04
Release
17.2.1
This version of MSBuild shipped in Visual Studio 2022 version 17.2.0. It has a single bugfix over 17.2.0.
What's Changed
Full Changelog: dotnet/msbuild@v17.2.0...v17.2.1
17.2.0
This version of MSBuild shipped in .NET SDK 6.0.300.
Auto-generated release notes:
What's Changed
... (truncated)
17.2.0-preview-22175-02
Release
17.2.0-preview-22152-03
Release
17.2.0-preview-22104-01
Release
17.1.1
This version of MSBuild shipped with .NET SDK 6.0.202 and includes a fix for dotnet/sdk#23498.
What's Changed
Full Changelog: dotnet/msbuild@v17.1.0...v17.1.1
17.1.0
This version of MSBuild shipped with Visual Studio 2022 17.1.0 and .NET SDK 6.0.200.
What's Changed (auto-generated)
AnalysisLevelandAnalysisModevalues by @mavasani in Update Microsoft.Build.CommonTypes.xsd forAnalysisLevelandAnalysisModevalues dotnet/msbuild#6996... (truncated)
Commits viewable in compare view.
Updated Microsoft.Build.NoTargets from 3.7.56 to 3.7.134.
Release notes
Sourced from Microsoft.Build.NoTargets's releases.
3.7.134
What's Changed
Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.UniversalPackages.1.0.366...Microsoft.Build.NoTargets.3.7.134
Commits viewable in compare view.
Updated Microsoft.Build.Traversal from 4.1.0 to 4.1.82.
Release notes
Sourced from Microsoft.Build.Traversal's releases.
4.1.82
What's Changed
Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Traversal.4.1.0...Microsoft.Build.Traversal.4.1.82
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 9.0.2 to 9.0.16.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
9.0.16
Release
9.0.15
Release
9.0.14
Release
9.0.13
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.12...v9.0.13
9.0.12
Release
9.0.11
Release
What's Changed
UnsafeAccessor- ambiguous name and signature match by @AaronRobinsonMSFT in [release/9.0-staging]UnsafeAccessor- ambiguous name and signature match dotnet/runtime#120011Full Changelog: dotnet/runtime@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
Description has been truncated