chore(deps): update all non-major dependencies #117
+22
−22
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:
6.12.0
->6.12.2
17.10.0
->17.13.0
6.20.0
->6.21.0
1.9.0
->1.11.1
1.9.0
->1.11.1
1.8.1
->1.11.0
1.8.1
->1.11.0
v4.1.7
->v4.2.2
v4.3.3
->v4.6.0
1.28.9
->1.38.5
v1.6.0
->v1.10.11
0.28.2
->0.30.6
1.58
->1.60
14.12
->14.16
v2.11.5
->v2.11.20
1.8
->1.13
v2.25.11
->v2.28.1
15.7
->15.11
v2.3.3
->v2.4.0
2.8.1
->2.9.3
2.8.1
->2.8.2
Release Notes
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
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.13.0
What's Changed
Add letter number among valid identifiers in class name by @nohwnd in https://github.com/microsoft/vstest/pull/13868
Fix formatting in Runner by @mthalman in https://github.com/microsoft/vstest/pull/13871
Downgrade xunit skip warning to info by @nohwnd in https://github.com/microsoft/vstest/pull/10381
Add msdia for arm64 into nuget by @nohwnd in https://github.com/microsoft/vstest/pull/10382
Enable native debugging for vstest.console by @ocitrev in https://github.com/microsoft/vstest/pull/10401
Fix RFCs links by @Youssef1313 in https://github.com/microsoft/vstest/pull/10424
Convert to auto property by @nohwnd in https://github.com/microsoft/vstest/pull/10365
Update Versions.props by @nohwnd in https://github.com/microsoft/vstest/pull/10378
Enable TSA by @jakubch1 in https://github.com/microsoft/vstest/pull/10385
Arm64 dia by @nohwnd in https://github.com/microsoft/vstest/pull/10390
Update source-build team references by @MichaelSimons in https://github.com/microsoft/vstest/pull/10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in https://github.com/microsoft/vstest/pull/10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in https://github.com/microsoft/vstest/pull/10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
v17.12.0
What's Changed
Internal and infrastructure fixes:
Full Changelog: microsoft/vstest@v17.11.1...v17.12.0
v17.11.1
What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
v17.11.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
MudBlazor/MudBlazor (MudBlazor)
v6.21.0
What's Changed
Bug Fixes
For
expressions refering to non-nullable properties by @lieszkol in https://github.com/MudBlazor/MudBlazor/pull/9180Other Changes
New Contributors
Full Changelog: MudBlazor/MudBlazor@v6.20.0...v6.21.0
open-telemetry/opentelemetry-dotnet (OpenTelemetry.Exporter.OpenTelemetryProtocol)
v1.11.1
Release details: 1.11.1
OpenTelemetry.Exporter.OpenTelemetryProtocol
fromexporting telemetry on .NET Framework.
v1.11.0
OpenTelemetry.Exporter.OpenTelemetryProtocol
no longer depends on theGoogle.Protobuf
,Grpc
, orGrpc.Net.Client
packages. Serialization andtransmission of outgoing data is now performed manually to improve the overall
performance.
v1.10.0
Bumped the package versions of
System.Diagnostic.DiagnosticSource
and otherMicrosoft.Extensions.* packages to
9.0.0
.Added support for new APIs introduced in
System.Diagnostics.DiagnosticSource
9.0.0
:InstrumentAdvice<T>
For details see: Explicit bucket histogram
aggregation.
Gauge<T>
ActivitySource.Tags
(supported in OtlpExporter & ConsoleExporter)
Experimental features promoted to stable:
CardinalityLimit
can now be managed for individual metrics via the ViewAPI. For details see: Changing cardinality limit for a
Metric.
The overflow
attribute
(
otel.metric.overflow
) behavior is now enabled by default. TheOTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE
environmentvariable is no longer required. For details see: Cardinality
Limits.
The MetricPoint reclaim behavior is now enabled by default when Delta
aggregation temporality is used. The
OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS
environmentvariable is no longer required. For details see: Cardinality
Limits.
Added
OpenTelemetrySdk.Create
API for configuring OpenTelemetry .NET signals(logging, tracing, and metrics) via a single builder. This new API simplifies
bootstrap and teardown, and supports cross-cutting extensions targeting
IOpenTelemetryBuilder
.Removed out of support
net6.0
target and addednet9.0
target.actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
actions/upload-artifact (actions/upload-artifact)
v4.6.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0
Compare Source
v4.4.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2
Compare Source
What's Changed
@actions/artifact
to 2.1.11 by @robherley in https://github.com/actions/upload-artifact/pull/627Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
v4.3.4
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
bUnit-dev/bUnit (bunit)
v1.38.5
Added
v1.37.7
Added
RendererInfo
andAssignedRenderMode
(.net9.0
).v1.36.0
Added
v1.35.3
Added
bunit.generators
andbunit.web.query
) are flagged as stable.v1.34.0
Fixed
Microsoft.Extensions.Caching.Memory
. Reported by @polajenko. Fixed by @linkdotnet.v1.33.3
Added
bunit.generators
respect parameters from the base class.net9.0
.Fixed
System.Text.Json
due to CVE in8.0.4
.v1.32.7
Fixed
WaitForAssertion
and related methods is always performed at once before the wait timer is started. If not, the timeout could occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by @egil.v1.31.3
Fixed
UploadFile
should only throw an exception when the file size exceeds the maximum allowed size. Reported by @candritzky. Fixed by @linkdotnet.v1.30.3
Fixed
UploadFile
doesn't throw an exception when the file size exceeds the maximum allowed size. Reported by @MorneZaayman in #1503. Fixed by @linkdotnet.v1.29.5
Fixed
chgl/.github (chgl/.github)
v1.10.11
Compare Source
Miscellaneous Chores
v1.10.10
Compare Source
Miscellaneous Chores
031ebf3
(#137) (457f750)v1.10.9
Compare Source
Miscellaneous Chores
026dd41
(#135) (5663a56)v1.10.8
Compare Source
Miscellaneous Chores
v1.10.7
Compare Source
Miscellaneous Chores
v1.10.6
Compare Source
Miscellaneous Chores
23a81be
(#133) (ae4d751)v1.10.5
Compare Source
Miscellaneous Chores
v1.10.4
Compare Source
Miscellaneous Chores
v1.10.3
Compare Source
Miscellaneous Chores
1127090
(#130) (12aab00)v1.10.2
Compare Source
Miscellaneous Chores
v1.10.1
Compare Source
Miscellaneous Chores
v1.10.0
Compare Source
Features
v1.9.5
Compare Source
Miscellaneous Chores
v1.9.4
Compare Source
Miscellaneous Chores
0de8181
](https://redirect.github.com/chgl/.github/commitConfiguration
📅 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.