chore(deps): update all non-major dependencies #156
+40
−40
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:
0.13.12
->0.14.0
8.1.2
->8.1.3
8.1.2
->8.1.3
6.12.0
->6.12.2
2.65.0
->2.67.0
2.65.0
->2.67.0
2.65.0
->2.67.0
5.9.0
->5.11.1
0.8.7
->0.9.0
8.0.7
->8.0.11
8.0.7
->8.0.11
8.0.7
->8.0.11
8.0.7
->8.0.11
8.0.7
->8.0.11
8.0.7
->8.0.11
17.10.0
->17.12.0
5.7.0
->5.8.2
8.0.3
->8.0.6
8.0.4
->8.0.11
8.0.3
->8.0.6
1.9.0
->1.10.0
1.9.0
->1.10.0
1.9.0
->1.10.1
4.0.0
->4.1.0
4.0.0
->4.1.0
0.28.2
->0.30.3
1.30.3
->1.31.4
1.59.0
->1.64.0
17.0
->17.2
8.0.7-noble-chiseled
->8.0.11-noble-chiseled
8.0.303-noble
->8.0.404-noble
2.9.0
->2.9.2
Release Notes
dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.14.0
: 0.14.0Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
BenchmarkDotNet.Diagnostics.dotMemory
#2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoserBenchmarkDotNet.Exporters.Plotting
#2560: plotting via ScottPlot (initial version)IntermediateOutputPath
,OutputPath
, andOutDir
properties to thedotnet build
command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csproj
and.props
from those properties if you need to copy custom files to the output.Bug fixes
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property andBuildNoRestoreNoDependencies()
andPublishNoBuildAndNoRestore()
methods (replaced withPublishNoRestore()
).fluentassertions/fluentassertions (FluentAssertions)
v6.12.2
Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
v6.12.1
Compare Source
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.67.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0
v2.66.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)
v5.11.1
: 5.11.1Breaking changes :
SnapshotGeneratorSettings
. We have encountered some regressions using the new regeneration behavior that was introduced and decided to revert it until we are sure these changes are correct.Changes:
This list of changes was auto generated.
v5.11.0
: 5.11.0Breaking changes⚠️
Changes:
See More
This list of changes was auto generated.
v5.10.3
: 5.10.3Intro:
Hotfix: Fixed an incorrect string concatenation and subsequent argument exception when the Id of a contained resource was not set.
Changes:
This list of changes was auto generated.
v5.10.2
: 5.10.2Intro:
Hotfix: Fixed inconsistency in contained resource referenceable IDs
Changes:
This list of changes was auto generated.
v5.10.1
: 5.10.1Intro:
This is a hotfix release that fixes the NullReferenceException when enumerating bundled/contained resources
Changes:
This list of changes was auto generated.
v5.10.0
: 5.10.0Changes:
Bugfixes:
New Functionality:
Others:
See More
This list of changes was auto generated.
v5.9.1
: 5.9.1Intro:
Hotfix release:
Changes:
This list of changes was auto generated.
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
v8.0.11
: .NET 8.0.11Release
What's Changed
ff233bd
to6dae7eb
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58180ecc4e18
to9511905
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58179Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11
v8.0.10
: .NET 8.0.10Release
v8.0.8
: .NET 8.0.8Release
dotnet/efcore (Microsoft.Data.Sqlite.Core)
v8.0.11
: .NET 8.0.11Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.10...v8.0.11
v8.0.10
: .NET 8.0.10Release
v8.0.8
: .NET 8.0.8Release
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.12.0
What's Changed
Internal and infrastructure fixes:
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.