chore(deps): update dependency yamldotnet to v16#449
Merged
Conversation
43578b6 to
583639d
Compare
323bb8d to
2f47386
Compare
2f47386 to
828dea8
Compare
828dea8 to
6da9c2c
Compare
8980fd9 to
d775363
Compare
ac51741 to
f49acf0
Compare
2270cfc to
945408a
Compare
485c39c to
f65c010
Compare
f65c010 to
1283e41
Compare
b7d1df1 to
ef93707
Compare
972743d to
85fca06
Compare
289d78c to
970c5ae
Compare
591ff1e to
971ed5d
Compare
288b6a4 to
45fb0fc
Compare
45fb0fc to
703c333
Compare
703c333 to
3c13143
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
==========================================
- Coverage 78.04% 78.03% -0.02%
==========================================
Files 130 130
Lines 12521 12527 +6
Branches 1873 1873
==========================================
+ Hits 9772 9775 +3
- Misses 1980 1982 +2
- Partials 769 770 +1
🚀 New features to boost your workflow:
|
121yaseen
approved these changes
Aug 13, 2025
Contributor
|
🦄 |
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.3.0->16.3.0Release 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 frominttolongConfiguration
📅 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.