-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Bump YamlDotNet from 15.1.4 to 15.3.0 in /dotnet #6939
Merged
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/YamlDotNet-15.3.0
Jun 25, 2024
Merged
.Net: Bump YamlDotNet from 15.1.4 to 15.3.0 in /dotnet #6939
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/YamlDotNet-15.3.0
Jun 25, 2024
Conversation
This file contains 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
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 15.1.4 to 15.3.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v15.1.4...v15.3.0) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
.NET
Issue or Pull requests regarding .NET code
dependencies
Pull requests that update a dependency file. Used by Dependabot.
labels
Jun 24, 2024
github-actions
bot
changed the title
Bump YamlDotNet from 15.1.4 to 15.3.0 in /dotnet
.Net: Bump YamlDotNet from 15.1.4 to 15.3.0 in /dotnet
Jun 24, 2024
dmytrostruk
approved these changes
Jun 25, 2024
markwallace-microsoft
approved these changes
Jun 25, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jun 25, 2024
markwallace-microsoft
deleted the
dependabot/nuget/dotnet/YamlDotNet-15.3.0
branch
June 25, 2024 11:53
LudoCorporateShark
pushed a commit
to LudoCorporateShark/semantic-kernel
that referenced
this pull request
Aug 25, 2024
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 15.1.4 to 15.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aaubry/YamlDotNet/releases">YamlDotNet's releases</a>.</em></p> <blockquote> <h2>Release 15.3.0</h2> <ul> <li> <p>Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/910">#910</a> from lahma/symbols<br /> Include symbols and deterministic build</p> </li> <li> <p>Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/930">#930</a> from MrLuje/fsharp-option<br /> Add FSharpOption support</p> </li> </ul> <h2>Release 15.1.6</h2> <ul> <li> <p>Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/808">#808</a> from tomer-amir/fix-hash-code-infinite-recursion<br /> Fix infinite recursion of the hash code function of YamlMappingNode</p> </li> <li> <p>Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/924">#924</a> from kasperk81/frameworknames<br /> use correct framework</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aaubry/YamlDotNet/commit/23991bd3d22009f7478e9e5c3ac71b106a8da3b7"><code>23991bd</code></a> Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/930">#930</a> from MrLuje/fsharp-option</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/191087f45b0a58e1f7cce98df0d699bed7b5465b"><code>191087f</code></a> Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/910">#910</a> from lahma/symbols</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/cb1c48ab56ddb2994b21761c905802a38dfdf578"><code>cb1c48a</code></a> feat: add FsharpOption support</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/abd322479eb6e67da767dae26e6ea1af1a9aaa49"><code>abd3224</code></a> Include symbols and deterministic build</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/846ebf752b6397d4a057eb6d7798cedc1c672101"><code>846ebf7</code></a> Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/924">#924</a> from kasperk81/frameworknames</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/53cfe3e71c2cac8051f41c2ab08061ea6abf50ed"><code>53cfe3e</code></a> Merge pull request <a href="https://redirect.github.com/aaubry/YamlDotNet/issues/808">#808</a> from tomer-amir/fix-hash-code-infinite-recursion</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/057a9c0fb9d2ed28220194ab62df3bec75334c9a"><code>057a9c0</code></a> Merge remote-tracking branch 'upstream/master' into fix-hash-code-infinite-re...</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/cc5f5a6b7af76980b17e7e44d868973c7d5f531b"><code>cc5f5a6</code></a> adding test cases that cause recursive GetHashCode recursive call</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/2c57ca2bc4472da4611639be9c49845b80ec53d9"><code>2c57ca2</code></a> fix hashcode recursion only for the recursive case (anchor)</li> <li><a href="https://github.com/aaubry/YamlDotNet/commit/de28ca2eda2fe7cdacd3959126e7b2f5386eb3d9"><code>de28ca2</code></a> use correct framework</li> <li>See full diff in <a href="https://github.com/aaubry/YamlDotNet/compare/v15.1.4...v15.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=YamlDotNet&package-manager=nuget&previous-version=15.1.4&new-version=15.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file. Used by Dependabot.
.NET
Issue or Pull requests regarding .NET code
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.
Bumps YamlDotNet from 15.1.4 to 15.3.0.
Release notes
Sourced from YamlDotNet's releases.
Commits
23991bd
Merge pull request #930 from MrLuje/fsharp-option191087f
Merge pull request #910 from lahma/symbolscb1c48a
feat: add FsharpOption supportabd3224
Include symbols and deterministic build846ebf7
Merge pull request #924 from kasperk81/frameworknames53cfe3e
Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion057a9c0
Merge remote-tracking branch 'upstream/master' into fix-hash-code-infinite-re...cc5f5a6
adding test cases that cause recursive GetHashCode recursive call2c57ca2
fix hashcode recursion only for the recursive case (anchor)de28ca2
use correct frameworkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)