chore(deps): update all non-major dependencies #123
Merged
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:
2.60.0
->2.61.0
2.60.0
->2.61.0
2.60.0
->2.61.0
6.0.0
->6.0.1
6.0.0
->6.0.1
0.27.2
->0.27.3
Release Notes
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.61.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.60.0...v2.61.0
coverlet-coverage/coverlet (coverlet.collector)
v6.0.1
Fixed
Improvements
Diff between 6.0.0 and 6.0.1
belav/csharpier (csharpier)
v0.27.3
Compare Source
What's Changed
Add more options to CodeFormatterOptions #1172
The API for CSharpier was only exposing
CodeFormatterOptions.PrintWidth
. It is now in sync with the CLI and exposes all of the available optionsThanks go to @Phault for the contribution
Extra indent when call method on RawStringLiteral #1169
When a raw string literal was the first argument to a method call, it was getting an extra indent.
Thanks go to @Rudomitori for reporting the bug.
Using aliases sorting is not always the same depending on the input order #1168
Using aliases were not sorting properly, resulting differing outputs and unstable formatting.
Inputs of
And
Now always result in properly sorted output of
Thanks go to @Araxor for reporting the bug.
Spread (in collection expression) are not formatted #1167
The spread element was unformatted, and left as is. It is now formatted as follows.
Thanks go to @jods4 for reporting the bug.
Fix empty line before collection expression in attribute #1164
A collection expression in an attribute resulted in an extra line before the collection expression.
Thanks go to @Rudomitori for reporting the bug.
using static System.* usings not ordered before other static usings like using System.* ones #1162
Static usings were not following the rule that
System.*
should be sorted to the top.Remove hash from version #1144
When
.net8
support was added, CSharpier started including a commit hash in the version number output. This was due to a breaking change in the sdk.> dotnet csharpier --version 0.27.2+b456544aad8957d0e2026afe1a37544bb74552ba
CSharpier no longer includes the commit hash
> dotnet csharpier --version 0.27.3
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.