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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
BenchmarkDotNet 0.13.12 -> 0.14.0 age adoption passing confidence nuget minor
FluentAssertions (source) 6.12.0 -> 6.12.2 age adoption passing confidence nuget patch
Hl7.Fhir.Base 5.7.0 -> 5.11.2 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.7.0 -> 5.11.2 age adoption passing confidence nuget minor
Microsoft.CodeAnalysis.Analyzers 3.3.4 -> 3.11.0 age adoption passing confidence nuget minor
Microsoft.CodeAnalysis.CSharp 4.9.2 -> 4.12.0 age adoption passing confidence nuget minor
Microsoft.NET.Test.Sdk 17.9.0 -> 17.12.0 age adoption passing confidence nuget minor
Microsoft.NET.Test.Sdk 17.7.1 -> 17.12.0 age adoption passing confidence nuget minor
Scriban (source) 5.9.1 -> 5.12.1 age adoption passing confidence nuget minor
Verify.SourceGenerators 2.2.0 -> 2.5.0 age adoption passing confidence nuget minor
coverlet.collector 6.0.2 -> 6.0.4 age adoption passing confidence nuget patch
dotnet-releaser 0.8.5 -> 0.11.0 age adoption passing confidence nuget minor
dotnet-sdk 8.0.203 -> 8.0.405 age adoption passing confidence dotnet-sdk patch
xunit 2.4.2 -> 2.9.3 age adoption passing confidence nuget minor
xunit 2.5.0 -> 2.9.3 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.4.5 -> 2.8.2 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.0 -> 2.8.2 age adoption passing confidence nuget minor

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.14.0: 0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).
fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed
Others

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

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

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

v5.11.2: 5.11.2

Hotfix:

  • This is a hotfix release to not throw an error when the validate code operation is called using the system, code and valueSet parameters.

This list of changes was auto generated.

What's Changed

Full Changelog: FirelyTeam/firely-net-sdk@v5.11.1...v5.11.2

v5.11.1: 5.11.1

Breaking changes :
  • ⚠️ We have reverted our recent changes related to the SnapshotGeneratorSettings. We have encountered some regressions using the new regeneration behavior that was introduced and decided to revert it until we are sure these changes are correct.
Changes:
  • #​2968: Bugfix/2854 fix validate code
  • #​2972: Make RemoveAllNonInheritableExtensions public
  • #​2975: Revert snapshot generation settings
  • #​2803: fix: #​2802 - let SnapshotSource reuse self-generated snapshot
  • #​2943: Use proper snapshot generation settings, fixed obsolete warnings
  • #​2971: Bump System.Text.Json and System.Buffers
  • #​2970: Bump System.Threading.Tasks.Dataflow from 8.0.1 to 9.0.0
  • #​2962: Bump FluentAssertions from 6.12.1 to 6.12.2
  • #​2961: Start development phase 5.11.1

This list of changes was auto generated.

v5.11.0: 5.11.0

Breaking changes ⚠️
  • EvaluationContext.WithResourceOverrides() introduced in 5.10 is refactored to now be an extension method instead of a static construction method. It should now be called on an instance of EvaluationContext, and will mutate and return that instance.
  • We changed the datatype of the Attachment.Url from FhirUrl to FhirUri. The type of this element was changed with the introduction of R4. (FhirUrl doesn't exist in STU3). When we moved Attachment to base, we wrongfully put FhirUrl here, which is the more specific datatype of the two. We have corrected this.
Changes:
  • #​2956: Bump MSTest.TestAdapter from 3.3.1 to 3.6.2
  • #​2959: Bump MSTest.TestFramework from 3.3.1 to 3.6.2
  • #​2958: Bump xunit from 2.8.0 to 2.9.2
  • #​2957: Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk
  • #​2955: Bump NSubstitute from 5.1.0 to 5.3.0
  • #​2952: Fix wrong attachment url datatype in PocoSummaryProvider
  • #​2949: Update release-notes.md
  • #​2886: Remove all non-inheritable extensions from the base profile before snapshotting
  • #​2943: Use proper snapshot generation settings, fixed obsolete warnings
  • #​2884: Fixed element definition element.id not being merged by the snapshot generator
See More
  • #​2922: Remove the Charset from the Accept Header and replace it with the Accept-Charset Header.
  • #​2912: Update Parameters.cs for Get from remove to retrieve
  • #​2888: Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Hl7.Fhir.Base in the nuget group across 1 directory
  • #​2877: Added unit test for generating Snapshots for multiple nested extensions
  • #​2799: Snapshot generator does not expand complex extensions defined in a an extension.
  • #​2869: Start development phase 5.10.4

This list of changes was auto generated.

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.

v5.9.1: 5.9.1

Intro:

Hotfix release:

  • Fixed breaking change in the FhirJsonConverter constructors.
  • Solved issue around the "Location" property of SourceNode
Changes:
  • #​2831: FS location issue fix
  • #​2828: Added back missing FhirJsonConverter
  • #​2827: start new development phase 5.9.1

This list of changes was auto generated.

v5.9.0: 5.9.0

Intro:

General improvements and bugfixes

Changes:
Bugfixes:
  • #​2784: Location on SourceNode differs from that on TypedElementToSourceNodeAdapter
New Functionality:
  • #​2264: Add terminology support for some non-supplied codesystems
  • #​2517: Support position information in FHIRPath expressions
Others:
  • #​2825: ValueSet expander: excluding a code, shouldn't remove its children
  • #​2822: Removed cardinality attribute from Binary.content
  • #​2819: Either set binary.data or binary.content when parsing binaries in the FhirClient
  • #​2811: Integrating generated code for Base, DataType, PrimitiveType and Extension
See More
  • #​2810: Code changes because of new generator
  • #​2814: Bump System.Threading.Tasks.Dataflow from 8.0.0 to 8.0.1
  • #​2813: Start development phase 5.8.3
  • #​2805: Fixed base url for FhirClient resources
  • #​2807: Removed decimal to string conversions that did not use invariant culture
  • #​2804: #​2784 Fix source node location when round tripping via adapters
  • #​2793: Update metrics library to 1.3.0
  • #​2789: IMetricService implementation
  • #​2788: Fix expected result message in FhirClient
  • #​2787: #​2264 fixing language terminology support
  • #​2779: fhirpath parsing now includes comments and whitespace into the Expression object model.
  • #​2780: Remove the use of the TestXXXX classes.
  • #​2774: Include the position information for the Expression nodes in the Fhipath Parser
  • #​2776: Bump xunit.runner.visualstudio and NETStandard.Library
  • #​2777: Bump xunit from 2.7.0 to 2.8.0
  • #​2775: Start development phase 5.8.2
New Contributors

Full Changelog: FirelyTeam/firely-net-sdk@v5.8.2...v5.9.0

v5.8.2: 5.8.2

Intro:

Hotfix release:

  • Updated System.Text.Json to 8.0.4 to solve high risk vulnerability CVE-2024-30105

v5.8.1: 5.8.1

Intro:

Hot fix release:

Reverted: https://github.com/FirelyTeam/firely-net-sdk/pull/2754

This fix introduced behavioral changes we need to handle first before we can apply this.
This requires more time, so for now this has been reverted to be applied later again.

Changes:
  • Revert #​2754: keep snapshot when differential is missing

This list of changes was auto generated.

v5.8.0: 5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features
Changes:
  • #​2771: Improved binary support
  • #​2767: added package validation to the SDK library
  • #​2773: Update fhir release version enums
  • #​2768: Added defineVariable to FhirPath
  • #​2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #​2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #​2764: FhirPath indexOf method for collections
  • #​2760: Added fhirpath environment vars
  • #​2758: fhirpath substring with negative length
  • #​2752: element types tryparse nullability
See More
  • #​2741: Nullability and Try-style function annotations
  • #​2757: replaced moq with NSubstitute
  • #​2754: keep snapshot when differential is missing
  • #​2753: custom json/xml patch requests
  • #​2755: Preserve self links when a count summary is conducted
  • #​2740: Implement DescendantOf and isNotA filter
  • #​2751: Added links to new validator
  • #​2747: Fixed location property on TypedElementOnSourceNode.cs
  • #​2748: Disallow validation of empty strings or markdown
  • #​2739: added latest FHIR REST operations
  • #​2744: Library now implements IVersionableConformanceResource
  • #​2743: Added date-quantity subtraction unit tests to fhirpath
  • #​2594: VONK-5300 Accessing the Definition when visiting all descendants of a ITypedElement
  • #​2730: 2550 parser error ignore customization
  • #​2733: Support Is-a filter in local ValueSet expansion
  • #​2720: FHIRPath optimizations
  • #​2736: Bump System.Text.Json from 8.0.2 to 8.0.3
  • #​2735: Start development phase 5.7.1

This list of changes was auto generated.

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

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

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

v17.10.0

What's Changed

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot enabled auto-merge (rebase) March 29, 2024 17:30
Copy link

github-actions bot commented Mar 29, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.04s
✅ CSHARP csharpier 20 0 2.16s
✅ EDITORCONFIG editorconfig-checker 54 0 0.31s
✅ JSON jsonlint 9 0 0.32s
⚠️ JSON prettier 9 1 0.71s
✅ JSON v8r 9 0 5.07s
✅ MARKDOWN markdownlint 1 0 0.41s
✅ MARKDOWN markdown-link-check 1 0 1.96s
✅ MARKDOWN markdown-table-formatter 1 0 0.33s
✅ REPOSITORY checkov yes no 11.78s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.2s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 15.81s
✅ REPOSITORY kics yes no 1.69s
✅ REPOSITORY secretlint yes no 0.81s
✅ REPOSITORY syft yes no 0.46s
✅ REPOSITORY trivy yes no 8.23s
✅ REPOSITORY trivy-sbom yes no 8.94s
✅ REPOSITORY trufflehog yes no 5.28s
✅ YAML prettier 6 0 0.55s
✅ YAML v8r 6 0 4.02s
✅ YAML yamllint 6 0 0.32s

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 2 times, most recently from 430274a to 8c0b529 Compare April 2, 2024 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4de284e to c45fdd4 Compare April 12, 2024 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 61e7532 to afb4c5d Compare May 1, 2024 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa0e72c to 8646a6b Compare May 6, 2024 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8646a6b to 5301430 Compare May 14, 2024 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 37a4331 to 3158ee5 Compare May 25, 2024 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3158ee5 to bd80656 Compare May 29, 2024 22:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 822b471 to 5a53497 Compare June 11, 2024 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 19b0f3a to cbe85b8 Compare July 10, 2024 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d28c978 to 03259de Compare July 28, 2024 07:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed92751 to ea9b590 Compare August 8, 2024 10:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8519ca7 to 50fa4d3 Compare August 20, 2024 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50fa4d3 to 04f34fe Compare August 27, 2024 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fe92cbe to 9d55627 Compare September 13, 2024 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 60f0abd to 042b457 Compare September 25, 2024 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8eec464 to c2d96b4 Compare October 4, 2024 01:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2d96b4 to 9748322 Compare October 9, 2024 16:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1a956c6 to e45e223 Compare November 8, 2024 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b09a7da to 0172deb Compare November 19, 2024 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0172deb to 594f5df Compare November 25, 2024 15:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 594f5df to fffacdf Compare December 4, 2024 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 779a6a8 to 448d2ad Compare December 19, 2024 11:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 448d2ad to 0047c62 Compare December 31, 2024 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 86e53aa to 52fd752 Compare January 15, 2025 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52fd752 to a5cec11 Compare January 20, 2025 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5cec11 to 34b3018 Compare January 22, 2025 12:54
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