Bump YamlDotNet from 17.1.0 to 18.0.0#205
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Kiryuumaru
approved these changes
May 21, 2026
26f74c1 to
206b25e
Compare
Kiryuumaru
approved these changes
May 27, 2026
206b25e to
66d3913
Compare
Kiryuumaru
previously approved these changes
May 27, 2026
66d3913 to
c702125
Compare
Kiryuumaru
previously approved these changes
May 29, 2026
c702125 to
e12b3f7
Compare
Kiryuumaru
approved these changes
May 30, 2026
e12b3f7 to
807b16b
Compare
Kiryuumaru
approved these changes
Jun 11, 2026
807b16b to
3063aca
Compare
Kiryuumaru
approved these changes
Jun 12, 2026
--- updated-dependencies: - dependency-name: YamlDotNet dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
3063aca to
f2bfb36
Compare
Kiryuumaru
approved these changes
Jun 12, 2026
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.
Updated YamlDotNet from 17.1.0 to 18.0.0.
Release notes
Sourced from YamlDotNet's releases.
18.0.0
What's Changed
BREAKING CHANGE This is a breaking change in the
TypeInspectorSkeletonclass and theITypeInspectorinterface 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
Commits viewable in compare view.