Skip to content

chore: Bump YamlDotNet from 17.1.0 to 18.0.0#43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/SwaggerMerge.SDK/YamlDotNet-18.0.0
Open

chore: Bump YamlDotNet from 17.1.0 to 18.0.0#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/SwaggerMerge.SDK/YamlDotNet-18.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Updated YamlDotNet from 17.1.0 to 18.0.0.

Release notes

Sourced from YamlDotNet's releases.

18.0.0

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @​EdwardCooke in Add a parse method wrapper and caching to fix AoT compilation aaubry/YamlDotNet#1103
    BREAKING CHANGE This is a breaking change in the TypeInspectorSkeleton class and the ITypeInspector interface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.

Full Changelog: aaubry/YamlDotNet@v17.1.0...v18.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 26, 2026
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 05/26/2026 - 01:10:25
Coverage date: 05/26/2026 - 01:10:20 - 05/26/2026 - 01:10:22
Parser: MultiReport (3x Cobertura)
Assemblies: 2
Classes: 57
Files: 109
Line coverage: 76.4% (3829 of 5010)
Covered lines: 3829
Uncovered lines: 1181
Coverable lines: 5010
Total lines: 9607
Branch coverage: 50.9% (792 of 1554)
Covered branches: 792
Total branches: 1554
Method coverage: Feature is only available for sponsors
Tag: 91_26426573282

Coverage

SwaggerMerge - 51.3%
Name Line Branch
SwaggerMerge 51.3% 48.1%
SwaggerMerge.Features.Merger.SwaggerMerger 0% 0%
SwaggerMerge.Infrastructure.Configuration.ConsoleOptions 0%
SwaggerMerge.Infrastructure.Configuration.Logging.SerilogConfigurator 0%
SwaggerMerge.Infrastructure.Configuration.Merge.Input.SwaggerInputConfigura
tion
100%
SwaggerMerge.Infrastructure.Configuration.Merge.MergeConfigResult 100%
SwaggerMerge.Infrastructure.Configuration.Merge.Output.SwaggerOutputConfigu
ration
100%
SwaggerMerge.Infrastructure.Configuration.Merge.SwaggerMergeConfigurationFi
le
100%
SwaggerMerge.Infrastructure.Configuration.Merge.SwaggerMergeConfigurationFi
leHandler
74% 61.9%
SwaggerMerge.Infrastructure.Configuration.Merge.SwaggerMergeConfigurationFi
leValidationResult
100%
SwaggerMerge.Program 0% 0%
SwaggerMerge.SDK - 77.5%
Name Line Branch
SwaggerMerge.SDK 77.5% 51%
SwaggerMerge.Common.Configuration.Input.InputInfoConfiguration 100%
SwaggerMerge.Common.Configuration.Input.InputPathConfiguration 100%
SwaggerMerge.Common.Document.SpecVersionDetector 93.3% 87.5%
SwaggerMerge.Common.Document.YamlJsonConverter 88.3% 80.3%
SwaggerMerge.Common.Exceptions.SwaggerMergeException 50%
SwaggerMerge.Common.Extensions.CollectionExtensions 27.7% 20%
SwaggerMerge.V2.Configuration.Input.SwaggerInputConfiguration 100%
SwaggerMerge.V2.Configuration.Output.SwaggerOutputConfiguration 100%
SwaggerMerge.V2.Configuration.Output.SwaggerOutputInfoConfiguration 100%
SwaggerMerge.V2.Configuration.SwaggerMergeConfiguration 100%
SwaggerMerge.V2.Document.ISwaggerDocumentHandler 94.4% 88.8%
SwaggerMerge.V2.Document.JsonDocumentFormatHandler 83.3% 100%
SwaggerMerge.V2.Document.SwaggerDocument 100%
SwaggerMerge.V2.Document.SwaggerDocumentDefinitions 100%
SwaggerMerge.V2.Document.SwaggerDocumentHandler 100% 100%
SwaggerMerge.V2.Document.SwaggerDocumentInfo 100%
SwaggerMerge.V2.Document.SwaggerDocumentJsonSerializerContext 90.6% 59.8%
SwaggerMerge.V2.Document.SwaggerDocumentOperation 100%
SwaggerMerge.V2.Document.SwaggerDocumentProperty 100%
SwaggerMerge.V2.Document.SwaggerDocumentPropertyJsonSerializerContext 0% 0%
SwaggerMerge.V2.Document.SwaggerDocumentSecurityScheme 100%
SwaggerMerge.V2.Document.YamlDocumentFormatHandler 90%
SwaggerMerge.V2.SwaggerMergeHandler 69.5% 68.9%
SwaggerMerge.V3.Configuration.Input.OpenApiInputConfiguration 100%
SwaggerMerge.V3.Configuration.OpenApiMergeConfiguration 100%
SwaggerMerge.V3.Configuration.Output.OpenApiOutputConfiguration 100%
SwaggerMerge.V3.Configuration.Output.OpenApiOutputInfoConfiguration 100%
SwaggerMerge.V3.Document.IOpenApiDocumentHandler 27.7% 22.2%
SwaggerMerge.V3.Document.OpenApiComponents 100%
SwaggerMerge.V3.Document.OpenApiDocument 100%
SwaggerMerge.V3.Document.OpenApiDocumentHandler 15% 0%
SwaggerMerge.V3.Document.OpenApiDocumentInfo 100%
SwaggerMerge.V3.Document.OpenApiDocumentJsonSerializerContext 89.3% 58.5%
SwaggerMerge.V3.Document.OpenApiDocumentOperation 100%
SwaggerMerge.V3.Document.OpenApiDocumentProperty 100%
SwaggerMerge.V3.Document.OpenApiDocumentPropertyJsonSerializerContext 0% 0%
SwaggerMerge.V3.Document.OpenApiDocumentSecurityScheme 100%
SwaggerMerge.V3.Document.OpenApiExternalDocs 100%
SwaggerMerge.V3.Document.OpenApiJsonDocumentFormatHandler 83.3% 100%
SwaggerMerge.V3.Document.OpenApiMediaType 100%
SwaggerMerge.V3.Document.OpenApiOAuthFlow 0%
SwaggerMerge.V3.Document.OpenApiOAuthFlows 0%
SwaggerMerge.V3.Document.OpenApiRequestBody 100%
SwaggerMerge.V3.Document.OpenApiServer 100%
SwaggerMerge.V3.Document.OpenApiTag 100%
SwaggerMerge.V3.Document.OpenApiYamlDocumentFormatHandler 60%
SwaggerMerge.V3.OpenApiMergeHandler 48.7% 43.2%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants