Skip to content

Commit

Permalink
.Net: Bump Markdig from 0.34.0 to 0.36.2 in /dotnet (#5533)
Browse files Browse the repository at this point in the history
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.34.0 to 0.36.2.
<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.36.2</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix missing code in commit for <a
href="https://redirect.github.com/xoofx/markdig/issues/780">#780</a>
(f48331d6)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xoofx/markdig/compare/0.36.1...0.36.2">0.36.1...0.36.2</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.36.1</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixes <a
href="https://redirect.github.com/xoofx/markdig/issues/780">#780</a>
where only the first paragraph of an alert block is processed.
(6549d3b7)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xoofx/markdig/compare/0.36.0...0.36.1">0.36.0...0.36.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.36.0</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix math source span (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/779">#779</a>) by
<a href="https://github.com/toothache"><code>@​toothache</code></a></li>
</ul>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add support for GitHub alert blocks (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/776">#776</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Fixed a typo in MathSpecs.md (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/773">#773</a>) by
<a
href="https://github.com/hhyyrylainen"><code>@​hhyyrylainen</code></a></li>
</ul>
<h2>🧰 Misc</h2>
<ul>
<li>Try to use the reusable workflow (201aa4ef)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xoofx/markdig/compare/0.35.0...0.36.0">0.35.0...0.36.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.35.0</h2>
<h1>Changes</h1>
<h2>✨ New Features</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xoofx/markdig/commit/f48331d6c7b6d28ab197f77475fab6715cee90b4"><code>f48331d</code></a>
Fix missing code in commit for <a
href="https://redirect.github.com/xoofx/markdig/issues/780">#780</a></li>
<li><a
href="https://github.com/xoofx/markdig/commit/6549d3b726b32146f3025204abb3bfeec53e3c1c"><code>6549d3b</code></a>
Fixes <a
href="https://redirect.github.com/xoofx/markdig/issues/780">#780</a>
where only the first paragraph of an alert block is processed.</li>
<li><a
href="https://github.com/xoofx/markdig/commit/d434f003550701fdbb6334cc7f70e414bc64ad23"><code>d434f00</code></a>
Merge pull request <a
href="https://redirect.github.com/xoofx/markdig/issues/779">#779</a>
from toothache/fix_math_span</li>
<li><a
href="https://github.com/xoofx/markdig/commit/b62a12d32db9f86070352b8a2871b80fc217d2d8"><code>b62a12d</code></a>
Add support for GitHub alert blocks (<a
href="https://redirect.github.com/xoofx/markdig/issues/776">#776</a>)</li>
<li><a
href="https://github.com/xoofx/markdig/commit/3c7edaa82dbf6f3c8fc534d4cb2be3f59ccdd466"><code>3c7edaa</code></a>
Fix math source span.</li>
<li><a
href="https://github.com/xoofx/markdig/commit/fcb56fb03701cc1a07a52769908579adb8927ee2"><code>fcb56fb</code></a>
Merge pull request <a
href="https://redirect.github.com/xoofx/markdig/issues/773">#773</a>
from hhyyrylainen/patch-1</li>
<li><a
href="https://github.com/xoofx/markdig/commit/50bc6cadfcb8cf94d9788513386ba080c5de8ffe"><code>50bc6ca</code></a>
Fix typo in MathSpecs.md</li>
<li><a
href="https://github.com/xoofx/markdig/commit/201aa4ef738e5faa1bee35592a665b1bdf0fd90e"><code>201aa4e</code></a>
Try to use the reusable workflow</li>
<li><a
href="https://github.com/xoofx/markdig/commit/adce9797d69706854147bb43659564e530d75a9f"><code>adce979</code></a>
Use ubuntu for the CI</li>
<li><a
href="https://github.com/xoofx/markdig/commit/fb71dff0ec78f1fa31af39ac4c763dbdac6ab1d4"><code>fb71dff</code></a>
Fix tests</li>
<li>Additional commits viewable in <a
href="https://github.com/xoofx/markdig/compare/0.34.0...0.36.2">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.34.0&new-version=0.36.2)](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>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent 88bdb11 commit b5010f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.2.0" />
<PackageVersion Include="Azure.Search.Documents" Version="11.5.1" />
<PackageVersion Include="Handlebars.Net.Helpers" Version="2.4.1.4" />
<PackageVersion Include="Markdig" Version="0.34.0" />
<PackageVersion Include="Markdig" Version="0.36.2" />
<PackageVersion Include="Handlebars.Net" Version="2.1.4" />
<PackageVersion Include="JsonSchema.Net.Generation" Version="3.5.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.20.1" />
Expand Down

0 comments on commit b5010f8

Please sign in to comment.