Skip to content
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 2 commits into from
Dec 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps Markdig from 0.33.0 to 0.34.0.

Release notes

Sourced from Markdig's releases.

0.34.0

Changes

🐛 Bug Fixes

  • Make StringLineGroup returns a count limited Enumerator (PR #759) by @​Akarinnnnn
  • Fix source span calculation for LineBreakInline (PR #760) by @​zickb

🚀 Enhancements

🧰 Misc

  • Update packages (f52ecee0)

Full Changelog: 0.33.0...0.34.0

Published with dotnet-releaser

Commits
  • f52ecee Update packages
  • a092ec2 Merge pull request #760 from zickb/fix_source_span_calculation_for_linebreak_...
  • 6f1dce6 Fix last LineBreakInline source span in multi block scenario
  • 040a778 Merge pull request #759 from Akarinnnnn/fix-757
  • 2ae2cf9 Add tests for non-boxed enumerator of StringLineGroup.
  • ba1e562 Fix complication error of StringLineGroup.
  • 65a02e4 Add Enumerator GetEnumerator() for StringLineGroup
  • e78833a Update src/Markdig/Helpers/StringLineGroup.cs
  • 2ab716b Make StringLineGroup returns a count limited Enumerator
  • feeb186 Merge pull request #753 from MihaZupan/perf-nov23-3
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner December 18, 2023 22:20
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Dec 18, 2023
@github-actions github-actions bot changed the title Bump Markdig from 0.33.0 to 0.34.0 in /dotnet .Net: Bump Markdig from 0.33.0 to 0.34.0 in /dotnet Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/Markdig-0.34.0 branch from 16a7ee3 to 1c8ab44 Compare December 19, 2023 10:18

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@dmytrostruk dmytrostruk added this pull request to the merge queue Dec 19, 2023
Merged via the queue into main with commit d6a88a6 Dec 19, 2023
@dmytrostruk dmytrostruk deleted the dependabot/nuget/dotnet/Markdig-0.34.0 branch December 19, 2023 13:44
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Markdig&package-manager=nuget&previous-version=0.33.0&new-version=0.34.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] <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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants