Update dependency YamlDotNet to v16#8141
Open
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency YamlDotNet to v16#8141dependencyupdates[bot] wants to merge 1 commit intomasterfrom
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
Conversation
d09415f to
eb9ff81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.2→16.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aaubry/YamlDotNet (YamlDotNet)
v16.3.0: Release 16.3.0What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.2.1...v16.3.0
v16.2.1: Release 16.2.1What's Changed
Full Changelog: aaubry/YamlDotNet@v16.2.0...v16.2.1
v16.2.0: Release 16.2.0What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.1.3...v16.2.0
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
ITypeConverterobject is now passed to many methods and is expected when some are called. You can get the typeconverter by callingBuildTypeConverteron the serializerbuilder and deserializerbuilder. This typeconverter should be treated as a singleton and injected into the constructor of your class.The
IPropertyDescriptoris 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
ObjectSerializerandObjectDeserializerare also being passed around. They can be disregarded if you don't need them.To revert to the old date/time formats for
JsonCompatableremove theDateTime8601Converterand add theDateTimeConverterwith thedoubleQuotesconstructor parameter set totrue. Example:on
Mark,Cursor,SimpleKeythe position property data types changed frominttolongv15.3.0: Release 15.3.0Merge pull request #910 from lahma/symbols
Include symbols and deterministic build
Merge pull request #930 from MrLuje/fsharp-option
Add FSharpOption support
v15.1.6: Release 15.1.6Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
Fix infinite recursion of the hash code function of YamlMappingNode
Merge pull request #924 from kasperk81/frameworknames
use correct framework
v15.1.4: Release 15.1.4Merge pull request #903 from lahma/license-expression
Switch to using PackageLicenseExpression
Merge pull request #904 from airbreather/fix-656
Add a regression test for #656
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 has been generated by Renovate Bot.
Commands to ignore dependencies
You can trigger dependency actions by commenting on this PR:
@particularbot ignore this major version@particularbot ignore this minor version@particularbot ignore this dependency