Skip to content

chore(deps): update all non-major dependencies #185

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
BenchmarkDotNet 0.13.2 -> 0.14.0 age adoption passing confidence nuget minor
FluentAssertions (source) 8.1.1 -> 8.2.0 age adoption passing confidence nuget minor
Grpc.AspNetCore 2.67.0 -> 2.70.0 age adoption passing confidence nuget minor
Grpc.AspNetCore.HealthChecks 2.67.0 -> 2.70.0 age adoption passing confidence nuget minor
Grpc.AspNetCore.Server.Reflection 2.67.0 -> 2.70.0 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Grpc.Swagger (source) 0.9.2 -> 0.9.4 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
Microsoft.Data.Sqlite.Core (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Design (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.2 -> 9.0.4 age adoption passing confidence nuget patch
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.11.1 -> 1.11.2 age adoption passing confidence nuget patch
OpenTelemetry.Extensions.Hosting (source) 1.11.1 -> 1.11.2 age adoption passing confidence nuget patch
OpenTelemetry.Instrumentation.AspNetCore (source) 1.11.0 -> 1.11.1 age adoption passing confidence nuget patch
Testcontainers (source) 4.3.0 -> 4.4.0 age adoption passing confidence nuget minor
Testcontainers.PostgreSql (source) 4.3.0 -> 4.4.0 age adoption passing confidence nuget minor
docker.io/bitnami/kubectl (source) 1.32.2 -> 1.32.3 age adoption passing confidence final patch
docker.io/jaegertracing/all-in-one 1.66.0 -> 1.68.0 age adoption passing confidence minor
dotnet-outdated-tool 4.6.7 -> 4.6.8 age adoption passing confidence nuget patch
mcr.microsoft.com/dotnet/aspnet 9.0.2-noble-chiseled -> 9.0.4-noble-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 9.0.200-noble -> 9.0.203-noble age adoption passing confidence stage patch

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.14.0: 0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet 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

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

v0.13.12: 0.13.12

Full 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.

v0.13.11: 0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #​2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #​2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #​2388 Include AVX512 in listed HardwareIntrinsics
  • #​2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

Commits (28)

Contributors (7)

Thank you very much!

v0.13.10: 0.13.10

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html

Highlights

Initial support of .NET 9 and minor bug fixes.

Details

In the v0.13.10 scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.

Resolved issues (2)

Merged pull requests (3)

Commits (10)

Contributors (4)

Thank you very much!

v0.13.9: 0.13.9

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.9.html

In the v0.13.9 scope, 3 issues were resolved and 7 pull requests were merged. This release includes 26 commits by 5 contributors.

Resolved issues (3)

Merged pull requests (7)

Commits (26)

Contributors (5)

Thank you very much!

v0.13.8: 0.13.8

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.8.html

Highlights

This release contains important bug fixes.

What's Changed

New Contributors

Full Changelog: dotnet/BenchmarkDotNet@v0.13.7...v0.13.8

v0.13.7: BenchmarkDotNet v0.13.7

This release contains a bunch of important bug fixes.

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.7.html

What's Changed

New Contributors

Full Changelog: dotnet/BenchmarkDotNet@v0.13.6...v0.13.7

v0.13.6: BenchmarkDotNet v0.13.6

Highlights

  • New BenchmarkDotNet.Diagnostics.dotTrace NuGet package. Once this package is installed, you can annotate your benchmarks with the [DotTraceDiagnoser] and get a dotTrace performance snapshot at the end of the benchmark run. #​2328
  • Updated documentation website. We migrated to docfx 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.
  • Updated BenchmarkDotNet.Templates. Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE. #​1658 #​1881 #​2149 #​2338
  • Response file support. Now it's possible to pass additional arguments to BenchmarkDotNet using @filename syntax. #​2320 #​2348
  • Custom runtime support. #​2285
  • Introduce CategoryDiscoverer, see IntroCategoryDiscoverer. #​2306 #​2307
  • Multiple bug fixes.

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.6.html

fluentassertions/fluentassertions (FluentAssertions)

v8.2.0

Compare Source

What's Changed
Improvements
Fixes
Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.70.0

What's Changed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Apr 1, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.54s
✅ CSHARP csharpier 45 0 2.63s
⚠️ CSHARP roslynator 5 2 57.52s
✅ DOCKERFILE hadolint 1 0 0.12s
✅ EDITORCONFIG editorconfig-checker 107 0 0.31s
✅ JSON jsonlint 11 0 0.19s
✅ JSON prettier 11 0 0.75s
✅ MARKDOWN markdownlint 3 0 1.1s
⚠️ MARKDOWN markdown-table-formatter 3 1 0.53s
✅ PROTOBUF protolint 5 0 7.73s
✅ REPOSITORY checkov yes no 31.56s
✅ REPOSITORY dustilock yes no 0.05s
✅ REPOSITORY gitleaks yes no 2.8s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 18.45s
✅ REPOSITORY kics yes no 17.14s
✅ REPOSITORY secretlint yes no 1.06s
✅ REPOSITORY syft yes no 3.95s
✅ REPOSITORY trivy yes no 11.46s
✅ REPOSITORY trivy-sbom yes no 0.22s
✅ REPOSITORY trufflehog yes no 4.19s
✅ XML xmllint 1 0 0.01s
✅ YAML prettier 24 0 0.91s
✅ YAML yamllint 24 0 0.9s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 61b5b06 to b8720be Compare April 8, 2025 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8720be to 7a2ad4a Compare April 14, 2025 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a2ad4a to deb91b7 Compare April 15, 2025 08:08
Copy link

Trivy image scan report

ghcr.io/miracum/vfps:pr-185 (ubuntu 24.04)

No Vulnerabilities found

No Misconfigurations found

opt/vfps/Vfps.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.4/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.4/Microsoft.NETCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Apr 15, 2025

Code Coverage

Package Line Rate Branch Rate Health
Vfps.Tests 99% 100%
Vfps 94% 60%
Summary 95% (431 / 452) 66% (33 / 50)

Minimum allowed line rate is 50%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.34 s
  Slowest:	474.21 ms
  Fastest:	9.72 ms
  Average:	89.84 ms
  Requests/sec:	535.31

Response time histogram:
  9.725   [1]    |
  56.173  [413]  |∎∎∎∎∎
  102.622 [3600] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  149.070 [864]  |∎∎∎∎∎∎∎∎∎∎
  195.519 [72]   |∎
  241.967 [0]    |
  288.416 [0]    |
  334.864 [0]    |
  381.313 [1]    |
  427.761 [0]    |
  474.210 [49]   |∎

Latency distribution:
  10 % in 58.62 ms 
  25 % in 75.41 ms 
  50 % in 83.16 ms 
  75 % in 98.08 ms 
  90 % in 118.32 ms 
  95 % in 130.37 ms 
  99 % in 181.83 ms 

Status code distribution:
  [OK]   5000 responses   

iter8 report

Experiment 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) | 135.62
  grpc/latency/p99 (msec)  | 398.00
  grpc/request-count       | 50000.00
  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants