chore(deps): update all non-major dependencies #84
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.11
->0.13.12
8.0.0-rc.2
->8.0.2
8.0.0
->8.1.0
2.59.0
->2.60.0
2.59.0
->2.60.0
2.59.0
->2.60.0
5.4.0
->5.5.0
0.8.0
->0.8.1
8.0.0
->8.0.1
8.0.0
->8.0.1
8.0.0
->8.0.1
8.0.0
->8.0.1
8.0.0
->8.0.1
8.0.0
->8.0.1
1.6.0-rc.1
->1.7.0
3.6.0
->3.7.0
3.6.0
->3.7.0
0.26.3
->0.26.7
1.28.2
->1.29.0
1.49.0
->1.53.0
16.0
->16.1
1.4
->1.6
8.0.0-jammy-chiseled
->8.0.1-jammy-chiseled
8.0.100-jammy
->8.0.101-jammy
8.2.0
->8.2.1
8.2.0
->8.2.1
8.2.0
->8.2.1
2.6.3
->2.6.5
2.5.5
->2.5.6
Release Notes
dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.13.12
: 0.13.12Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
efcore/EFCore.NamingConventions (EFCore.NamingConventions)
v8.0.2
: Version 8.0.2This releases two additional critical bugs in the 8.0.0 release.
v8.0.1
: Version 8.0.1This patch release fixes #247, which caused DbSet property names to be ignored.
v8.0.0
: Version 8.0.0This releases fixes many long-standing bugs and includes support both for the new EF complex types and for JSON owned entities.
For the full list of issues, see this.
FakeItEasy/FakeItEasy (FakeItEasy)
v8.1.0
Compare Source
Changed
New
Fixed
Additional Items
With special thanks for contributions to this release from:
v8.0.1
Compare Source
Fixed
DoesNothing
and implicit creation options throwsArgumentException
(#1976)Additional Items
With special thanks for contributions to this release from:
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.60.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)
v5.5.0
: 5.5.0Intro:
Highlights of this new release:
Changes:
See More
This list of changes was auto generated.
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
v8.0.1
dotnet/efcore (Microsoft.Data.Sqlite.Core)
v8.0.1
: .NET 8.0.1Release
testcontainers/testcontainers-dotnet (Testcontainers)
v3.7.0
Compare Source
Happy New Year and a massive thank you to all the contributors who made the new version of Testcontainers for .NET possible 🙌!
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
belav/csharpier (csharpier)
v0.26.7
Compare Source
What's Changed
Keep Field.Method() on the same line when breaking long method chain #1010
0.26.0 introduced changes that broke long invocation chains on fields/properties as well as methods. That change has been reverted after community feedback.
Full Changelog: belav/csharpier@0.26.6...0.26.7
v0.26.6
Compare Source
What's Changed
CSharpier incorrectly reports problems with differing line endings as "The file did not end with a single newline"#1067
If CSharpier was validating that a file was formatted, and that file contained only
\n
but CSharpier was configured to use\r\n
, then it would report the problem asThe file did not end with a single newline
CSharpier added support for reading line ending configuration from an
.editorconfig
which could containend_of_line = crlf
so some users were unknowingly configuring CSharpier to use\r\n
CSharpier now correctly reports the problem as
The file contained different line endings than formatting it would result in.
Full Changelog: belav/csharpier@0.26.5...0.26.6
v0.26.5
Compare Source
What's Changed
0.26.4 sorts
NSubstitute
beforeNewtonsoft.Json
#1061The using sorting in
0.26.4
was taking into account case.Thanks go to @loraderon for contributing the fix.
Extra newline added when using a collection expression with { get; } #1063
A collection expression in a property initializer was including an extra new line.
Thanks go to @SapiensAnatis for contributing the fix.
Comments at the end of a collection expression should be indented #1059
When the close bracket on a collection expression had a leading comment, it had the same indentation as the bracket.
Thanks go to @fgimian for reporting the problem
Full Changelog: belav/csharpier@0.26.4...0.26.5
v0.26.4
Compare Source
What's Changed
Spacing bugs related to C#12 collection expressions #1049 #1047
There were a number of cases where CSharpier was including extra blank lines, an extra space, or not formatting contents of collection expressions.
Thanks go to @fgimian and @JoshWoodArup for reporting the issues
Usings sorting differs based on system culture #1051
The sorting of Usings was done in a culture specific manner, resulting in unexpected behavior.
In Czech (cs-CZ) the
ch
is a "single letter" which is placed betweenh
andi
, which resulted in the following sorting behavior.Thanks go to @davidkudera for the contribution
Full Changelog: belav/csharpier@0.26.3...0.26.4
dotnet/sdk (mcr.microsoft.com/dotnet/sdk)
v8.0.101
Compare Source
prometheus-net/prometheus-net (prometheus-net.AspNetCore)
v8.2.1
: 8.2.1 - bugfix for occasional exception on metrics scrapeFix occasional "Collection was modified" exception when serializing metrics. #464
xunit/xunit (xunit)
v2.6.5
Compare Source
v2.6.4
Compare Source
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v2.5.6
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.