Skip to content

chore(deps): update dependency hl7.fhir.r4 to v6#123

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/hl7.fhir.r4-6.x
Jun 21, 2026
Merged

chore(deps): update dependency hl7.fhir.r4 to v6#123
renovate[bot] merged 1 commit into
masterfrom
renovate/hl7.fhir.r4-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Hl7.Fhir.R4 5.13.46.2.0 age confidence

Release Notes

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

v6.2.0: 6.2.0

Intro:

  • Added a RespectSuppressExtension setting to SnapshotGeneratorSettings (default: true) to allow consumers to opt out of suppress-extension handling during snapshot generation.
  • Added Base.ClearOverflow() and corrected the NoOverflow docstring.
  • ITypedElement extension methods now use OverloadResolutionPriority(1), ensuring they are preferred over ISourceNode extensions for types implementing both interfaces (such as PocoNode).
  • Fixed a cache key issue in CachingTerminologyService where resource or unrecognized parameter values could produce invalid cache keys.
  • Validation now includes canonicals in failed resolve attempts, and cardinality validation correctly handles cases where no member name is reported.
  • Updated System.Text.Json and Microsoft.Extensions.Caching.Memory to version 10.0.7.

Changes:

  • #​3492: Bump Microsoft.Extensions.Caching.Memory and 4 others
  • #​3496: Skip build stages when only docs change (DEVOPS-706, DEVOPS-709)
  • #​3491: Added RespectSuppressExtension to SnapshotGeneratorSettings
  • #​3490: Fix small bug in the CachingTerminologyService
  • #​3487: Bump the test-dependencies group with 1 update
  • #​3483: Bump the runtime-dependencies-minor group with 4 updates
  • #​3479: Add ClearOverflow() to Base and fix misleading NoOverflow docstring
  • #​3475: Handle the case of cardinality validation not reporting membername
  • #​3470: Include canonicals in failed resolve attempts
  • #​3477: Add OverloadResolutionPriority to ITypedElement extensions
See More
  • #​3469: Start development cycle 6.1.2

This list of changes was auto generated.

v6.1.1: 6.1.1

Intro:

Fixes wrong logic for BaseTerminologyService filtering parameters for duplicates on requests that accept 0..* on some parameters

Changes:

  • #​3464: Remove NoDuplicates from operations that allow for multiple params
  • #​3463: Merge support/sdk5 into develop (SDK5 → SDK6 sweep)

This list of changes was auto generated.

v6.1.0: 6.1.0

Intro:

  • FHIRPath CompiledExpression now accepts 0..* resources as input, removing the need for a dummy resource when the expression does not reference one.
  • ModelInspector now protects against cross-version contamination of ClassMappings, preventing type resolution errors when multiple library versions are used in the same process.
  • Improved the terminology stack with a more complete base class that simplifies implementations and standardizes error handling.
  • Improved error handling for POCO validation and serialization by setting the MemberName property for easier debugging.
  • Minor nullability improvements.

Changes:

  • #​3436: Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103
  • #​3435: Bump Microsoft.Extensions.Caching.Memory from 10.0.2 to 10.0.3
  • #​3443: Give major runtime deps individual PRs
  • #​3442: Bump Microsoft.Extensions.Caching.Memory and Microsoft.SourceLink.GitHub
  • #​3440: Combine dependabot PRs for minors/patch into a single PR
  • #​3439: Override deepcopy on the terminology parameters
  • #​3428: Cache assembly attributes in ModelInspector
  • #​3434: Parse TRX file to detect failures in test runner
  • #​3431: Sync test dependencies for test runner issues
  • #​3397: Support null focus on fhirpath operations
See More
  • #​3430: Made BaseFhirClient thread safe
  • #​3429: Apply UnsafeRelaxedJsonEscaping in regular serializer options as well
  • #​3424: Implement CodeSystem ops for MIME/Language services
  • #​3425: Cache assembly attributes in ModelInspector validation
  • #​3422: Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102
  • #​3420: Bump MSTest.TestFramework and Verify.MSTest
  • #​3421: Bump FluentAssertions from 7.2.0 to 7.2.1
  • #​3415: Preserve URL host casing in bundle references
  • #​3407: Use PropertyMapping.Name for MemberName if possible to report FHIR properties rather than FHIRPath names
  • #​3417: Add cross-version type conflict detection to ModelInspector
  • #​3414: Add FhirPath .value property support
  • #​3416: Fix Resource.VersionId setter with existing Meta
  • #​3410: Set MemberName to null for overflow elements
  • #​3409: Update XML deserialization snapshot for PropertyMapping.Name
  • #​3405: Fixes for Attribute validation
  • #​3403: Handle duplicate XML attributes gracefully
  • #​3399: Add ZipSource Exception and Retry Logic
  • #​3401: Fix missing period in CommonLocation
  • #​3394: VONK-9235: Base for strongly typed and pre-validated TerminologyService implementations
  • #​3396: Update README to include commercial support details
  • #​3391: Bump Microsoft.Extensions.Caching.Memory from 10.0.1 to 10.0.2
  • #​3392: Bump System.Text.Json from 10.0.0 to 10.0.2
  • #​3389: Bump version number
  • #​3388: Added release notes

This list of changes was auto generated.

v6.0.2: 6.0.2

Intro:

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:

  • #​3387: Enable public signing
  • #​3385: Make extension public, aligning it with SDK5 and our usages
  • #​3384: Remove double space in error message.
  • #​3383: Split terminology error 6005 into warning and error
  • #​3378: Added shared error messages fir Tx services.
  • #​3380: Bump Verify.MSTest from 31.9.0 to 31.9.3
  • #​3379: Bump Verify.MSTest from 31.7.3 to 31.9.0
  • #​3369: Remove $findmatches
  • #​3370: Validate strings for leading/trailing whitespaces
  • #​3371: Bump Microsoft.Extensions.Caching.Memory from 10.0.0 to 10.0.1
See More
  • #​3366: Fix IsAbsolute property to handle null values and improve error handling
  • #​3365: Turn package validation back on
  • #​3362: Bump Microsoft.Extensions.Caching.Memory from 9.0.11 to 10.0.0
  • #​3361: Bump BenchmarkDotNet from 0.15.0 to 0.15.8
  • #​3354: Bump System.Text.Json from 9.0.1 to 10.0.0
  • #​3356: VONK-9012 implemented CachingTerminologyService
  • #​3353: Bump System.Buffers from 4.5.1 to 4.6.1
  • #​3352: Bump BenchmarkDotNet from 0.15.6 to 0.15.8
  • #​3357: Fixed unit tests not running in pipeline OR locally
  • #​3355: Bump MSTest.TestFramework and Verify.MSTest
  • #​3348: Bump BenchmarkDotNet from 0.15.5 to 0.15.6
  • #​3347: Address MSTest 4.0 analyzer warnings (1,424 of 1,866 fixed)
  • #​3343: Bump MSTest.TestFramework and Verify.MSTest
  • #​3342: Bump BenchmarkDotNet from 0.15.4 to 0.15.5
  • #​3344: Fix MSTest 4.0 breaking changes in test suite
  • #​3341: Added call to RemoveAllNonInheritableExtensions to ExpandElementAsync
  • #​3338: Changed the parent property design on PocoNode
  • #​3340: Added $find-match operation to ITerminologyService

This list of changes was auto generated.

v6.0.1: 6.0.1

Intro:

Fixes Code having System and Value switched.
Leaves snapshot generation result usability to the caller rather than assuming error.

  • For breaking changes compared to 5.x see our GitHub wiki
Changes:
  • #​3321: Fix snapshot generator errors and CodeOfT values
  • #​3319: Release SDK-6

This list of changes was auto generated.

v6.0.0

Intro:

Firely .NET SDK v6.0.0

  • For breaking changes compared to 5.x see our GitHub wiki
Changes:

Full Changelog: FirelyTeam/firely-net-sdk@v5.13.0...v6.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) June 21, 2026 18:49
@renovate

renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/FhirOperationDefinitionGen.Tests/packages.lock.json
  Determining projects to restore...
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirParametersGenerator/FhirParametersGenerator.csproj (in 389 ms).
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirParametersGenerator.Attributes/FhirParametersGenerator.Attributes.csproj (in 42 ms).
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605: Warning As Error: Detected package downgrade: Hl7.Fhir.Base from 6.2.0 to 5.13.4. Reference the package directly from the project to select a different version.  [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605:  FhirOperationDefinitionGen -> Hl7.Fhir.R4 6.2.0 -> Hl7.Fhir.Conformance 6.2.0 -> Hl7.Fhir.Base (>= 6.2.0)  [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605:  FhirOperationDefinitionGen -> Hl7.Fhir.Base (>= 5.13.4) [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
  Failed to restore /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj (in 1.73 sec).
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj (in 132 ms).

File name: src/FhirOperationDefinitionGen/packages.lock.json, src/FhirOperationDefinitionGen.Tests/packages.lock.json
  Determining projects to restore...
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirParametersGenerator/FhirParametersGenerator.csproj (in 413 ms).
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirParametersGenerator.Attributes/FhirParametersGenerator.Attributes.csproj (in 35 ms).
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605: Warning As Error: Detected package downgrade: Hl7.Fhir.Base from 6.2.0 to 5.13.4. Reference the package directly from the project to select a different version.  [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605:  FhirOperationDefinitionGen -> Hl7.Fhir.R4 6.2.0 -> Hl7.Fhir.Conformance 6.2.0 -> Hl7.Fhir.Base (>= 6.2.0)  [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj : error NU1605:  FhirOperationDefinitionGen -> Hl7.Fhir.Base (>= 5.13.4) [/tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj]
  Failed to restore /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj (in 97 ms).
  Restored /tmp/renovate/repos/github/chgl/FhirParametersGenerator/src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj (in 87 ms).

@github-actions

github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 3 0 0 0.04s
❌ ACTION zizmor 3 1 0 0.29s
✅ CSHARP csharpier 29 0 0 13.95s
✅ EDITORCONFIG editorconfig-checker 61 0 0 0.19s
✅ JSON jsonlint 16 0 0 0.15s
⚠️ JSON prettier 16 1 0 1.11s
✅ JSON v8r 16 0 0 5.93s
✅ MARKDOWN markdownlint 1 0 0 0.7s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.31s
✅ REPOSITORY checkov yes no no 19.26s
✅ REPOSITORY dustilock yes no no 0.02s
✅ REPOSITORY gitleaks yes no no 0.22s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY kingfisher yes no no 10.01s
✅ REPOSITORY osv-scanner yes no no 1.09s
✅ REPOSITORY secretlint yes no no 1.12s
✅ REPOSITORY syft yes no no 4.0s
✅ REPOSITORY trivy yes no no 9.51s
✅ REPOSITORY trivy-sbom yes no no 6.72s
✅ REPOSITORY trufflehog yes no no 4.01s
✅ YAML prettier 6 0 0 0.61s
✅ YAML v8r 6 0 0 5.0s
✅ YAML yamllint 6 0 0 0.67s

Detailed Issues

❌ ACTION / zizmor - 1 error
INFO zizmor: 🌈 zizmor v1.25.0
fatal: no audit was performed
'artipacked' audit failed on file://.github/workflows/ci.yaml

Caused by:
    0: error in 'artipacked' audit
    1: couldn't list tags for actions/checkout
    2: request error while accessing GitHub API
    3: HTTP status client error (401 Unauthorized) for url (https://github.com/actions/checkout.git/git-upload-pack)


[ZizmorLinter] Zizmor failed to reach the GitHub API.
To allow zizmor to use GITHUB_TOKEN, add the following to your .mega-linter.yml:
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
  - GITHUB_TOKEN
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] .config/dotnet-tools.json
[warn] .vscode/settings.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.

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

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.5.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,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_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate renovate Bot force-pushed the renovate/hl7.fhir.r4-6.x branch 2 times, most recently from 35b1688 to 2ec4fab Compare June 21, 2026 19:11
@renovate renovate Bot force-pushed the renovate/hl7.fhir.r4-6.x branch from 2ec4fab to 084b50e Compare June 21, 2026 21:03
@renovate renovate Bot merged commit 2084ba3 into master Jun 21, 2026
5 of 8 checks passed
@renovate renovate Bot deleted the renovate/hl7.fhir.r4-6.x branch June 21, 2026 21:07
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.

0 participants