-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 Markdig from 0.33.0 to 0.34.0 in /dotnet #4363
Merged
Merged
+1
−1
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 [Markdig](https://github.com/xoofx/markdig) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/xoofx/markdig/releases) - [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md) - [Commits](xoofx/markdig@0.33.0...0.34.0) --- updated-dependencies: - dependency-name: Markdig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16a7ee3
to
1c8ab44
Compare
RogerBarreto
approved these changes
Dec 19, 2023
dmytrostruk
approved these changes
Dec 19, 2023
Bryan-Roe
pushed a commit
to Bryan-Roe-ai/semantic-kernel
that referenced
this pull request
Oct 6, 2024
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.33.0 to 0.34.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.34.0</h2> <h1>Changes</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>Make StringLineGroup returns a count limited Enumerator (PR <a href="https://redirect.github.com/xoofx/markdig/issues/759">#759</a>) by <a href="https://github.com/Akarinnnnn"><code>@Akarinnnnn</code></a></li> <li>Fix source span calculation for LineBreakInline (PR <a href="https://redirect.github.com/xoofx/markdig/issues/760">#760</a>) by <a href="https://github.com/zickb"><code>@zickb</code></a></li> </ul> <h2>🚀 Enhancements</h2> <ul> <li>Update Visual Studio editor link (PR <a href="https://redirect.github.com/xoofx/markdig/issues/749">#749</a>) by <a href="https://github.com/michaelvolz"><code>@michaelvolz</code></a></li> <li>.NET 8.0 and a few other perf improvements (PR <a href="https://redirect.github.com/xoofx/markdig/issues/751">#751</a>) by <a href="https://github.com/MihaZupan"><code>@MihaZupan</code></a></li> <li>A few more perf improvements (PR <a href="https://redirect.github.com/xoofx/markdig/issues/753">#753</a>) by <a href="https://github.com/MihaZupan"><code>@MihaZupan</code></a></li> </ul> <h2>🧰 Misc</h2> <ul> <li>Update packages (f52ecee0)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xoofx/markdig/compare/0.33.0...0.34.0">0.33.0...0.34.0</a></p> <p><!-- raw HTML omitted -->Published with <a href="https://github.com/xoofx/dotnet-releaser/">dotnet-releaser</a><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xoofx/markdig/commit/f52ecee0b995200e234dc0fc275e2dcdedcdfca0"><code>f52ecee</code></a> Update packages</li> <li><a href="https://github.com/xoofx/markdig/commit/a092ec23b32c6b41b59a73417333f3af0636c8d4"><code>a092ec2</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/760">#760</a> from zickb/fix_source_span_calculation_for_linebreak_...</li> <li><a href="https://github.com/xoofx/markdig/commit/6f1dce63069c0a688f8e3921cadb538fa4d75829"><code>6f1dce6</code></a> Fix last LineBreakInline source span in multi block scenario</li> <li><a href="https://github.com/xoofx/markdig/commit/040a778d87030de957b65b41f136c17214b88a7b"><code>040a778</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/759">#759</a> from Akarinnnnn/fix-757</li> <li><a href="https://github.com/xoofx/markdig/commit/2ae2cf9263d5d0e3752ebf94b0021c5e8bf92d63"><code>2ae2cf9</code></a> Add tests for non-boxed enumerator of <code>StringLineGroup</code>.</li> <li><a href="https://github.com/xoofx/markdig/commit/ba1e562d2fe7418efeb53f466712bbd6ad9c39f9"><code>ba1e562</code></a> Fix complication error of <code>StringLineGroup</code>.</li> <li><a href="https://github.com/xoofx/markdig/commit/65a02e44ec8467a22cdf05125028e735e1d0cbe1"><code>65a02e4</code></a> Add <code>Enumerator GetEnumerator()</code> for <code>StringLineGroup</code></li> <li><a href="https://github.com/xoofx/markdig/commit/e78833ae30ac75c855979652e3da80369c360a77"><code>e78833a</code></a> Update src/Markdig/Helpers/StringLineGroup.cs</li> <li><a href="https://github.com/xoofx/markdig/commit/2ab716bec1b2240c9ee2df8613dd460ecb1b26b1"><code>2ab716b</code></a> Make StringLineGroup returns a count limited Enumerator</li> <li><a href="https://github.com/xoofx/markdig/commit/feeb1867cecc1cd9032b4ee51978d00669da42a1"><code>feeb186</code></a> Merge pull request <a href="https://redirect.github.com/xoofx/markdig/issues/753">#753</a> from MihaZupan/perf-nov23-3</li> <li>Additional commits viewable in <a href="https://github.com/xoofx/markdig/compare/0.33.0...0.34.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> Co-authored-by: Roger Barreto <19890735+RogerBarreto@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.33.0 to 0.34.0.
Release notes
Sourced from Markdig's releases.
Commits
f52ecee
Update packagesa092ec2
Merge pull request #760 from zickb/fix_source_span_calculation_for_linebreak_...6f1dce6
Fix last LineBreakInline source span in multi block scenario040a778
Merge pull request #759 from Akarinnnnn/fix-7572ae2cf9
Add tests for non-boxed enumerator ofStringLineGroup
.ba1e562
Fix complication error ofStringLineGroup
.65a02e4
AddEnumerator GetEnumerator()
forStringLineGroup
e78833a
Update src/Markdig/Helpers/StringLineGroup.cs2ab716b
Make StringLineGroup returns a count limited Enumeratorfeeb186
Merge pull request #753 from MihaZupan/perf-nov23-3Dependabot 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)