Skip to content
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 #148

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
FakeItEasy (source) 8.2.0 -> 8.3.0 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.8.1 -> 5.8.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Grpc.Swagger (source) 0.8.6 -> 0.8.7 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
Microsoft.Data.Sqlite.Core (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Design (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 8.0.6 -> 8.0.7 age adoption passing confidence nuget patch
NBomber 5.6.0 -> 5.7.0 age adoption passing confidence nuget minor
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.8.1 -> 1.9.0 age adoption passing confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.8.1 -> 1.9.0 age adoption passing confidence nuget minor
OpenTelemetry.Instrumentation.AspNetCore (source) 1.8.1 -> 1.9.0 age adoption passing confidence nuget minor
Testcontainers (source) 3.8.0 -> 3.9.0 age adoption passing confidence nuget minor
Testcontainers.PostgreSql (source) 3.8.0 -> 3.9.0 age adoption passing confidence nuget minor
docker.io/bitnami/kubectl (source) 1.30.1 -> 1.30.2 age adoption passing confidence final patch
docker.io/jaegertracing/all-in-one 1.57.0 -> 1.59.0 age adoption passing confidence minor
mcr.microsoft.com/dotnet/aspnet 8.0.6-noble-chiseled -> 8.0.7-noble-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 8.0.301-noble -> 8.0.303-noble age adoption passing confidence stage patch
xunit 2.8.1 -> 2.9.0 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.8.1 -> 2.8.2 age adoption passing confidence nuget patch

Release Notes

FakeItEasy/FakeItEasy (FakeItEasy)

v8.3.0

Compare Source

New
  • Faking delegates now about 25 times faster due to DynamicProxy's CreateDelegateToMixin (#​2013)
  • Build and test on macOS (#​2029)
Fixed
  • Adding null-valued EventHandlers to a fake leads to ArgumentNullException (#​2033)
Additional Items
  • Fix one aspect of Linux build - make build.ps1 executable on Linux (#​2017)
  • Fix docs preview workflow (#​2001, #​2003, #​2004)
  • Improve docs preview workflow (#​2006, #​2008)
  • Bump docs generation dependencies (#​2005, #​2025, #​2032)
  • Update docs to
    • use new URL in link to Moq (#​2021)
    • note that faking of generic types with methods that have in parameters works on .NET 6 and higher (#​1382)
    • stress that methods must be fully configured to capture arguments (#​2011)
    • indicate how to use A.CallTo with methods whose arguments include anonymous types (#​1593)
    • document how to use InternalsVisibleTo from project files (#​2027)
    • fix broken links (#​2023)
  • Check generated documentation for dead links (#​2024)
  • Update how to build instructions to correct mistakes and streamline (#​2016)
  • Use .NET 5.0 source generators to generate strongly-typed overloads (#​1804)
With special thanks for contributions to this release from:
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)

v5.8.2: 5.8.2

Intro:

Hotfix release:

  • Updated System.Text.Json to 8.0.4 to solve high risk vulnerability CVE-2024-30105
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v8.0.7

dotnet/efcore (Microsoft.Data.Sqlite.Core)

v8.0.7: .NET 8.0.7

Release

PragmaticFlow/NBomber (NBomber)

v5.7.0: NBomber v5.7.0 - Timescale, WebBrowser

Docs updates
Changes
  • Add CLI argument to override SessionId #​696
  • Add ScenarioCancellationToken to IScenarioContext #​696
  • Add ReportFinalizer handler to allow manipulation of final data for report generation #​690
  • HTML Report - Display ClusterInfo, NBomberConfig #​637
  • Show Standard Deviation in HTML Report #​676
Fixes
  • Grafana - Incorrect query for Request Count #​694
  • AutoCluster - Grafana dashboard isn't displaying Status Codes #​697
  • Improve license validation #​686
NBomber.Timescale
  • Add RealtimeStatsSink for TimescaleDB #​665
NBomber.WebBrowser
  • Add support of WebBrowser Testing #​649
New examples
Roadmap for v5.8.0
testcontainers/testcontainers-dotnet (Testcontainers)

v3.9.0

Compare Source

Thank you to everyone whose contributions made this release possible.

What's Changed
⚠️ Breaking Changes

The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly (wait strategy options).

Using reuse together with the container builder method WithName(string) will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously.

🚀 Features
🐛 Bug Fixes
  • fix: Add default file permission (755 for image build) (#​1176) @​HofmeisterAn
  • fix(MySql): Create an empty /var/lib/mysql-files directory to prevent older versions from failing to start (#​1144) @​0xced
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
dotnet/sdk (mcr.microsoft.com/dotnet/sdk)

v8.0.303

Compare Source

v8.0.302

Compare Source

xunit/xunit (xunit)

v2.9.0

Compare Source

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v2.8.2

Compare Source


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jul 1, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.15s
✅ CSHARP csharpier 46 0 3.67s
⚠️ CSHARP dotnet-format 46 46 664.19s
⚠️ CSHARP roslynator 5 2 76.79s
✅ DOCKERFILE hadolint 1 0 0.26s
✅ EDITORCONFIG editorconfig-checker 105 0 0.52s
✅ JSON jsonlint 9 0 0.5s
✅ JSON prettier 9 0 1.36s
✅ MARKDOWN markdownlint 3 0 1.36s
⚠️ MARKDOWN markdown-table-formatter 3 1 0.62s
✅ PROTOBUF protolint 5 0 10.26s
✅ REPOSITORY checkov yes no 17.91s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.26s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 18.61s
✅ REPOSITORY kics yes no 18.28s
✅ REPOSITORY secretlint yes no 0.72s
✅ REPOSITORY syft yes no 0.43s
✅ REPOSITORY trivy yes no 8.01s
✅ REPOSITORY trivy-sbom yes no 2.41s
✅ REPOSITORY trufflehog yes no 6.09s
✅ XML xmllint 1 0 0.03s
✅ YAML prettier 24 0 3.0s
✅ YAML yamllint 24 0 2.33s

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 6665f1c to ca2cefc Compare July 9, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 957f0ac to 4dec17d Compare July 10, 2024 13:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4dec17d to 1490bae Compare July 10, 2024 17:28
Copy link

Trivy image scan report

ghcr.io/miracum/vfps:pr-148 (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/8.0.7/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

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

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Jul 10, 2024

Code Coverage

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

Minimum allowed line rate is 50%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.26 s
  Slowest:	491.48 ms
  Fastest:	5.48 ms
  Average:	89.54 ms
  Requests/sec:	539.95

Response time histogram:
  5.477   [1]    |
  54.077  [529]  |∎∎∎∎∎∎
  102.677 [3358] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  151.277 [899]  |∎∎∎∎∎∎∎∎∎∎∎
  199.877 [139]  |∎∎
  248.477 [24]   |
  297.077 [1]    |
  345.677 [0]    |
  394.277 [1]    |
  442.876 [3]    |
  491.476 [45]   |∎

Latency distribution:
  10 % in 51.97 ms 
  25 % in 70.36 ms 
  50 % in 86.54 ms 
  75 % in 100.92 ms 
  90 % in 117.26 ms 
  95 % in 137.54 ms 
  99 % in 204.28 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) <= 400  | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 118.70
  grpc/latency/p99 (msec)  | 392.00
  grpc/request-count       | 50000.00
  

@chgl chgl merged commit dc8c9cf into master Jul 10, 2024
19 checks passed
@chgl chgl deleted the renovate/all-minor-patch branch July 10, 2024 18:03
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.

None yet

1 participant