-
Notifications
You must be signed in to change notification settings - Fork 4k
.Net: Bump Markdig from 0.37.0 to 0.40.0 in /dotnet #10774
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
Merged
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/Markdig-0.40.0
Mar 7, 2025
Merged
.Net: Bump Markdig from 0.37.0 to 0.40.0 in /dotnet #10774
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/Markdig-0.40.0
Mar 7, 2025
Conversation
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
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.37.0 to 0.40.0. - [Release notes](https://github.com/xoofx/markdig/releases) - [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md) - [Commits](xoofx/markdig@0.37.0...0.40.0) --- updated-dependencies: - dependency-name: Markdig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
RogerBarreto
approved these changes
Mar 4, 2025
markwallace-microsoft
approved these changes
Mar 7, 2025
musale
pushed a commit
to musale/semantic-kernel
that referenced
this pull request
Mar 10, 2025
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.37.0 to 0.40.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xoofx/markdig/releases">Markdig's releases</a>.</em></p> <blockquote> <h2>0.40.0</h2> <h1>Changes</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix errors in LinkHelper and LinkInlineParser. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/837">#837</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Check that the alert candidate is not already in an alert block or nested within other elements. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/842">#842</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Fixes exception in DefinitionListParser.GetCurrentDefinitionList() (PR <a href="https://redirect.github.com/xoofx/markdig/issues/843">#843</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Prevent GridTableParser from looking beyond the end of a line. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/844">#844</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xoofx/markdig/compare/0.39.1...0.40.0">0.39.1...0.40.0</a></p> <p><!-- raw HTML omitted -->Published with <a href="https://github.com/xoofx/dotnet-releaser/">dotnet-releaser</a><!-- raw HTML omitted --></p> <h2>0.39.1</h2> <h1>Changes</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix an incorrect offset in GridTableParser. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/834">#834</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Include opening and closing pipes in the table span (PR <a href="https://redirect.github.com/xoofx/markdig/issues/835">#835</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Fix an error in the AbbreviationParser. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/836">#836</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Update ci badge (fdaef774)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xoofx/markdig/compare/0.39.0...0.39.1">0.39.0...0.39.1</a></p> <p><!-- raw HTML omitted -->Published with <a href="https://github.com/xoofx/dotnet-releaser/">dotnet-releaser</a><!-- raw HTML omitted --></p> <h2>0.39.0</h2> <h1>Changes</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix extra line feeds in link title (PR <a href="https://redirect.github.com/xoofx/markdig/issues/826">#826</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Fix incorrect emphasis span calculation. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/829">#829</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Set delimiter char and count in CustomContainerInline instances. (PR <a href="https://redirect.github.com/xoofx/markdig/issues/831">#831</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> <li>Set the correct source location in Footnote and FootnoteLinkReferenceDefinition (PR <a href="https://redirect.github.com/xoofx/markdig/issues/832">#832</a>) by <a href="https://github.com/snnz"><code>@snnz</code></a></li> </ul> <h2>🚀 Enhancements</h2> <ul> <li>Add .NET 9 target, drop .NET 6 (PR <a href="https://redirect.github.com/xoofx/markdig/issues/828">#828</a>) by <a href="https://github.com/MihaZupan"><code>@MihaZupan</code></a></li> </ul> <h2>🧰 Misc</h2> <ul> <li>Update readme.md (310a55c7)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xoofx/markdig/compare/0.38.0...0.39.0">0.38.0...0.39.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xoofx/markdig/commit/55280231586f5a9ed0a81e8722bf9ff0a77fe73c"><code>5528023</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/844">#844</a> from snnz/fix-gridtables</li> <li><a href="https://github.com/xoofx/markdig/commit/f93b9d79d90b7cee3b83b2f58b5c7501050001fe"><code>f93b9d7</code></a> Merge branch 'master' into fix-gridtables</li> <li><a href="https://github.com/xoofx/markdig/commit/d53fd0e87003b6e21f9cfd250214c72c890b7a2d"><code>d53fd0e</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/843">#843</a> from snnz/fix-deflists</li> <li><a href="https://github.com/xoofx/markdig/commit/c488aca96cba8ae756e8dd660d3797819b399442"><code>c488aca</code></a> Merge branch 'master' into fix-deflists</li> <li><a href="https://github.com/xoofx/markdig/commit/9b3f442765a236151776c7a77bd65580b5e78b8a"><code>9b3f442</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/842">#842</a> from snnz/fix-alerts</li> <li><a href="https://github.com/xoofx/markdig/commit/7b6d659bbd803e401a1d5ca705cb1f69267a981b"><code>7b6d659</code></a> A test has been added.</li> <li><a href="https://github.com/xoofx/markdig/commit/bc8ba4fecb9fd6ce849a601bc7031bb42210de76"><code>bc8ba4f</code></a> A test has been added.</li> <li><a href="https://github.com/xoofx/markdig/commit/d87bb7292d550f95c0088454b96fc97e5de6e052"><code>d87bb72</code></a> A test has been added.</li> <li><a href="https://github.com/xoofx/markdig/commit/118d28f886f0af1b1c7d7430d2f7ee8d5e4eca1c"><code>118d28f</code></a> Prevent GridTableParser from looking beyond the end of a line.</li> <li><a href="https://github.com/xoofx/markdig/commit/3e0c72f0430cb58d7aa9caf325bd780325229e17"><code>3e0c72f</code></a> Fixes exception in DefinitionListParser.GetCurrentDefinitionList()</li> <li>Additional commits viewable in <a href="https://github.com/xoofx/markdig/compare/0.37.0...0.40.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> 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 Markdig from 0.37.0 to 0.40.0.
Release notes
Sourced from Markdig's releases.
... (truncated)
Commits
5528023
Merge pull request #844 from snnz/fix-gridtablesf93b9d7
Merge branch 'master' into fix-gridtablesd53fd0e
Merge pull request #843 from snnz/fix-deflistsc488aca
Merge branch 'master' into fix-deflists9b3f442
Merge pull request #842 from snnz/fix-alerts7b6d659
A test has been added.bc8ba4f
A test has been added.d87bb72
A test has been added.118d28f
Prevent GridTableParser from looking beyond the end of a line.3e0c72f
Fixes exception in DefinitionListParser.GetCurrentDefinitionList()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 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)