Skip to content

Commit

Permalink
Bump Markdig from 0.36.2 to 0.37.0 (#13881)
Browse files Browse the repository at this point in the history
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.36.2 to 0.37.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.37.0</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix issues for math span calculation (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/785">#785</a>) by
<a href="https://github.com/toothache"><code>@​toothache</code></a></li>
<li>Fix invalid setext heading (<a
href="https://redirect.github.com/xoofx/markdig/issues/785">#785</a>)
(000393f4)</li>
</ul>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add bootstrap alert renderer (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/782">#782</a>) by
<a href="https://github.com/Abrynos"><code>@​Abrynos</code></a></li>
<li>Make alert block headers case-invariant (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/784">#784</a>) by
<a href="https://github.com/Abrynos"><code>@​Abrynos</code></a></li>
<li>Support for YouTube Shorts embedding (PR <a
href="https://redirect.github.com/xoofx/markdig/issues/786">#786</a>) by
<a
href="https://github.com/MartinZikmund"><code>@​MartinZikmund</code></a></li>
</ul>
<h2>🧰 Misc</h2>
<ul>
<li>Update readme.md (fd226d53)</li>
<li>Update parsing-extensions.md (c75a11ec)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xoofx/markdig/compare/0.36.2...0.37.0">0.36.2...0.37.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/1a1bbecc467a800dd6b39e68825df50309f6065c"><code>1a1bbec</code></a>
Merge pull request <a
href="https://redirect.github.com/xoofx/markdig/issues/786">#786</a>
from MartinZikmund/feature/youtube-short-support</li>
<li><a
href="https://github.com/xoofx/markdig/commit/68bd3074b2763611d07f5a806b9e72f986d4ea0c"><code>68bd307</code></a>
Add support for YouTube Shorts embedding</li>
<li><a
href="https://github.com/xoofx/markdig/commit/e486903687fd52ae90598fef4d03c4a26251d958"><code>e486903</code></a>
Test support for YouTube Shorts embedding</li>
<li><a
href="https://github.com/xoofx/markdig/commit/8e22754db405ccd1ac6b01eca33c8931c56cf6c1"><code>8e22754</code></a>
Merge pull request <a
href="https://redirect.github.com/xoofx/markdig/issues/785">#785</a>
from toothache/fix_issues</li>
<li><a
href="https://github.com/xoofx/markdig/commit/93d88ab994ae7788af4eb3d02f88fa2e2848a5ae"><code>93d88ab</code></a>
Fix math span calculation.</li>
<li><a
href="https://github.com/xoofx/markdig/commit/000393f46a3e8ed4bac5a685fdafa48c0dfb1a21"><code>000393f</code></a>
Fix invalid setext heading (<a
href="https://redirect.github.com/xoofx/markdig/issues/785">#785</a>)</li>
<li><a
href="https://github.com/xoofx/markdig/commit/a5796890e14361edbb95c6c898fc632bf38448fe"><code>a579689</code></a>
Merge pull request <a
href="https://redirect.github.com/xoofx/markdig/issues/784">#784</a>
from Abrynos/case-invariant-alerts</li>
<li><a
href="https://github.com/xoofx/markdig/commit/c19ba5b0ebe32f7350019b8fb37b8e2b7f85f12a"><code>c19ba5b</code></a>
Add fallback value in order to mark unknown alert kinds in some way as
well</li>
<li><a
href="https://github.com/xoofx/markdig/commit/03390e4f71a5e7364622ef6efb2e5a55a3327cad"><code>03390e4</code></a>
Misc.</li>
<li><a
href="https://github.com/xoofx/markdig/commit/42bd65caafc65fb8adf116ca80805271413a5740"><code>42bd65c</code></a>
Apply feedback</li>
<li>Additional commits viewable in <a
href="https://github.com/xoofx/markdig/compare/0.36.2...0.37.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.36.2&new-version=0.37.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>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13881)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: StephenWeatherford <StephenWeatherford@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and StephenWeatherford committed Apr 21, 2024
1 parent 91ef116 commit 648edaf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@
},
"Markdig": {
"type": "Transitive",
"resolved": "0.36.2",
"contentHash": "jQoU7pIDSGBuorR6mxAmGPXAiTmG1/1bSzuXsL7DfmDe/ueokSld5abE0M+lYHI7IeKs/HvkhRnKl0Gt9MF5cw=="
"resolved": "0.37.0",
"contentHash": "biiu4MTPFjW55qw6v5Aphtj0MjDLJ14x8ndZwkJUHIeqvaSGKeqhLY7S7Vu/S3k7/c9KwhhnaCDP9hdFNUhcNA=="
},
"MediatR": {
"type": "Transitive",
Expand Down Expand Up @@ -1532,7 +1532,7 @@
"Azure.Bicep.Core": "[1.0.0, )",
"JsonPath.Net": "[1.0.0, )",
"JsonSchema.Net": "[6.0.7, )",
"Markdig": "[0.36.2, )",
"Markdig": "[0.37.0, )",
"Microsoft.Extensions.Logging": "[8.0.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Sinks.Console": "[5.0.1, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.RegistryModuleTool.TestFixtures/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
},
"Markdig": {
"type": "Transitive",
"resolved": "0.36.2",
"contentHash": "jQoU7pIDSGBuorR6mxAmGPXAiTmG1/1bSzuXsL7DfmDe/ueokSld5abE0M+lYHI7IeKs/HvkhRnKl0Gt9MF5cw=="
"resolved": "0.37.0",
"contentHash": "biiu4MTPFjW55qw6v5Aphtj0MjDLJ14x8ndZwkJUHIeqvaSGKeqhLY7S7Vu/S3k7/c9KwhhnaCDP9hdFNUhcNA=="
},
"MediatR": {
"type": "Transitive",
Expand Down Expand Up @@ -1473,7 +1473,7 @@
"Azure.Bicep.Core": "[1.0.0, )",
"JsonPath.Net": "[1.0.0, )",
"JsonSchema.Net": "[6.0.7, )",
"Markdig": "[0.36.2, )",
"Markdig": "[0.37.0, )",
"Microsoft.Extensions.Logging": "[8.0.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Sinks.Console": "[5.0.1, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@
},
"Markdig": {
"type": "Transitive",
"resolved": "0.36.2",
"contentHash": "jQoU7pIDSGBuorR6mxAmGPXAiTmG1/1bSzuXsL7DfmDe/ueokSld5abE0M+lYHI7IeKs/HvkhRnKl0Gt9MF5cw=="
"resolved": "0.37.0",
"contentHash": "biiu4MTPFjW55qw6v5Aphtj0MjDLJ14x8ndZwkJUHIeqvaSGKeqhLY7S7Vu/S3k7/c9KwhhnaCDP9hdFNUhcNA=="
},
"MediatR": {
"type": "Transitive",
Expand Down Expand Up @@ -1532,7 +1532,7 @@
"Azure.Bicep.Core": "[1.0.0, )",
"JsonPath.Net": "[1.0.0, )",
"JsonSchema.Net": "[6.0.7, )",
"Markdig": "[0.36.2, )",
"Markdig": "[0.37.0, )",
"Microsoft.Extensions.Logging": "[8.0.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Sinks.Console": "[5.0.1, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="JsonPath.Net" Version="1.0.0" />
<PackageReference Include="JsonSchema.Net" Version="6.0.7" />
<PackageReference Include="Markdig" Version="0.36.2" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.RegistryModuleTool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Markdig": {
"type": "Direct",
"requested": "[0.36.2, )",
"resolved": "0.36.2",
"contentHash": "jQoU7pIDSGBuorR6mxAmGPXAiTmG1/1bSzuXsL7DfmDe/ueokSld5abE0M+lYHI7IeKs/HvkhRnKl0Gt9MF5cw=="
"requested": "[0.37.0, )",
"resolved": "0.37.0",
"contentHash": "biiu4MTPFjW55qw6v5Aphtj0MjDLJ14x8ndZwkJUHIeqvaSGKeqhLY7S7Vu/S3k7/c9KwhhnaCDP9hdFNUhcNA=="
},
"Microsoft.CodeAnalysis.BannedApiAnalyzers": {
"type": "Direct",
Expand Down

0 comments on commit 648edaf

Please sign in to comment.