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 #209

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Grpc.Tools 2.66.0 -> 2.67.0 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.8 -> 8.0.10 age adoption passing confidence nuget patch
Microsoft.Extensions.Http.Polly (source) 8.0.8 -> 8.0.10 age adoption passing confidence nuget patch
Swashbuckle.AspNetCore 6.8.1 -> 6.9.0 age adoption passing confidence nuget minor
mcr.microsoft.com/dotnet/aspnet 8.0.8-noble-chiseled -> 8.0.10-noble-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 8.0.402-noble -> 8.0.403-noble age adoption passing confidence stage patch

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v8.0.10: .NET 8.0.10

Release

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.9.0

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

dotnet/sdk (mcr.microsoft.com/dotnet/sdk)

v8.0.403

Compare Source


Configuration

📅 Schedule: Branch creation - "every 3 months 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 was generated by Mend Renovate. View the repository job log.

Copy link

Trivy image scan report

ghcr.io/miracum/fhir-pseudonymizer:pr-209 (ubuntu 24.04)

No Vulnerabilities found

No Misconfigurations found

opt/fhir-pseudonymizer/FhirPseudonymizer.deps.json

No Vulnerabilities found

No Misconfigurations found

opt/fhir-pseudonymizer/packages.lock.json

No Vulnerabilities found

No Misconfigurations found

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

No Vulnerabilities found

No Misconfigurations found

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

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Oct 21, 2024

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 100% 100%
FhirPseudonymizer 74% 65%
Summary 81% (826 / 1018) 69% (95 / 138)

Minimum allowed line rate is 50%


iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 85  | true
  

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

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 985.59
  http/latency-mean (msec)   | 16.22
  http/latency-min (msec)    | 2.20
  http/latency-p50 (msec)    | 7.73
  http/latency-p75 (msec)    | 11.62
  http/latency-p90 (msec)    | 56.86
  http/latency-p95 (msec)    | 66.50
  http/latency-p99 (msec)    | 79.04
  http/latency-p99.9 (msec)  | 120.00
  http/latency-stddev (msec) | 24.25
  http/request-count         | 25000.00
  

Copy link

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.1s
✅ BASH bash-exec 1 0 0.01s
✅ BASH shellcheck 1 0 0.02s
✅ BASH shfmt 1 0 0.01s
⚠️ CSHARP csharpier 95 1 9.15s
⚠️ CSHARP roslynator 3 2 50.48s
✅ DOCKERFILE hadolint 1 0 0.24s
✅ EDITORCONFIG editorconfig-checker 184 0 2.14s
✅ JSON jsonlint 29 0 0.35s
✅ JSON prettier 29 0 4.14s
✅ JSON v8r 29 0 14.73s
✅ MARKDOWN markdownlint 4 0 1.11s
✅ PROTOBUF protolint 4 0 7.6s
✅ REPOSITORY checkov yes no 15.54s
✅ REPOSITORY dustilock yes no 0.02s
✅ REPOSITORY gitleaks yes no 0.57s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY grype yes no 17.36s
✅ REPOSITORY kics yes no 20.38s
✅ REPOSITORY secretlint yes no 1.48s
✅ REPOSITORY syft yes no 0.47s
❌ REPOSITORY trivy yes 1 1.33s
✅ REPOSITORY trivy-sbom yes no 1.31s
✅ REPOSITORY trufflehog yes no 5.68s
✅ XML xmllint 2 0 0.01s
✅ YAML prettier 30 0 2.57s
✅ YAML v8r 30 0 45.7s
✅ YAML yamllint 30 0 0.84s

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

@chgl chgl merged commit 909dbba into master Oct 21, 2024
14 of 15 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 21, 2024 16: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.

1 participant