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.03s | |
| ✅ CSHARP | csharpier | 29 | 0 | 0 | 15.81s | |
| ✅ EDITORCONFIG | editorconfig-checker | 59 | 0 | 0 | 0.1s | |
| ✅ JSON | jsonlint | 16 | 0 | 0 | 0.08s | |
| prettier | 16 | 1 | 0 | 0.59s | ||
| ✅ JSON | v8r | 16 | 0 | 0 | 4.41s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.52s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.32s | |
| ✅ REPOSITORY | checkov | yes | no | no | 24.66s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.02s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.52s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | kics | yes | no | no | 1.43s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 6.43s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.61s | |
| ✅ REPOSITORY | syft | yes | no | no | 5.54s | |
| ✅ REPOSITORY | trivy | yes | no | no | 14.47s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.69s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.22s | |
| ✅ YAML | prettier | 4 | 0 | 0 | 0.7s | |
| ✅ YAML | v8r | 4 | 0 | 0 | 3.71s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.48s |
Detailed Issues
⚠️ 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
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.2.0Release Notes
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)
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.