Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency docfx to 2.78.0 (#820)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docfx](https://redirect.github.com/dotnet/docfx) | `2.77.0` -> `2.78.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/docfx/2.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/docfx/2.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/docfx/2.77.0/2.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/docfx/2.77.0/2.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/docfx (docfx)</summary> ### [`v2.78.0`](https://redirect.github.com/dotnet/docfx/releases/tag/v2.78.0) <!-- Release notes generated using configuration in .github/release.yml at main --> This release introduces support for .NET 9 and drops support for .NET 6, with a wide range of bug fixes and improvements. A big thank you to [@​filzrev](https://redirect.github.com/filzrev) for continuous improvements to DocFX and to [@​SimonCropp](https://redirect.github.com/SimonCropp) for the [substantial contributions](https://redirect.github.com/dotnet/docfx/issues?q=is%3Apr+author%3ASimonCropp) to code quality in this project! #### What's Changed ##### 💥 Breaking Changes - feat: Add .NET 9 support (and drop .NET 6 support) by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10239](https://redirect.github.com/dotnet/docfx/pull/10239) - feat: Change generated HTML encoding to UTF-8N (without BOM) by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10069](https://redirect.github.com/dotnet/docfx/pull/10069) ##### 🎉 New Features - feat: Remove Node.js runtime dependencies from docfx tools by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10066](https://redirect.github.com/dotnet/docfx/pull/10066) - feat: UseClrTypeNames: new option to indicate that the output must use the CLR type names instead of the language specific aliases by [@​Patrick8639](https://redirect.github.com/Patrick8639) in [https://github.com/dotnet/docfx/pull/10072](https://redirect.github.com/dotnet/docfx/pull/10072) - feat: pdfHeaderTemplate/pdfFooterTemplate supports value as file path by [@​yufeih](https://redirect.github.com/yufeih) in [https://github.com/dotnet/docfx/pull/10099](https://redirect.github.com/dotnet/docfx/pull/10099) - feat: expose type through the toc by [@​frarees](https://redirect.github.com/frarees) in [https://github.com/dotnet/docfx/pull/10090](https://redirect.github.com/dotnet/docfx/pull/10090) - feat: Add `CancellationToken` support for `RunBuild.Exec` by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10185](https://redirect.github.com/dotnet/docfx/pull/10185) - feat: add `AllowUnsafeBlocks` supports for source code based metadata generation by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10175](https://redirect.github.com/dotnet/docfx/pull/10175) - feat: Add System.Text.Json serialization/deserialization supports by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10217](https://redirect.github.com/dotnet/docfx/pull/10217) ##### 🐞 Bug Fixes - fix: PDF Header/Footer pages size by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10100](https://redirect.github.com/dotnet/docfx/pull/10100) - fix: missing delegate group name by [@​frarees](https://redirect.github.com/frarees) in [https://github.com/dotnet/docfx/pull/10114](https://redirect.github.com/dotnet/docfx/pull/10114) - fix: prevent the first navbar element from being set as active unnecessarily in the modern template by [@​KubaZ2](https://redirect.github.com/KubaZ2) in [https://github.com/dotnet/docfx/pull/10204](https://redirect.github.com/dotnet/docfx/pull/10204) - fix: NullReferenceException thrown when running tests in parallel by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10181](https://redirect.github.com/dotnet/docfx/pull/10181) - fix: change link as plaintext if API is excluded by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10300](https://redirect.github.com/dotnet/docfx/pull/10300) - fix: suppress assembly load warning for wpf 8.0 project by [@​yufeih](https://redirect.github.com/yufeih) in [https://github.com/dotnet/docfx/pull/10303](https://redirect.github.com/dotnet/docfx/pull/10303) ##### 📄 Documentation - docs: update ConceptualDocumentProcessor reference by [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/dotnet/docfx/pull/10237](https://redirect.github.com/dotnet/docfx/pull/10237) - docs: Update Version in "Use the NuGet Library" by [@​RiPont](https://redirect.github.com/RiPont) in [https://github.com/dotnet/docfx/pull/10233](https://redirect.github.com/dotnet/docfx/pull/10233) - docs: Add Publish from Azure DevOps by [@​kale-swapnil](https://redirect.github.com/kale-swapnil) in [https://github.com/dotnet/docfx/pull/10213](https://redirect.github.com/dotnet/docfx/pull/10213) - docs: fixed article a/an in config.md by [@​MorkovnySok](https://redirect.github.com/MorkovnySok) in [https://github.com/dotnet/docfx/pull/10272](https://redirect.github.com/dotnet/docfx/pull/10272) - docs: Add node.js as prerequisite by [@​filzrev](https://redirect.github.com/filzrev) in [https://github.com/dotnet/docfx/pull/10299](https://redirect.github.com/dotnet/docfx/pull/10299) - docs: Document the xref `nameWithType` option by [@​AArnott](https://redirect.github.com/AArnott) in [https://github.com/dotnet/docfx/pull/10368](https://redirect.github.com/dotnet/docfx/pull/10368) #### New Contributors - [@​frarees](https://redirect.github.com/frarees) made their first contribution in [https://github.com/dotnet/docfx/pull/10090](https://redirect.github.com/dotnet/docfx/pull/10090) - [@​KubaZ2](https://redirect.github.com/KubaZ2) made their first contribution in [https://github.com/dotnet/docfx/pull/10204](https://redirect.github.com/dotnet/docfx/pull/10204) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/dotnet/docfx/pull/10237](https://redirect.github.com/dotnet/docfx/pull/10237) - [@​RiPont](https://redirect.github.com/RiPont) made their first contribution in [https://github.com/dotnet/docfx/pull/10233](https://redirect.github.com/dotnet/docfx/pull/10233) - [@​kale-swapnil](https://redirect.github.com/kale-swapnil) made their first contribution in [https://github.com/dotnet/docfx/pull/10213](https://redirect.github.com/dotnet/docfx/pull/10213) - [@​MorkovnySok](https://redirect.github.com/MorkovnySok) made their first contribution in [https://github.com/dotnet/docfx/pull/10272](https://redirect.github.com/dotnet/docfx/pull/10272) - [@​AArnott](https://redirect.github.com/AArnott) made their first contribution in [https://github.com/dotnet/docfx/pull/10368](https://redirect.github.com/dotnet/docfx/pull/10368) **Full Changelog**: dotnet/docfx@v2.77.0...v2.78.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information