Skip to content

chore(deps): update dependency yamldotnet to v18 - autoclosed#2760

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate-yamldotnet-18.x
Closed

chore(deps): update dependency yamldotnet to v18 - autoclosed#2760
renovate[bot] wants to merge 1 commit into
masterfrom
renovate-yamldotnet-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 2026

This PR contains the following updates:

Package Change Age Confidence
YamlDotNet (source) 15.1.618.0.0 age confidence

Release Notes

aaubry/YamlDotNet (YamlDotNet)

v18.0.0: Release 18.0.0

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @​EdwardCooke in #​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

v17.1.0: Release 17.1.0

What's Changed

  • Security improvements by @​EdwardCooke in #​1102
    There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.

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

v17.0.0: Release 17.0.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.3.0...v17.0.0

v16.3.0: Release 16.3.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.2.1...v16.3.0

v16.2.1: Release 16.2.1

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.2.0...v16.2.1

v16.2.0: Release 16.2.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.1.3...v16.2.0

v16.1.3: Release 16.1.3

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.1.2...v16.1.3

v16.1.2: Release 16.1.2

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.1.1...v16.1.2

v16.1.1: Release 16.1.1

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.1.0...v16.1.1

v16.1.0: Release 16.1.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.0.0...v16.1.0

v16.0.0: Release 16.0.0

  • Merge pull request #​938 from MetaFight/array-cycles
    ArrayNodeDeserializer can now deserialize circular references.

  • Merge pull request #​935 from MrLuje/fsharp-collection
    feat: properly handle FSharp List deserialization

  • Merge pull request #​927 from lahma/optimize-scalar-load
    Optimize YamlScalarNode.Load and YamlMappingNode.Load

  • Merge pull request #​941 from EdwardCooke/ec-nullability
    Fix bugs and add features


Breaking change notes

  • The ITypeConverter object is now passed to many methods and is expected when some are called. You can get the typeconverter by calling BuildTypeConverter on the serializerbuilder and deserializerbuilder. This typeconverter should be treated as a singleton and injected into the constructor of your class.

  • The IPropertyDescriptor is now passed into a lot of methods. It can be safely disregarded if you don't need it. It contains information about the property containing the object being deserialized.

  • The delegates ObjectSerializer and ObjectDeserializer are also being passed around. They can be disregarded if you don't need them.

  • To revert to the old date/time formats for JsonCompatable remove the DateTime8601Converter and add the DateTimeConverter with the doubleQuotes constructor parameter set to true. Example:

    new SerializerBuilder()
        .WithoutTypeConverter<YamlDotNet.Serialization.Converters.DateTime8601Converter>()
        .WithTypeConverter(new YamlDotNet.Serialization.Converters.DateTimeConverter(doubleQuotes: true))
    .Build();
  • on Mark, Cursor, SimpleKey the position property data types changed from int to long

v15.3.0: Release 15.3.0

  • Merge pull request #​910 from lahma/symbols
    Include symbols and deterministic build

  • Merge pull request #​930 from MrLuje/fsharp-option
    Add FSharpOption support


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.


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

@renovate renovate Bot requested a review from tomkerkhove as a code owner May 21, 2026 14:58
@renovate renovate Bot added the dependencies All issues related to dependencies & Renovate label May 21, 2026
@github-actions
Copy link
Copy Markdown

Thank you for your contribution! 🙏 We will review it as soon as possible.

@renovate renovate Bot force-pushed the renovate-yamldotnet-18.x branch 2 times, most recently from 636ad1a to d93e8e9 Compare May 22, 2026 07:17
@renovate renovate Bot force-pushed the renovate-yamldotnet-18.x branch from d93e8e9 to 44c3875 Compare May 22, 2026 09:33
@renovate renovate Bot changed the title chore(deps): update dependency yamldotnet to v18 chore(deps): update dependency yamldotnet to v18 - autoclosed Jun 2, 2026
@renovate renovate Bot closed this Jun 2, 2026
@renovate renovate Bot deleted the renovate-yamldotnet-18.x branch June 2, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies All issues related to dependencies & Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant