chore(deps): update dependency yamldotnet to v17#2749
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Thank you for your contribution! 🙏 We will review it as soon as possible. |
08ea025 to
bc97b22
Compare
bc97b22 to
fb42dfe
Compare
fb42dfe to
c116edf
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.6→17.1.0Release Notes
aaubry/YamlDotNet (YamlDotNet)
v17.1.0: Release 17.1.0What's Changed
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.0What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.3.0...v17.0.0
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
Configuration
📅 Schedule: (UTC)
🚦 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.