From b42b2f6ecab1b0b143fba3c08157867cf23b693d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:57:18 +0000 Subject: [PATCH] chore(deps): update dependency docfx to 2.78.2 (#825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docfx](https://redirect.github.com/dotnet/docfx) | `2.78.1` -> `2.78.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/docfx/2.78.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/docfx/2.78.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/docfx/2.78.1/2.78.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/docfx/2.78.1/2.78.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dotnet/docfx (docfx) ### [`v2.78.2`](https://redirect.github.com/dotnet/docfx/releases/tag/2.78.2) [Compare Source](https://redirect.github.com/dotnet/docfx/compare/2.78.1...2.78.2) #### What's Changed ##### ๐ŸŽ‰ New Features - feat: Reformat YouTube videos to the embeded URL by [@​hultqvist](https://redirect.github.com/hultqvist) in [https://github.com/dotnet/docfx/pull/10372](https://redirect.github.com/dotnet/docfx/pull/10372) ##### ๐Ÿž Bug Fixes - fix: Fix Node.js prerequisite issues by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10406](https://redirect.github.com/dotnet/docfx/pull/10406) - fix: System.Reflection.Metadata.Document.Name can throw BadImageFormaโ€ฆ by [@​RobJessop](https://redirect.github.com/RobJessop) in [https://github.com/dotnet/docfx/pull/10410](https://redirect.github.com/dotnet/docfx/pull/10410) - fix: Bootstrap variable override problem by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10412](https://redirect.github.com/dotnet/docfx/pull/10412) - fix: Skip header/footer rendering for cover page by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10416](https://redirect.github.com/dotnet/docfx/pull/10416) ##### ๐Ÿ“„ Documentation - docs: Add how to use docfx nightly version by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10394](https://redirect.github.com/dotnet/docfx/pull/10394) ##### ๐Ÿ’ช Other Changes - chore: Add published package tests to nightly build workflow by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10403](https://redirect.github.com/dotnet/docfx/pull/10403) - chore: Update `Dockerfile` by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10407](https://redirect.github.com/dotnet/docfx/pull/10407) #### New Contributors - [@​hultqvist](https://redirect.github.com/hultqvist) made their first contribution in [https://github.com/dotnet/docfx/pull/10372](https://redirect.github.com/dotnet/docfx/pull/10372) **Full Changelog**: https://github.com/dotnet/docfx/compare/2.78.1...2.78.2
--- ### Configuration ๐Ÿ“… **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). ๐Ÿšฆ **Automerge**: Enabled. โ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6583e035..5d5f1610 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.78.1", + "version": "2.78.2", "commands": ["docfx"] } }