dependabot[bot] opened a new pull request, #4416: URL: https://github.com/apache/ignite-3/pull/4416
Bumps [docfx](https://github.com/dotnet/docfx) from 2.75.3 to 2.77.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/docfx/releases">docfx's releases</a>.</em></p> <blockquote> <h2>v2.77.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>💥 Breaking Changes</h3> <ul> <li>chore: Drop .NET 7 SDK supports by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9911">dotnet/docfx#9911</a></li> </ul> <h3>🎉 New Features</h3> <ul> <li>feat: Enable PreferCSSPageSize option for PDF generation by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9850">dotnet/docfx#9850</a></li> <li>feat: Add docfx JSON Schema files and related tests by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9852">dotnet/docfx#9852</a></li> <li>feat: Add <code>toc.json</code> transform logics using <code>toc.extension.js</code> by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9953">dotnet/docfx#9953</a></li> <li>feat: Better error when link not found by <a href="https://github.com/Patrick8639"><code>@Patrick8639</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9957">dotnet/docfx#9957</a></li> <li>feat: Add <code>categoryLayout</code> option for metadata generation by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9965">dotnet/docfx#9965</a></li> <li>feat: Permits to specify the placement of overwrites by <a href="https://github.com/Patrick8639"><code>@Patrick8639</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9937">dotnet/docfx#9937</a></li> <li>feat: Support private symbols by <a href="https://github.com/Patrick8639"><code>@Patrick8639</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9972">dotnet/docfx#9972</a></li> <li>feat: Add support for gzipped xrefmap that stored as local file by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9966">dotnet/docfx#9966</a></li> <li>feat: Enable view transitions feature by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9909">dotnet/docfx#9909</a></li> </ul> <h3>🐞 Bug Fixes</h3> <ul> <li>fix: PDF <code>Producer</code> document information by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9851">dotnet/docfx#9851</a></li> <li>fix: Xrefmap baseUrl problem reported at <a href="https://redirect.github.com/dotnet/docfx/issues/9866">#9866</a> by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9869">dotnet/docfx#9869</a></li> <li>fix: Xref links are not resolved on docs site by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9880">dotnet/docfx#9880</a></li> <li>fix: Change same URL check logic to case invariant by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9883">dotnet/docfx#9883</a></li> <li>fix: Improve unresolved xref messages by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9884">dotnet/docfx#9884</a></li> <li>fix: Fix nightly build errors by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9913">dotnet/docfx#9913</a></li> <li>fix: TOC filter value is not shared between pages by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9912">dotnet/docfx#9912</a></li> <li>fix: Build problems when running .NET 6 version of docfx on some environment by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9922">dotnet/docfx#9922</a></li> <li>fix: <code>docfx metadata</code> command throw <code>ArgumentException</code> when referencing empty namespace by doc comment by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10023">dotnet/docfx#10023</a></li> <li>fix: serve url link by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10035">dotnet/docfx#10035</a></li> </ul> <h3>🚀 Performance Improvements</h3> <ul> <li>perf: Change serializer for XrefMap from NewtonsoftJson to System.Text.Json by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9872">dotnet/docfx#9872</a></li> <li>perf: Remove some enum boxing in GlobMatcher by <a href="https://github.com/lahma"><code>@lahma</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10051">dotnet/docfx#10051</a></li> <li>perf: Optimize CountWordInText by <a href="https://github.com/lahma"><code>@lahma</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10050">dotnet/docfx#10050</a></li> </ul> <h3>🔧 Engineering</h3> <ul> <li>chore: Skip unstable SVG content check that returned from PlantUML Online Server by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9858">dotnet/docfx#9858</a></li> <li>deps: Update Spectre.Console package versions by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9894">dotnet/docfx#9894</a></li> <li>chore: fix NU5129 warning on <code>dotnet pack</code> command by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9942">dotnet/docfx#9942</a></li> <li>chore: Add PolySharp libarary to use latest C# syntax by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9960">dotnet/docfx#9960</a></li> <li>chore: Add snapshot update workflow by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9969">dotnet/docfx#9969</a></li> <li>chore: Remove unused workflow settings by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10030">dotnet/docfx#10030</a></li> </ul> <h3>📄 Documentation</h3> <ul> <li>docs: Fix typo by <a href="https://github.com/carlos-regis"><code>@carlos-regis</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9871">dotnet/docfx#9871</a></li> <li>docs: Fix URL in markdown and match to html example by <a href="https://github.com/si618"><code>@si618</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9881">dotnet/docfx#9881</a></li> <li>docs: Fix documentation site build warnings by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9895">dotnet/docfx#9895</a></li> <li>docs: Fix missing docfx.json config docs by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9935">dotnet/docfx#9935</a></li> <li>docs: Fix Docfx.App nuget package usage document by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/9994">dotnet/docfx#9994</a></li> <li>docs: Fix plugin related docs and logs by <a href="https://github.com/filzrev"><code>@filzrev</code></a> in <a href="https://redirect.github.com/dotnet/docfx/pull/10029">dotnet/docfx#10029</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/carlos-regis"><code>@carlos-regis</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/docfx/pull/9871">dotnet/docfx#9871</a></li> <li><a href="https://github.com/si618"><code>@si618</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/docfx/pull/9881">dotnet/docfx#9881</a></li> <li><a href="https://github.com/Patrick8639"><code>@Patrick8639</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/docfx/pull/9957">dotnet/docfx#9957</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/docfx/commit/bd00e2b93951e9e7fa6e5abd990d2cd77d7a83bd"><code>bd00e2b</code></a> perf: Optimize CountWordInText (<a href="https://redirect.github.com/dotnet/docfx/issues/10050">#10050</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/a6c4b21b3db7f591db459559c91e1b24d9ed6579"><code>a6c4b21</code></a> Remove some enum boxing in GlobMatcher (<a href="https://redirect.github.com/dotnet/docfx/issues/10051">#10051</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/d088f1bd8e9539c701b65ed24a26dcf329ce482c"><code>d088f1b</code></a> build(deps): bump PdfPig from 0.1.9-alpha-20240626-14e70 to 0.1.9-alpha-20240...</li> <li><a href="https://github.com/dotnet/docfx/commit/ec4480d4a98e00d7940fe6cba73a2ce8b6ec347e"><code>ec4480d</code></a> build(deps): bump JsonSchema.Net from 7.1.0 to 7.1.1 (<a href="https://redirect.github.com/dotnet/docfx/issues/10047">#10047</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/ba722488a2f72dab8757c1ee29be3e2326218124"><code>ba72248</code></a> build(deps): bump Jint from 3.1.3 to 3.1.4 (<a href="https://redirect.github.com/dotnet/docfx/issues/10044">#10044</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/0aed63abb7d8f24b682321f9b1bc674ece969760"><code>0aed63a</code></a> fix serve url link (<a href="https://redirect.github.com/dotnet/docfx/issues/10035">#10035</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/c494b86c0342c694d4a0bfbfc17636be1195bd32"><code>c494b86</code></a> build(deps): bump PdfPig from 0.1.9-alpha-20240625-dc933 to 0.1.9-alpha-20240...</li> <li><a href="https://github.com/dotnet/docfx/commit/b0d04722e58a8115d5315c6a706be2d8a05e0ffe"><code>b0d0472</code></a> build(deps): bump JsonSchema.Net from 7.0.4 to 7.1.0 (<a href="https://redirect.github.com/dotnet/docfx/issues/10041">#10041</a>)</li> <li><a href="https://github.com/dotnet/docfx/commit/ac972d9354d268eb3be98ae05f25fb2706800bb3"><code>ac972d9</code></a> build(deps): bump PdfPig from 0.1.9-alpha-20240612-d2cae to 0.1.9-alpha-20240...</li> <li><a href="https://github.com/dotnet/docfx/commit/af889643c3191fff0072d565dd1557dd5821a1ad"><code>af88964</code></a> build(deps): bump Verify.Xunit from 25.0.3 to 25.0.4 in the xunit group (<a href="https://redirect.github.com/dotnet/docfx/issues/10036">#10036</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/docfx/compare/v2.75.3...v2.77.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
