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

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
FluentAssertions (source) 6.12.0 -> 6.12.1 age adoption passing confidence nuget patch
Google.Protobuf 3.27.3 -> 3.28.2 age adoption passing confidence nuget minor
Grpc.Net.Client 2.65.0 -> 2.66.0 age adoption passing confidence nuget minor
Grpc.Net.ClientFactory 2.65.0 -> 2.66.0 age adoption passing confidence nuget minor
Grpc.Tools 2.65.0 -> 2.66.0 age adoption passing confidence nuget minor
Hl7.Fhir.Base 5.9.1 -> 5.10.3 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.9.1 -> 5.10.3 age adoption passing confidence nuget minor
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence nuget minor
NBomber.Http 5.1.0 -> 5.1.2 age adoption passing confidence nuget patch
Semver 3.0.0-beta.1 -> 3.0.0-beta.2 age adoption passing confidence nuget patch
Swashbuckle.AspNetCore 6.7.1 -> 6.8.1 age adoption passing confidence nuget minor
Verify.Xunit 26.2.0 -> 26.6.0 age adoption passing confidence nuget minor
YamlDotNet (source) 16.0.0 -> 16.1.3 age adoption passing confidence nuget minor
csharpier 0.29.0 -> 0.29.2 age adoption passing confidence nuget patch
docker.io/bitnami/kubectl (source) 1.31.0 -> 1.31.1 age adoption passing confidence final patch
mcr.microsoft.com/dotnet/sdk 8.0.401-noble -> 8.0.402-noble age adoption passing confidence stage patch
quay.io/keycloak/keycloak 25.0.2 -> 25.0.6 age adoption passing confidence patch
xunit 2.9.0 -> 2.9.2 age adoption passing confidence nuget patch

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.1

Compare Source

What's Changed
Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

protocolbuffers/protobuf (Google.Protobuf)

v3.28.2

v3.28.1

v3.28.0

v3.27.5

v3.27.4

grpc/grpc-dotnet (Grpc.Net.Client)

v2.66.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0

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

v5.10.3: 5.10.3

Intro:

Hotfix: Fixed an incorrect string concatenation and subsequent argument exception when the Id of a contained resource was not set.

Changes:

  • #​2868: contained resource ref cache fix
  • #​2867: Start development phase 5.10.3

This list of changes was auto generated.

v5.10.2: 5.10.2

Intro:

Hotfix: Fixed inconsistency in contained resource referenceable IDs

Changes:
  • #​2866: Fixed inconsistency when resolving references to contained resources
  • #​2861: Closes issue #​2860.
  • #​2860: HttpContentParsers Create resource error when response location header relative

This list of changes was auto generated.

v5.10.1: 5.10.1

Intro:

This is a hotfix release that fixes the NullReferenceException when enumerating bundled/contained resources

Changes:
  • #​2857: Start new development phase 5.10.1
  • #​2859: Clarify usage of new FhirPath context inference
  • #​2858: Fixed NullReferenceException when enumerating bundled/contained resources
  • #​2853: Bump FluentAssertions from 6.12.0 to 6.12.1

This list of changes was auto generated.

v5.10.0: 5.10.0

Changes:
Bugfixes:
  • #​2801: Expanded codes of Value set with filter "op" : "is-not-a" includes the code that should not be included
New Functionality:
  • #​2802: SnapshotSource does not reuse self-generated snapshot
  • #​2845: Scoped node cache overhaul
Others:
  • #​2803: fix: #​2802 - let SnapshotSource reuse self-generated snapshot
  • #​2841: %resource and %rootResource in default context
  • #​2849: Added support for choice types with unbound choices and CodeableReference
  • #​2847: Fix isNotA filter code in ValueSet expander
See More
  • #​2842: Changed iif to work with the correct context
  • #​2840: Bump Newtonsoft.Json from 13.0.1 to 13.0.3
  • #​2829: Added CDS Hooks (de)serialization
  • #​2838: Added exceptions for value sets that cannot be expanded
  • #​2830: Add serialization engine extensions allow for arbitrary stream writers and reader
  • #​2837: Add instructions on how to generate a binary compatibility suppression file.
  • #​2836: Bump BenchmarkDotNet from 0.13.12 to 0.14.0
  • #​2833: Start new development phase 5.9.2

This list of changes was auto generated.

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.8.1

What's Changed

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

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

v6.7.3

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

VerifyTests/Verify (Verify.Xunit)

v26.6.0

Compare Source

v26.5.0

Compare Source

v26.4.5

Compare Source

v26.4.4

Compare Source

v26.4.3

Compare Source

v26.4.2

Compare Source

v26.4.1

Compare Source

v26.4.0

Compare Source

v26.3.1

Compare Source

v26.3.0

Compare Source

aaubry/YamlDotNet (YamlDotNet)

v16.1.3: Release 16.1.3

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.1.2...v16.1.3

v16.1.2: Release 16.1.2

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.1.1...v16.1.2

v16.1.1: Release 16.1.1

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.1.0...v16.1.1

v16.1.0: Release 16.1.0

What's Changed
New Contributors

Full Changelog: aaubry/YamlDotNet@v16.0.0...v16.1.0

belav/csharpier (csharpier)

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.

public void SomeFunction()
{
	/*
	The following line is an example with an indent:
		This line is indented by one tab. (prior to 0.29.2 this would end up as a tab followed by 4 spaces)
	*/
	/*
	The following line is an example with an indent:
		This line is indented by 4 spaces but will be converted to 1 tab (prior to 0.29.2 this would end up as a tab followed by 4 spaces)
	*/
	/*
	The following line is an example with an indent:
	   This line is indented by 3 spaces but will be left as 3 spaces
	*/
}
csharpier-ignore-start now supported in object initializers #​1342
// input & expected output
return new SomeClass
{
    // csharpier-ignore-start
    SomeProperty =     someValue,
    SomeProperty2 =     someValue
    // csharpier-ignore-end
};

// 0.29.1
return new SomeClass
{
    // csharpier-ignore-start
    SomeProperty = someValue,
    SomeProperty2 = someValue
    // csharpier-ignore-end
};
Fixed extra new line between cast and collection expression. #​1334
// input & expected output
CallMethod(
    (string[])
        [
            longerValue_____________________________________________,
            longerValue_____________________________________________,
        ]
);

// 0.29.1
CallMethod(
    (string[])

        [
            longerValue_____________________________________________,
            longerValue_____________________________________________,
        ]
);
Support custom extensions in .editorconfig #​1273

As of 0.29.0 CSharpier could format non-standard file extensions, but only if configured in the csharpierrc file. This is now supported with an .editorconfig

[*.cst]
csharpier_formatter = csharp
indent_style = space
indent_size = 2
max_line_length = 80

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.

using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;
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

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

v8.0.402

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

github-actions bot commented Oct 1, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.11s
✅ BASH bash-exec 1 0 0.43s
✅ BASH shellcheck 1 0 0.02s
✅ BASH shfmt 1 0 0.02s
✅ CSHARP csharpier 95 0 6.81s
⚠️ CSHARP roslynator 3 2 47.75s
✅ DOCKERFILE hadolint 1 0 0.12s
✅ EDITORCONFIG editorconfig-checker 181 0 1.0s
✅ JSON jsonlint 27 0 0.25s
✅ JSON prettier 27 0 3.0s
✅ JSON v8r 27 0 15.57s
✅ MARKDOWN markdownlint 4 0 1.01s
✅ PROTOBUF protolint 4 0 7.33s
✅ REPOSITORY checkov yes no 15.03s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.38s
✅ REPOSITORY git_diff yes no 0.22s
✅ REPOSITORY grype yes no 14.06s
✅ REPOSITORY kics yes no 19.23s
✅ REPOSITORY secretlint yes no 1.31s
✅ REPOSITORY syft yes no 0.55s
✅ REPOSITORY trivy yes no 8.98s
✅ REPOSITORY trivy-sbom yes no 1.17s
✅ REPOSITORY trufflehog yes no 6.14s
✅ XML xmllint 2 0 0.01s
✅ YAML prettier 29 0 3.19s
✅ YAML v8r 29 0 36.37s
✅ YAML yamllint 29 0 3.02s

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 from 1e44a80 to 1430735 Compare October 2, 2024 04:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1430735 to 7a59447 Compare October 3, 2024 23:39
Copy link

github-actions bot commented Oct 3, 2024

Trivy image scan report

ghcr.io/miracum/fhir-pseudonymizer:pr-202 (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.8/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

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

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Oct 3, 2024

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer 74% 65%
FhirPseudonymizer.Tests 100% 100%
Summary 81% (816 / 1008) 68% (93 / 136)

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)    | 998.11
  http/latency-mean (msec)   | 14.78
  http/latency-min (msec)    | 2.16
  http/latency-p50 (msec)    | 7.26
  http/latency-p75 (msec)    | 12.93
  http/latency-p90 (msec)    | 41.17
  http/latency-p95 (msec)    | 53.39
  http/latency-p99 (msec)    | 76.20
  http/latency-p99.9 (msec)  | 110.27
  http/latency-stddev (msec) | 21.22
  http/request-count         | 25000.00
  

@chgl chgl merged commit e5c3b47 into master Oct 4, 2024
15 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 4, 2024 18:50
miracum-bot pushed a commit that referenced this pull request Oct 15, 2024
## [2.22.0](v2.21.16...v2.22.0) (2024-10-15)

### Features

* added support for truncating crypto-hashed values to a max length ([#207](#207)) ([54dae1e](54dae1e))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#202](#202)) ([e5c3b47](e5c3b47))
* **deps:** update docker.io/library/postgres docker tag to v17 ([#206](#206)) ([a4fb8cb](a4fb8cb))
* **deps:** update dotnet monorepo ([#201](#201)) ([38971e1](38971e1))
@miracum-bot
Copy link

🎉 This PR is included in version 2.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants