-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #156
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 9 | 0 | 0.13s | |
csharpier | 45 | 1 | 3.97s | ||
roslynator | 5 | 5 | 35.4s | ||
✅ DOCKERFILE | hadolint | 1 | 0 | 0.11s | |
✅ EDITORCONFIG | editorconfig-checker | 107 | 0 | 0.23s | |
✅ JSON | jsonlint | 11 | 0 | 0.15s | |
✅ JSON | prettier | 11 | 0 | 2.09s | |
✅ MARKDOWN | markdownlint | 3 | 0 | 0.52s | |
markdown-table-formatter | 3 | 1 | 0.4s | ||
✅ PROTOBUF | protolint | 5 | 0 | 3.13s | |
✅ REPOSITORY | checkov | yes | no | 24.67s | |
✅ REPOSITORY | dustilock | yes | no | 0.01s | |
✅ REPOSITORY | gitleaks | yes | no | 0.21s | |
✅ REPOSITORY | git_diff | yes | no | 0.02s | |
✅ REPOSITORY | grype | yes | no | 18.49s | |
✅ REPOSITORY | kics | yes | no | 19.68s | |
✅ REPOSITORY | secretlint | yes | no | 0.76s | |
✅ REPOSITORY | syft | yes | no | 1.86s | |
✅ REPOSITORY | trivy | yes | no | 11.38s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.17s | |
✅ REPOSITORY | trufflehog | yes | no | 4.64s | |
✅ XML | xmllint | 1 | 0 | 0.02s | |
✅ YAML | prettier | 24 | 0 | 1.15s | |
✅ YAML | yamllint | 24 | 0 | 0.76s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
9065772
to
f1cb00e
Compare
1022c0d
to
0167a8f
Compare
348dc74
to
ef1dad7
Compare
201605d
to
46b993f
Compare
594710f
to
2b5fc37
Compare
3e02e88
to
ad34236
Compare
e0428e1
to
4b4a6ad
Compare
f0f4d9c
to
b7f25a6
Compare
4e75f4d
to
2f4cf91
Compare
2f4cf91
to
14981be
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Trivy image scan report
|
Minimum allowed line rate is ghz run statisticsSummary:
Count: 5000
Total: 9.44 s
Slowest: 468.09 ms
Fastest: 8.14 ms
Average: 90.92 ms
Requests/sec: 529.65
Response time histogram:
8.140 [1] |
54.136 [341] |∎∎∎∎
100.131 [3450] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
146.126 [1018] |∎∎∎∎∎∎∎∎∎∎∎∎
192.121 [140] |∎∎
238.117 [0] |
284.112 [0] |
330.107 [0] |
376.103 [1] |
422.098 [0] |
468.093 [49] |∎
Latency distribution:
10 % in 59.25 ms
25 % in 75.07 ms
50 % in 82.82 ms
75 % in 99.70 ms
90 % in 127.09 ms
95 % in 136.24 ms
99 % in 189.08 ms
Status code distribution:
[OK] 5000 responses iter8 reportExperiment summary:
*******************
Experiment completed: true
No task failures: true
Total number of tasks: 6
Number of completed tasks: 6
Number of completed loops: 1
Whether or not service level objectives (SLOs) are satisfied:
*************************************************************
SLO Conditions | Satisfied
-------------- | ---------
grpc/error-rate <= 0 | true
grpc/latency/mean (msec) <= 200 | true
grpc/latency/p99 (msec) <= 500 | true
Latest observed values for metrics:
***********************************
Metric | value
------- | -----
grpc/error-count | 0.00
grpc/error-rate | 0.00
grpc/latency/mean (msec) | 127.04
grpc/latency/p99 (msec) | 396.00
grpc/request-count | 50000.00
iter8 reportExperiment summary:
*******************
Experiment completed: true
No task failures: true
Total number of tasks: 6
Number of completed tasks: 6
Number of completed loops: 1
Whether or not service level objectives (SLOs) are satisfied:
*************************************************************
SLO Conditions | Satisfied
-------------- | ---------
grpc/error-rate <= 0 | true
grpc/latency/mean (msec) <= 200 | true
grpc/latency/p99 (msec) <= 500 | true
Latest observed values for metrics:
***********************************
Metric | value
------- | -----
grpc/error-count | 0.00
grpc/error-rate | 0.00
grpc/latency/mean (msec) | 132.85
grpc/latency/p99 (msec) | 398.00
grpc/request-count | 50000.00
|
This PR contains the following updates:
0.13.12
->0.14.0
0.28.2
->0.30.6
1.30.3
->1.32.1
1.59.0
->1.65.0
17.0
->17.2
9.0.0-noble-chiseled
->9.0.1-noble-chiseled
9.0.100-noble
->9.0.102-noble
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()
).belav/csharpier (csharpier)
v0.30.6
Compare Source
What's Changed
Trailing comma is placed on new line if last enum value is followed by a comment #1429
Full Changelog: belav/csharpier@0.30.5...0.30.6
v0.30.5
Compare Source
What's Changed
Extra blank line added to file each time csharpier runs on this file #1426
When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted.
// input
v0.30.4
Compare Source
0.30.4
What's Changed
Formatting deletes
unsafe
modifier #1416Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword
CSharpier keeps adding a newline every time a file is formatted #1408
In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file
Full Changelog: belav/csharpier@0.30.3...0.30.4
v0.30.3
Compare Source
What's Changed
CSharpier.MsBuild doesn't fail the github action anymore #1357
The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.
Thanks go to @PetSerAl for the fix
v0.30.2
Compare Source
What's Changed
CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet #1387
Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet.
https://github.com/dotnet/roslyn/blob/324fd25331c969cd742ba68eee09ffd4b6fd29e3/src/Compilers/Shared/RuntimeHostInfo.cs#L61-L64
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_host_path
Collection expression inside a dictionary adds unexpected new line #1390
Failed syntax tree validation reported when trailing comma added before a trailing comment #1388
With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.
Full Changelog: belav/csharpier@0.30.1...0.30.2
v0.30.1
Compare Source
What's Changed
Revert tool command back to
dotnet-csharpier
, it was supposed to be changed tocsharpier
for 1.0.0v0.30.0
Compare Source
Breaking Changes
The CSharpier dotnet tool no longer supports net6 & net7.
What's Changed
Support C# 13 & dotnet 9. #1318
CSharpier now supports dotnet 9 along with formatting all C# 13 language features.
Inconsistent Formatting for new() Operator Compared to Explicit Object Constructors #1364
Implicit and explicit object initialization with constructors was not formatted consistently
Adds additional space before each member access in verbatim interpolated multiline string #1358
When an interpolated verbatim string contained line breaks, the code within the interpolations would contain extra spaces.
Inserting trailing comma with trailing comment causes problems. #1354
CSharpier would insert a trailing comma after a trailing comment and format the end result poorly.
Double line break before collection expression in field #1351
CSharpier was inserting an extra line break on a long field name followed by a collection expression to initialize it.
Full Changelog: belav/csharpier@0.29.2...0.30.0
v0.29.2
Compare Source
What's Changed
Comments don't follow tabs indent style #1343
Prior to
0.29.2
CSharpier was converting any tabs within the block of a multiline comment to spaces.csharpier-ignore-start
now supported in object initializers #1342Fixed extra new line between cast and collection expression. #1334
Support custom extensions in .editorconfig #1273
As of
0.29.0
CSharpier could format non-standard file extensions, but only if configured in thecsharpierrc
file. This is now supported with an.editorconfig
Full Changelog: belav/csharpier@0.29.1...0.29.2
v0.29.1
Compare Source
What's Changed
Sorting of usings with underscore differs from Visual Studio #1327
CSharpier now sorts
_
to the bottom of usings.Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. #1324
CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file
Full Changelog: belav/csharpier@0.29.0...0.29.1
v0.29.0
Compare Source
Breaking Changes
The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled #1131
Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1
What's Changed
Enforce trailing commas in object and collection initializer #668
CSharpier will now add trailing commas automatically where appropriate. It will collapse to a single line and remove the trailing comma in cases where everything fits on one line.
Many thanks go to @dawust for the contribution.
Support for formatting custom file extensions #1220
Prior to 0.29.0 csharpier would only format files with an extension of .cs or .csx. It is now possible to configure csharpier to format other files extensions, and to specify configuration options per file extension.
See https://csharpier.com/docs/Configuration#configuration-overrides for more details.
Invalid blank line being added with lambda returning collection expression #1306
Switch expressions do not break consistently with other lambdas #1282
Prior to 0.29.0 csharpier would break before the
=>
in switch expression arms. It now breaks after them to be consistent with other lambda expressions.Formatting of empty collection initializer for huge type #1268
Empty collection expression initializers formatting was including a break plus indentation resulting in poor formatting.
Thanks go to @Rudomitori for the contribution
Switch expression single line broken when preceded by comment #1262
Improved formatting for short expression arms that have a leading comment.
Incorrect formatting of ternary expression with a comment after an interpolated string #1258
Fixed bug with comments on a ternary expression that resulted in invalid code.
Formatting for indexer parameters should mostly be the same as for method parameters. #1255
Improved formatting of indexed properties that contained attributes.
Do not overwrite
CSharpier_Check
when already set. #1314Fixed a bug with csharpier.msbuild where it would overwrite the
CSharpier_Check
value in some cases.Thanks go to @PetSerAl for the contribution
The CLI has contradictory message about directoryOrFile being required #1296
The help text for the cli has been improved to better indicate when
directoryOrFile
is required.Thanks go to @marcinjahn for the contribution
Fullwidth unicode characters should be accounted for in print width #260
CSharpier now considers full width unicode characters such as
가
to be 2 spaces wide when determining how to format code.Full Changelog: belav/csharpier@0.28.2...0.29.0
dotnet/aspnetcore (mcr.microsoft.com/dotnet/aspnet)
v9.0.1
: .NET 9.0.1Compare Source
Release
What's Changed
6dae7eb
tod144031
by @dependabot in https://github.com/dotnet/aspnetcore/pull/59032Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1
dotnet/sdk (mcr.microsoft.com/dotnet/sdk)
v9.0.102
v9.0.101
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.