Update dependency YamlDotNet to v16 #1278
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.3.0
->16.1.3
Release Notes
aaubry/YamlDotNet (YamlDotNet)
v16.1.3
: Release 16.1.3What's Changed
Full Changelog: aaubry/YamlDotNet@v16.1.2...v16.1.3
v16.1.2
: Release 16.1.2What's Changed
Full Changelog: aaubry/YamlDotNet@v16.1.1...v16.1.2
v16.1.1
: Release 16.1.1What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.1.0...v16.1.1
v16.1.0
: Release 16.1.0What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.0.0...v16.1.0
v16.0.0
: Release 16.0.0Merge 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 callingBuildTypeConverter
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
andObjectDeserializer
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 theDateTime8601Converter
and add theDateTimeConverter
with thedoubleQuotes
constructor parameter set totrue
. Example:on
Mark
,Cursor
,SimpleKey
the position property data types changed fromint
tolong
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 becomes conflicted, 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.