chore(deps): update dependency hl7.fhir.r4 to v6#127
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 1 | 0 | 0 | 0.06s | |
| csharpier | 32 | 1 | 0 | 14.74s | ||
| ✅ EDITORCONFIG | editorconfig-checker | 62 | 0 | 0 | 0.16s | |
| ✅ JSON | jsonlint | 16 | 0 | 0 | 0.17s | |
| prettier | 16 | 1 | 0 | 0.94s | ||
| ✅ JSON | v8r | 16 | 0 | 0 | 5.67s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.71s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.3s | |
| ✅ REPOSITORY | checkov | yes | no | no | 23.13s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.01s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.36s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | kics | yes | no | no | 1.47s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 6.93s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.69s | |
| ✅ REPOSITORY | syft | yes | no | no | 4.76s | |
| ✅ REPOSITORY | trivy | yes | no | no | 10.09s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.71s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.19s | |
| ✅ YAML | prettier | 4 | 0 | 0 | 0.42s | |
| ✅ YAML | v8r | 4 | 0 | 0 | 4.76s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.49s |
Detailed Issues
⚠️ CSHARP / csharpier - 1 error
Error ./src/FhirParametersGenerator.Demo/Program.cs - Was not formatted.
----------------------------- Expected: Around Line 49 -----------------------------
EnablePartialDatesForRedact = true,
RestrictedAreas = new List<string>
{
----------------------------- Actual: Around Line 49 -----------------------------
EnablePartialDatesForRedact = true,
RestrictedAreas = new List<string> { "036", "692", "878", "059", "790", "879", "063", "821", "884", "102", "823", "890" },
},
Error ./src/FhirParametersGenerator.Tests/GenerateFhirParametersTests.cs - Was not formatted.
----------------------------- Expected: Around Line 89 -----------------------------
Name = "test",
Data = new NestedData { Key = "mykey", Flag = true },
};
----------------------------- Actual: Around Line 89 -----------------------------
Name = "test",
Data = new NestedData { Key = "mykey", Flag = true }
};
Error ./src/FhirParametersGenerator/FhirParametersSourceGenerator.cs - Was not formatted.
----------------------------- Expected: Around Line 244 -----------------------------
{
classSymbol.ToDisplayString(),
};
----------------------------- Actual: Around Line 244 -----------------------------
{
classSymbol.ToDisplayString()
};
Checked 23 files in 14432ms.
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] .config/dotnet-tools.json
[warn] .renovaterc.json
[warn] src/FhirOperationDefinitionGen.Tests/packages.lock.json
[warn] src/FhirOperationDefinitionGen/packages.lock.json
[warn] src/FhirParametersGenerator.Attributes/packages.lock.json
[warn] src/FhirParametersGenerator.Benchmark/packages.lock.json
[warn] src/FhirParametersGenerator.Demo/packages.lock.json
[warn] src/FhirParametersGenerator.Tests/packages.lock.json
[warn] src/FhirParametersGenerator/packages.lock.json
[warn] Code style issues found in 9 files. Run Prettier with --write to fix.
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CSHARP_CSHARPIER,EDITORCONFIG_EDITORCONFIG_CHECKER,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_DUSTILOCK,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_KICS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
31d8799 to
3a8fe4b
Compare
aad7476 to
7eae636
Compare
7eae636 to
06d765a
Compare
06d765a to
bb06874
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.13.4→6.3.0Release Notes
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)
v6.3.0: 6.3.0Intro:
This release includes a behavioral change in parsing alongside a minor bug fix. Please read the notes below carefully before upgrading.
POCO / type system
The SDK now detects incorrectly cased element and resource type names. Two new error codes are introduced:
PVAL131(WRONG_CASED_ELEMENT) andPVAL132(WRONG_CASED_RESOURCE_TYPE).Other fixes
Changes:
setLinkmethodThis list of changes was auto generated.
v6.2.1: 6.2.1Intro:
This is a bugfix release with several stability and correctness improvements.
Serialization
OverflowExceptionwhen serializing large decimal values with old parsing stackFhirClientto use the modern POCO serializer for better consistencySettings.SerializationEnginean instance ofFhirSerializationEngineFactory.Legacy.FromParserSettings(ModelInfo.ModelInspector, Settings.ParserSettings ?? new())as it was beforeprettyoption being ignored when callingToXml()Snapshot generation
POCO / type system
ISourceNodenow has a directToPoco()extension methodinstantvalues being stored incorrectly when converting from an untyped sourceClassMappingforModelInspectorParametersclassIVersionableConformanceResourceto R5NamingSystemOther fixes
null, leaving it to the caller to decide whether to throwChanges:
See More
This list of changes was auto generated.
New Contributors
v6.2.0: 6.2.0Intro:
RespectSuppressExtensionsetting toSnapshotGeneratorSettings(default:true) to allow consumers to opt out of suppress-extension handling during snapshot generation.Base.ClearOverflow()and corrected theNoOverflowdocstring.ITypedElementextension methods now useOverloadResolutionPriority(1), ensuring they are preferred overISourceNodeextensions for types implementing both interfaces (such asPocoNode).CachingTerminologyServicewhere resource or unrecognized parameter values could produce invalid cache keys.System.Text.JsonandMicrosoft.Extensions.Caching.Memoryto version10.0.7.Changes:
See More
This list of changes was auto generated.
v6.1.1: 6.1.1Intro:
Fixes wrong logic for BaseTerminologyService filtering parameters for duplicates on requests that accept 0..* on some parameters
Changes:
This list of changes was auto generated.
v6.1.0: 6.1.0Intro:
FHIRPathCompiledExpressionnow accepts0..*resources as input, removing the need for a dummy resource when the expression does not reference one.ModelInspectornow protects against cross-version contamination ofClassMappings, preventing type resolution errors when multiple library versions are used in the same process.MemberNameproperty for easier debugging.Changes:
See More
This list of changes was auto generated.
v6.0.2: 6.0.2Intro:
Mostly minor changes, but one breaking change where the PocoNode's ParentNode constructor has been removed, as it was not
necessary and is derived from the Parent.
Changes:
See More
This list of changes was auto generated.
v6.0.1: 6.0.1Intro:
Fixes Code having System and Value switched.
Leaves snapshot generation result usability to the caller rather than assuming error.
Changes:
This list of changes was auto generated.
v6.0.0Intro:
Firely .NET SDK v6.0.0
Changes:
Ismethod of FhirPath by @andrzejskowronski in #3297Full Changelog: FirelyTeam/firely-net-sdk@v5.13.0...v6.0.0
Configuration
📅 Schedule: (UTC)
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.