Skip to content

Update dependency YamlDotNet to v18#130

Open
xdev-renovate wants to merge 1 commit into
developfrom
renovate/yamldotnet-18.x
Open

Update dependency YamlDotNet to v18#130
xdev-renovate wants to merge 1 commit into
developfrom
renovate/yamldotnet-18.x

Conversation

@xdev-renovate
Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Type Update Change
YamlDotNet (source) nuget major 17.0.118.0.0

Release Notes

aaubry/YamlDotNet (YamlDotNet)

v18.0.0: Release 18.0.0

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @​EdwardCooke in #​1103
    BREAKING CHANGE This is a breaking change in the TypeInspectorSkeleton class and the ITypeInspector interface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.

Full Changelog: aaubry/YamlDotNet@v17.1.0...v18.0.0

v17.1.0: Release 17.1.0

What's Changed

  • Security improvements by @​EdwardCooke in #​1102
    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


Configuration

📅 Schedule: (UTC)

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

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.

1 participant