Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
YamlDotNet (source) 15.3.0 -> 16.1.3 age adoption passing confidence

Release Notes

aaubry/YamlDotNet (YamlDotNet)

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


Configuration

📅 Schedule: 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.

@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 90c33a9 to 3c9d133 Compare July 22, 2024 21:51
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 4b932f3 to 0f1a02b Compare July 29, 2024 22:45
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 7707b11 to 0e7034f Compare August 6, 2024 16:24
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 4 times, most recently from 3dbd15b to e13646a Compare August 14, 2024 12:44
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 77b589b to 086f5a4 Compare August 20, 2024 13:13
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 0713517 to e63b412 Compare September 1, 2024 17:07
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 11 times, most recently from 28c2739 to 4b908f2 Compare September 30, 2024 00:26
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 3 times, most recently from ac1a1cc to 68b95ff Compare October 4, 2024 18:08
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 4 times, most recently from b9d4ad3 to 77fdf98 Compare October 9, 2024 12:30
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 6 times, most recently from f5941f7 to 0ae8f32 Compare October 21, 2024 21:22
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 2 times, most recently from 3d82154 to 6621b84 Compare October 23, 2024 07:10
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 6621b84 to 3ebf346 Compare October 23, 2024 20:24
@luke-hill luke-hill merged commit 64f6ffa into main Oct 24, 2024
53 checks passed
@luke-hill luke-hill deleted the renovate/yamldotnet-16.x branch October 24, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants