From c6bd4f115085973a913ff6bcf4ed07f1a65541d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:54:04 -0800 Subject: [PATCH] Bump Markdig from 0.38.0 to 0.39.1 (#16006) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [Markdig](https://github.com/xoofx/markdig) from 0.38.0 to 0.39.1.
Release notes

Sourced from Markdig's releases.

0.39.1

Changes

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: 0.39.0...0.39.1

Published with dotnet-releaser

0.39.0

Changes

🐛 Bug Fixes

🚀 Enhancements

🧰 Misc

Full Changelog: 0.38.0...0.39.0

Published with dotnet-releaser

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Markdig&package-manager=nuget&previous-version=0.38.0&new-version=0.39.1)](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) ---
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 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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16006) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StephenWeatherford --- .../packages.lock.json | 6 +++--- .../packages.lock.json | 6 +++--- src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json | 6 +++--- .../Bicep.RegistryModuleTool.csproj | 2 +- src/Bicep.RegistryModuleTool/packages.lock.json | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Bicep.RegistryModuleTool.IntegrationTests/packages.lock.json b/src/Bicep.RegistryModuleTool.IntegrationTests/packages.lock.json index ca848e2f600..c448219cf44 100644 --- a/src/Bicep.RegistryModuleTool.IntegrationTests/packages.lock.json +++ b/src/Bicep.RegistryModuleTool.IntegrationTests/packages.lock.json @@ -380,8 +380,8 @@ }, "Markdig": { "type": "Transitive", - "resolved": "0.38.0", - "contentHash": "zKy3JFjQvr1wbuMtbfcZVjNNCIqHxSCjGMq/CBcyNsY/MPsxqcS3o8M7CZ2kcMGGIw5LI2ZZd8rFUaFeV6SvrQ==" + "resolved": "0.39.1", + "contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==" }, "MediatR": { "type": "Transitive", @@ -1773,7 +1773,7 @@ "Azure.Bicep.Core": "[1.0.0, )", "JsonPath.Net": "[2.0.1, )", "JsonSchema.Net": "[7.3.0, )", - "Markdig": "[0.38.0, )", + "Markdig": "[0.39.1, )", "Microsoft.Extensions.Logging": "[9.0.0, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.Console": "[6.0.0, )", diff --git a/src/Bicep.RegistryModuleTool.TestFixtures/packages.lock.json b/src/Bicep.RegistryModuleTool.TestFixtures/packages.lock.json index 522df23f819..897c7080626 100644 --- a/src/Bicep.RegistryModuleTool.TestFixtures/packages.lock.json +++ b/src/Bicep.RegistryModuleTool.TestFixtures/packages.lock.json @@ -359,8 +359,8 @@ }, "Markdig": { "type": "Transitive", - "resolved": "0.38.0", - "contentHash": "zKy3JFjQvr1wbuMtbfcZVjNNCIqHxSCjGMq/CBcyNsY/MPsxqcS3o8M7CZ2kcMGGIw5LI2ZZd8rFUaFeV6SvrQ==" + "resolved": "0.39.1", + "contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==" }, "MediatR": { "type": "Transitive", @@ -1767,7 +1767,7 @@ "Azure.Bicep.Core": "[1.0.0, )", "JsonPath.Net": "[2.0.1, )", "JsonSchema.Net": "[7.3.0, )", - "Markdig": "[0.38.0, )", + "Markdig": "[0.39.1, )", "Microsoft.Extensions.Logging": "[9.0.0, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.Console": "[6.0.0, )", diff --git a/src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json b/src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json index ca848e2f600..c448219cf44 100644 --- a/src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json +++ b/src/Bicep.RegistryModuleTool.UnitTests/packages.lock.json @@ -380,8 +380,8 @@ }, "Markdig": { "type": "Transitive", - "resolved": "0.38.0", - "contentHash": "zKy3JFjQvr1wbuMtbfcZVjNNCIqHxSCjGMq/CBcyNsY/MPsxqcS3o8M7CZ2kcMGGIw5LI2ZZd8rFUaFeV6SvrQ==" + "resolved": "0.39.1", + "contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==" }, "MediatR": { "type": "Transitive", @@ -1773,7 +1773,7 @@ "Azure.Bicep.Core": "[1.0.0, )", "JsonPath.Net": "[2.0.1, )", "JsonSchema.Net": "[7.3.0, )", - "Markdig": "[0.38.0, )", + "Markdig": "[0.39.1, )", "Microsoft.Extensions.Logging": "[9.0.0, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.Console": "[6.0.0, )", diff --git a/src/Bicep.RegistryModuleTool/Bicep.RegistryModuleTool.csproj b/src/Bicep.RegistryModuleTool/Bicep.RegistryModuleTool.csproj index 55216d74cb0..23558cae40b 100644 --- a/src/Bicep.RegistryModuleTool/Bicep.RegistryModuleTool.csproj +++ b/src/Bicep.RegistryModuleTool/Bicep.RegistryModuleTool.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/Bicep.RegistryModuleTool/packages.lock.json b/src/Bicep.RegistryModuleTool/packages.lock.json index 240555beb9c..ea6c16ab344 100644 --- a/src/Bicep.RegistryModuleTool/packages.lock.json +++ b/src/Bicep.RegistryModuleTool/packages.lock.json @@ -28,9 +28,9 @@ }, "Markdig": { "type": "Direct", - "requested": "[0.38.0, )", - "resolved": "0.38.0", - "contentHash": "zKy3JFjQvr1wbuMtbfcZVjNNCIqHxSCjGMq/CBcyNsY/MPsxqcS3o8M7CZ2kcMGGIw5LI2ZZd8rFUaFeV6SvrQ==" + "requested": "[0.39.1, )", + "resolved": "0.39.1", + "contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==" }, "Microsoft.CodeAnalysis.BannedApiAnalyzers": { "type": "Direct",