Skip to content

chore(deps): update dependency yamldotnet to v16#449

Merged
einarmo merged 3 commits intomasterfrom
renovate/yamldotnet-16.x
Aug 13, 2025
Merged

chore(deps): update dependency yamldotnet to v16#449
einarmo merged 3 commits intomasterfrom
renovate/yamldotnet-16.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 14, 2024

This PR contains the following updates:

Package Change Age Confidence
YamlDotNet (source) 15.3.0 -> 16.3.0 age confidence

Release Notes

aaubry/YamlDotNet (YamlDotNet)

v16.3.0: Release 16.3.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.2.1...v16.3.0

v16.2.1: Release 16.2.1

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.2.0...v16.2.1

v16.2.0: Release 16.2.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.1.3...v16.2.0

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 becomes conflicted, 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 requested a review from a team as a code owner July 14, 2024 18:13
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 43578b6 to 583639d Compare July 15, 2024 12:31
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 4 times, most recently from 323bb8d to 2f47386 Compare August 5, 2024 07:56
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 2f47386 to 828dea8 Compare August 7, 2024 07:04
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 828dea8 to 6da9c2c Compare August 15, 2024 05:23
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 6 times, most recently from 8980fd9 to d775363 Compare September 1, 2024 16:42
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from ac51741 to f49acf0 Compare September 10, 2024 10:15
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 4 times, most recently from 2270cfc to 945408a Compare September 16, 2024 12:23
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 3 times, most recently from 485c39c to f65c010 Compare September 27, 2024 05:47
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from f65c010 to 1283e41 Compare September 30, 2024 05:59
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 3 times, most recently from b7d1df1 to ef93707 Compare October 15, 2024 22:01
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 972743d to 85fca06 Compare January 8, 2025 12:10
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 5 times, most recently from 289d78c to 970c5ae Compare January 14, 2025 19:42
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 9 times, most recently from 591ff1e to 971ed5d Compare January 24, 2025 07:25
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch 2 times, most recently from 288b6a4 to 45fb0fc Compare February 3, 2025 09:08
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 45fb0fc to 703c333 Compare February 3, 2025 11:04
@renovate renovate bot force-pushed the renovate/yamldotnet-16.x branch from 703c333 to 3c13143 Compare February 10, 2025 11:43
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 13, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 13, 2025

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.03%. Comparing base (60e0a2c) to head (fccb512).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
Cognite.Config/Yaml/DefaultFilterTypeInspector.cs 0.00% 6 Missing ⚠️
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     
Files with missing lines Coverage Δ
Cognite.Config/KeyVault.cs 76.00% <ø> (ø)
Cognite.Config/TimestampWrapper.cs 74.07% <ø> (ø)
Cognite.Config/Yaml/ListOrStringConverter.cs 93.54% <ø> (ø)
Cognite.Config/Yaml/TemplatedValueDeserializer.cs 92.59% <ø> (ø)
Cognite.Config/Yaml/YamlEnumConverter.cs 55.55% <ø> (ø)
Cognite.Config/Yaml/DefaultFilterTypeInspector.cs 82.08% <0.00%> (-8.08%) ⬇️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@einarmo
Copy link
Copy Markdown
Contributor

einarmo commented Aug 13, 2025

🦄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants