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

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
EntityFrameworkCore.Exceptions.PostgreSQL 8.0.0 -> 8.1.2 age adoption passing confidence nuget minor
EntityFrameworkCore.Exceptions.Sqlite 8.0.0 -> 8.1.2 age adoption passing confidence nuget minor
Grpc.AspNetCore 2.61.0 -> 2.62.0 age adoption passing confidence nuget minor
Grpc.AspNetCore.HealthChecks 2.61.0 -> 2.62.0 age adoption passing confidence nuget minor
Grpc.AspNetCore.Server.Reflection 2.61.0 -> 2.62.0 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.6.1 -> 5.7.0 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Grpc.Swagger (source) 0.8.2 -> 0.8.3 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.Data.Sqlite.Core (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Design (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Testcontainers (source) 3.7.0 -> 3.8.0 age adoption passing confidence nuget minor
Testcontainers.PostgreSql (source) 3.7.0 -> 3.8.0 age adoption passing confidence nuget minor
coverlet.collector 6.0.1 -> 6.0.2 age adoption passing confidence nuget patch
coverlet.msbuild 6.0.1 -> 6.0.2 age adoption passing confidence nuget patch
docker.io/bitnami/kubectl 1.29.2 -> 1.29.3 age adoption passing confidence final patch
docker.io/jaegertracing/all-in-one 1.54.0 -> 1.55.0 age adoption passing confidence minor
docker/dockerfile 1.6 -> 1.7 age adoption passing confidence syntax minor
mcr.microsoft.com/dotnet/aspnet 8.0.2-jammy-chiseled -> 8.0.3-jammy-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 8.0.201-jammy -> 8.0.203-jammy age adoption passing confidence stage patch

Release Notes

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.62.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.61.0...v2.62.0

FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)

v5.7.0: 5.7.0

Intro:

Highlights of this new release:

Many improvements to the json (de)serialization.

Changes:
Bugfixes:
  • #​2164: CoreZipExpander should recover from crashing after creating an empty directory
  • #​2661: Incorrect handling of whitespace when using the JSON serializer
  • #​2662: New json deserializer silently accepts duplicate choice type properties of differing types
  • #​2610: Behaviour of json validation wrt duplicate keys
New Functionality:
  • #​2463: Improve Ostrich mode parsing
  • #​2264: Add terminology support for some non-supplied codesystems
Others:
  • #​2731: path stack edge case for non-resource root
See More
  • #​2725: Renamed CodeSystemTerminologyService for clarity
  • #​2721: #​2164 reinforce zip cache validity check
  • #​2724: #​2463 improved ostrich parsing
  • #​2723: #​2661 FhirClient Serialization engine modification
  • #​2722: #​2662 duplicate choice type entries
  • #​2719: Bump xunit from 2.6.6 to 2.7.0
  • #​2717: Bump System.Text.Json from 8.0.1 to 8.0.2
  • #​2712: Re-enable R4 tests for PRs
  • #​2715: #​2264 add language terminology support
  • #​2716: Bump MSTest.TestAdapter from 3.1.1 to 3.2.1
  • #​2714: Dependabot: Ignore patch updates for test frameworks
  • #​2713: Fix roundtrip unit tests for R4
  • #​2708: #​2610 signal duplicate properties while parsing
  • #​2711: Refactored the round-trip tests so they don't use intermediate files anymore.
  • #​2709: Start new development phase 5.6.2
  • #​2710: Added better docs + tests for ParseBindable CodeableReference behaviour
  • #​2706: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

🎉 @​Kasdejong made his first contributions!

This list of changes was auto generated.

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

v8.0.3: .NET 8.0.3

Release

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

v8.0.3: EF Core 8.0.3

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

testcontainers/testcontainers-dotnet (Testcontainers)

v3.8.0

Compare Source

Thank you very much to all contributors once again. This version contains really great features and important fixes. Awesome increment 🙏.

What's Changed

⚠️ Breaking Changes

If you have overwritten the default logger previously (setting TestcontainersSettings.Logger), please be aware that each builder now offers a dedicated API to configure the actual logger. This has several advantages; among others, it integrates very nicely into xUnit.net's scoped loggers.

🚀 Features

🐛 Bug Fixes

🧹 Housekeeping

📦 Dependency Updates

  • chore(deps): Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.3 in /tests/Testcontainers.SqlEdge.Tests (#​1088) @​dependabot
  • chore(deps): Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.3 in /tests/Testcontainers.MsSql.Tests (#​1089) @​dependabot
coverlet-coverage/coverlet (coverlet.collector)

v6.0.2

Fixed
  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624
Improvements
  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

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

v8.0.203

Compare Source

v8.0.202: .NET 8.0.3

Release


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 Apr 1, 2024

Code Coverage

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

Minimum allowed line rate is 50%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.23 s
  Slowest:	506.78 ms
  Fastest:	4.04 ms
  Average:	88.94 ms
  Requests/sec:	541.48

Response time histogram:
  4.039   [1]    |
  54.313  [657]  |∎∎∎∎∎∎∎∎
  104.588 [3266] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  154.862 [778]  |∎∎∎∎∎∎∎∎∎∎
  205.136 [248]  |∎∎∎
  255.411 [0]    |
  305.685 [0]    |
  355.959 [0]    |
  406.234 [2]    |
  456.508 [11]   |
  506.782 [37]   |

Latency distribution:
  10 % in 47.87 ms 
  25 % in 64.50 ms 
  50 % in 83.02 ms 
  75 % in 99.86 ms 
  90 % in 128.39 ms 
  95 % in 169.97 ms 
  99 % in 200.31 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) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

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

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

Copy link

github-actions bot commented Apr 1, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.42s
✅ CSHARP csharpier 46 0 3.02s
⚠️ CSHARP dotnet-format 46 46 84.49s
⚠️ CSHARP roslynator 5 5 41.82s
✅ DOCKERFILE hadolint 1 0 0.2s
✅ EDITORCONFIG editorconfig-checker 105 0 0.61s
✅ JSON eslint-plugin-jsonc 9 0 1.75s
✅ JSON jsonlint 9 0 0.42s
✅ JSON prettier 9 0 0.79s
✅ JSON v8r 9 0 5.71s
✅ MARKDOWN markdownlint 3 0 0.65s
⚠️ MARKDOWN markdown-table-formatter 3 1 0.55s
✅ PROTOBUF protolint 5 0 4.23s
✅ REPOSITORY checkov yes no 14.62s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.25s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 15.86s
✅ REPOSITORY kics yes no 19.95s
✅ REPOSITORY secretlint yes no 1.21s
✅ REPOSITORY syft yes no 0.62s
✅ REPOSITORY trivy yes no 6.4s
✅ REPOSITORY trivy-sbom yes no 4.53s
✅ REPOSITORY trufflehog yes no 10.65s
✅ XML xmllint 1 0 0.0s
✅ YAML prettier 24 0 1.59s
✅ YAML v8r 24 0 21.74s
✅ YAML yamllint 24 0 0.95s

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 69263ec into master Apr 1, 2024
17 checks passed
@miracum-bot miracum-bot mentioned this pull request Apr 1, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch April 1, 2024 14: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.

1 participant