Skip to content

chore(deps): update dependency hl7.fhir.base to v6#126

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/hl7.fhir.base-6.x
Open

chore(deps): update dependency hl7.fhir.base to v6#126
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/hl7.fhir.base-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.Base 5.13.46.2.0 age confidence

Release Notes

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

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
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

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

@github-actions

github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.04s
✅ CSHARP csharpier 29 0 0 15.44s
✅ EDITORCONFIG editorconfig-checker 59 0 0 0.18s
✅ JSON jsonlint 16 0 0 0.13s
⚠️ JSON prettier 16 1 0 0.95s
✅ JSON v8r 16 0 0 5.11s
✅ MARKDOWN markdownlint 1 0 0 0.63s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.27s
✅ REPOSITORY checkov yes no no 23.58s
✅ REPOSITORY dustilock yes no no 0.02s
✅ REPOSITORY gitleaks yes no no 0.37s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY kics yes no no 1.38s
✅ REPOSITORY kingfisher yes no no 6.84s
✅ REPOSITORY secretlint yes no no 1.52s
✅ REPOSITORY syft yes no no 4.96s
✅ REPOSITORY trivy yes no no 11.88s
✅ REPOSITORY trivy-sbom yes no no 0.86s
✅ REPOSITORY trufflehog yes no no 4.91s
✅ YAML prettier 4 0 0 0.55s
✅ YAML v8r 4 0 0 3.9s
✅ YAML yamllint 4 0 0 0.52s

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

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

@renovate renovate Bot force-pushed the renovate/hl7.fhir.base-6.x branch from b32a423 to 71f0b8d Compare June 23, 2026 07:25
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