Keep YamlDotNet at 11.2.1#3817
Open
dependabot[bot] wants to merge 4 commits into
Open
Conversation
bb6fd36 to
dc73e12
Compare
dc73e12 to
628e57a
Compare
Member
|
@dependabot rebase |
--- updated-dependencies: - dependency-name: YamlDotNet dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - 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>
628e57a to
52ad922
Compare
Contributor
Author
|
The base commit for this pull request has not changed. |
Member
|
@copilot some of the PR pipelines are failing. find the root cause and fix it |
Co-authored-by: polatengin <118744+polatengin@users.noreply.github.com>
Co-authored-by: polatengin <118744+polatengin@users.noreply.github.com>
Co-authored-by: polatengin <118744+polatengin@users.noreply.github.com>
Contributor
Fixed in 47067b6 and 0046ae3. Root cause was YamlDotNet 18.x being incompatible with the PSRule 2.9.0 module dependency in the same PowerShell session, which caused the module test jobs to fail with YamlDotNet assembly load/type load errors. I reverted the incompatible dependency and lockfile updates and validated the module tests locally. |
Copilot
AI
changed the title
Bump YamlDotNet from 11.2.1 to 18.0.0
Keep YamlDotNet at 11.2.1
Jun 3, 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.
Keeps YamlDotNet at 11.2.1 because updating to 18.0.0 is incompatible with the current PSRule module dependency.