dependabot[bot] opened a new pull request, #102:
URL: https://github.com/apache/incubator-wayang-website/pull/102

   Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 
5.2.2 and updates ancestor dependencies 
[webpack-dev-server](https://github.com/webpack/webpack-dev-server), 
[@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)
 and 
[@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic).
 These dependencies need to be updated together.
   
   Updates `webpack-dev-server` from 4.15.1 to 5.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/releases";>webpack-dev-server's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.2</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.1...v5.2.2";>5.2.2</a>
 (2025-06-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>&quot;Overlay enabled&quot; false positive (<a 
href="https://github.com/webpack/webpack-dev-server/commit/18e72ee3e57a6e7598a6c068c0ff7c7bb6a857f1";>18e72ee</a>)</li>
   <li>do not crush when error is null for runtime errors (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5447";>#5447</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/309991f947baa0354140b9930a9654ac792e20c4";>309991f</a>)</li>
   <li>remove unnecessary header <code>X_TEST</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5451";>#5451</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/64a6124bf1b4d158bb42a4341dd03121ae3759fa";>64a6124</a>)</li>
   <li>respect the <code>allowedHosts</code> option for cross-origin header 
check (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5510";>#5510</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/03d12141bf7be09dfb14e91e5c834ee63bd9a9a2";>03d1214</a>)</li>
   </ul>
   <h2>v5.2.1</h2>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v6.0.0";>5.2.1</a>
 (2025-03-26)</h2>
   <h3>Security</h3>
   <ul>
   <li>cross-origin requests are not allowed unless allowed by 
<code>Access-Control-Allow-Origin</code> header</li>
   <li>requests with an IP addresses in the <code>Origin</code> header are not 
allowed to connect to WebSocket server unless configured by 
<code>allowedHosts</code> or it different from the <code>Host</code> header</li>
   </ul>
   <p>The above changes may make the dev server not work if you relied on such 
behavior, but unfortunately they carry security risks, so they were considered 
as fixes.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent overlay for errors caught by React error boundaries (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5431";>#5431</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/8c1abc903ab444d9ce99e567b9a6c603e1ec06be";>8c1abc9</a>)</li>
   <li>take the first network found instead of the last one, this restores the 
same behavior as 5.0.4 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5411";>#5411</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/ffd0b86b790d372f90e17aea92cfd9def83fee96";>ffd0b86</a>)</li>
   </ul>
   <h2>v5.2.0</h2>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.0";>5.2.0</a>
 (2024-12-11)</h2>
   <h3>Features</h3>
   <ul>
   <li>added <code>getClientEntry</code> and <code>getClientHotEntry</code> 
methods to get clients entries (<a 
href="https://github.com/webpack/webpack-dev-server/commit/dc642a832d45c23c5c7a08fbf29995e0db7e0d95";>dc642a8</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>speed up initial client bundling (<a 
href="https://github.com/webpack/webpack-dev-server/commit/145b5d01610a16468fc32719a20366682b0e8572";>145b5d0</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0";>5.1.0</a>
 (2024-09-03)</h2>
   <h3>Features</h3>
   <ul>
   <li>add visual progress indicators (<a 
href="https://github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50";>a8f40b7</a>)</li>
   <li>added the <code>app</code> option to be <code>Function</code> (by 
default only with <code>connect</code> compatibility frameworks) (<a 
href="https://github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f";>3096148</a>)</li>
   <li>allow the <code>server</code> option to be <code>Function</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5275";>#5275</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886";>02a1c6d</a>)</li>
   <li>http2 support for <code>connect</code> and <code>connect</code> 
compatibility frameworks which support HTTP2 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5267";>#5267</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99";>6509a3f</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md";>webpack-dev-server's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.1...v5.2.2";>5.2.2</a>
 (2025-06-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>&quot;Overlay enabled&quot; false positive (<a 
href="https://github.com/webpack/webpack-dev-server/commit/18e72ee3e57a6e7598a6c068c0ff7c7bb6a857f1";>18e72ee</a>)</li>
   <li>do not crush when error is null for runtime errors (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5447";>#5447</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/309991f947baa0354140b9930a9654ac792e20c4";>309991f</a>)</li>
   <li>remove unnecessary header <code>X_TEST</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5451";>#5451</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/64a6124bf1b4d158bb42a4341dd03121ae3759fa";>64a6124</a>)</li>
   <li>respect the <code>allowedHosts</code> option for cross-origin header 
check (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5510";>#5510</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/03d12141bf7be09dfb14e91e5c834ee63bd9a9a2";>03d1214</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v6.0.0";>5.2.1</a>
 (2025-03-26)</h2>
   <h3>Security</h3>
   <ul>
   <li>cross-origin requests are not allowed unless allowed by 
<code>Access-Control-Allow-Origin</code> header</li>
   <li>requests with an IP addresses in the <code>Origin</code> header are not 
allowed to connect to WebSocket server unless configured by 
<code>allowedHosts</code> or it different from the <code>Host</code> header</li>
   </ul>
   <p>The above changes may make the dev server not work if you relied on such 
behavior, but unfortunately they carry security risks, so they were considered 
as fixes.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent overlay for errors caught by React error boundaries (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5431";>#5431</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/8c1abc903ab444d9ce99e567b9a6c603e1ec06be";>8c1abc9</a>)</li>
   <li>take the first network found instead of the last one, this restores the 
same behavior as 5.0.4 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5411";>#5411</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/ffd0b86b790d372f90e17aea92cfd9def83fee96";>ffd0b86</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.0";>5.2.0</a>
 (2024-12-11)</h2>
   <h3>Features</h3>
   <ul>
   <li>added <code>getClientEntry</code> and <code>getClientHotEntry</code> 
methods to get clients entries (<a 
href="https://github.com/webpack/webpack-dev-server/commit/dc642a832d45c23c5c7a08fbf29995e0db7e0d95";>dc642a8</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>speed up initial client bundling (<a 
href="https://github.com/webpack/webpack-dev-server/commit/145b5d01610a16468fc32719a20366682b0e8572";>145b5d0</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0";>5.1.0</a>
 (2024-09-03)</h2>
   <h3>Features</h3>
   <ul>
   <li>add visual progress indicators (<a 
href="https://github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50";>a8f40b7</a>)</li>
   <li>added the <code>app</code> option to be <code>Function</code> (by 
default only with <code>connect</code> compatibility frameworks) (<a 
href="https://github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f";>3096148</a>)</li>
   <li>allow the <code>server</code> option to be <code>Function</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5275";>#5275</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886";>02a1c6d</a>)</li>
   <li>http2 support for <code>connect</code> and <code>connect</code> 
compatibility frameworks which support HTTP2 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5267";>#5267</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99";>6509a3f</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>check the <code>platform</code> property to determinate the target (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5269";>#5269</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf";>c3b532c</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/195a7e6f7102e48725b1b1fbc3bb80c5df0efedf";><code>195a7e6</code></a>
 chore(release): 5.2.2</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/620bef1a6998efbf6718d7c0725aba3f6e7bc0dd";><code>620bef1</code></a>
 chore(deps): update (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5511";>#5511</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/03d12141bf7be09dfb14e91e5c834ee63bd9a9a2";><code>03d1214</code></a>
 fix: respect the <code>allowedHosts</code> option for cross-origin header 
check (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5510";>#5510</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/5ba862e4185b7548e80aceeec732cf47d5951310";><code>5ba862e</code></a>
 chore(deps-dev): bump the dependencies group across 1 directory with 7 
update...</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/f7fec94203c100a07ca5ec71b1db6aa90649e9cf";><code>f7fec94</code></a>
 chore: fix typo (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5508";>#5508</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/6ee8cd092594e1ebb09e19c416e5fb7182e3e84b";><code>6ee8cd0</code></a>
 ci: add Node.js v24 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5492";>#5492</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/d30f963259af0e33af8c1b963ba35cbe8cdd0dc0";><code>d30f963</code></a>
 chore: update http-proxy-middleware to ^2.0.9 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5503";>#5503</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/66cf0339367ac52f2bc0648c22dc750b03715275";><code>66cf033</code></a>
 chore(deps-dev): bump the dependencies group with 2 updates (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5504";>#5504</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/4367a5cec5afff91a62475d95c53b07b46b79261";><code>4367a5c</code></a>
 refactor: use 'String#startsWith' &amp; replace if-then-else (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5501";>#5501</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/8e6604f7a3e3c5d633ccb7c17c5ad64a1ccbe955";><code>8e6604f</code></a>
 chore(deps): bump the dependencies group across 1 directory with 4 updates 
(#...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.2.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@docusaurus/core` from 3.1.1 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/docusaurus/releases";><code>@​docusaurus/core</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2 (2025-10-17)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11490";>#11490</a> 
fix(docs): add support for missing <code>sidebar_key</code> front matter 
attribute (<a href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-cssnano-preset</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11487";>#11487</a> 
fix(cssnano-preset): disable CSS counter minification (<a 
href="https://github.com/YDKK";><code>@​YDKK</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11468";>#11468</a> 
fix(theme-search-algolia): Fix Algolia AskAI validation logic (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11431";>#11431</a> 
fix(theme-translation): add missing Polish (pl) theme translations (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11466";>#11466</a> 
fix(theme): Fix CSS <code>scroll-margin-top</code> when clicking footnote 
items, factorize code (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11452";>#11452</a> 
fix(core): allow <code>i18n.localeConfigs.translate</code> in validation (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11437";>#11437</a> 
fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11438";>#11438</a> 
perf(theme-mermaid): lazy load the Mermaid library (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11463";>#11463</a> 
fix(theme): remove &quot;Edit this page&quot; button from print view (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11479";>#11479</a> 
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11480";>#11480</a> 
chore(deps): bump github/codeql-action from 3.26.5 to 4.30.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11481";>#11481</a> 
chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11446";>#11446</a> 
chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:globe_with_meridians: Translations</h4>
   <ul>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11484";>#11484</a> 
fix(translations): improve Arabic theme translations (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 9</h4>
   <ul>
   <li>Alexander Trofimov (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   <li>Dan Roscigno (<a 
href="https://github.com/DanRoscigno";><code>@​DanRoscigno</code></a>)</li>
   <li>Eleni Grosdouli (<a 
href="https://github.com/egrosdou01";><code>@​egrosdou01</code></a>)</li>
   <li>Ethan (<a 
href="https://github.com/ethanppl";><code>@​ethanppl</code></a>)</li>
   <li>Mariusz Krzaczkowski (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   <li>Maysara (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   <li>Richa Kiran (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md";><code>@​docusaurus/core</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.9.2 (2025-10-17)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11490";>#11490</a> 
fix(docs): add support for missing <code>sidebar_key</code> front matter 
attribute (<a href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-cssnano-preset</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11487";>#11487</a> 
fix(cssnano-preset): disable CSS counter minification (<a 
href="https://github.com/YDKK";><code>@​YDKK</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11468";>#11468</a> 
fix(theme-search-algolia): Fix Algolia AskAI validation logic (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11431";>#11431</a> 
fix(theme-translation): add missing Polish (pl) theme translations (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11466";>#11466</a> 
fix(theme): Fix CSS <code>scroll-margin-top</code> when clicking footnote 
items, factorize code (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11452";>#11452</a> 
fix(core): allow <code>i18n.localeConfigs.translate</code> in validation (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11437";>#11437</a> 
fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11438";>#11438</a> 
perf(theme-mermaid): lazy load the Mermaid library (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11463";>#11463</a> 
fix(theme): remove &quot;Edit this page&quot; button from print view (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11479";>#11479</a> 
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11480";>#11480</a> 
chore(deps): bump github/codeql-action from 3.26.5 to 4.30.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11481";>#11481</a> 
chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11446";>#11446</a> 
chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:globe_with_meridians: Translations</h4>
   <ul>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11484";>#11484</a> 
fix(translations): improve Arabic theme translations (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 9</h4>
   <ul>
   <li>Alexander Trofimov (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   <li>Dan Roscigno (<a 
href="https://github.com/DanRoscigno";><code>@​DanRoscigno</code></a>)</li>
   <li>Eleni Grosdouli (<a 
href="https://github.com/egrosdou01";><code>@​egrosdou01</code></a>)</li>
   <li>Ethan (<a 
href="https://github.com/ethanppl";><code>@​ethanppl</code></a>)</li>
   <li>Mariusz Krzaczkowski (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   <li>Maysara (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   <li>Richa Kiran (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/abfbe5621b08407bc3dcbe6111ff118d4c22f7a1";><code>abfbe56</code></a>
 v3.9.2</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/598af3b8e80c74fbcdf18887c4866890df215ba7";><code>598af3b</code></a>
 fix(core): allow <code>i18n.localeConfigs.translate</code> in validation (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11452";>#11452</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/c3e5db1dc3dea72a81166164ceb0e6703ae80338";><code>c3e5db1</code></a>
 chore: release v3.9.1 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11436";>#11436</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/e41fa2e1911b84735ab4fac494d00e7881a0c91e";><code>e41fa2e</code></a>
 fix(core): fix Docusaurus outDir for sites using baseUrl (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11434";>#11434</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/c24d7dc86a7c213a039e03c60e20ddd98e02e711";><code>c24d7dc</code></a>
 chore: release v3.9 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11419";>#11419</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/4dc05762ee5ad1a98c37d64b73948c79840cdd6e";><code>4dc0576</code></a>
 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard 
...</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/a9bab411adbd470d0e6f4e07825de1034d0eb6bf";><code>a9bab41</code></a>
 feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove 
deprec...</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/af3d5caf86051bce4bf7f4f7dae807d92beda27b";><code>af3d5ca</code></a>
 fix(deps): upgrade webpack-dev-server to v5, fix security warning (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11410";>#11410</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/1c484e1d5903ea4c9f35a07224538b958794f6f7";><code>1c484e1</code></a>
 chore: drop support for Node 18, that reached End-of-Life (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/11408";>#11408</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/2febb76fae9a353778d9d995ced18f9515dab8de";><code>2febb76</code></a>
 feat(core): Add <code>i18n.localeConfigs[locale].{url,baseUrl}</code> config 
options (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/1";>#1</a>...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@docusaurus/preset-classic` from 3.1.1 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/docusaurus/releases";><code>@​docusaurus/preset-classic</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2 (2025-10-17)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11490";>#11490</a> 
fix(docs): add support for missing <code>sidebar_key</code> front matter 
attribute (<a href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-cssnano-preset</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11487";>#11487</a> 
fix(cssnano-preset): disable CSS counter minification (<a 
href="https://github.com/YDKK";><code>@​YDKK</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11468";>#11468</a> 
fix(theme-search-algolia): Fix Algolia AskAI validation logic (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11431";>#11431</a> 
fix(theme-translation): add missing Polish (pl) theme translations (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11466";>#11466</a> 
fix(theme): Fix CSS <code>scroll-margin-top</code> when clicking footnote 
items, factorize code (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11452";>#11452</a> 
fix(core): allow <code>i18n.localeConfigs.translate</code> in validation (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11437";>#11437</a> 
fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11438";>#11438</a> 
perf(theme-mermaid): lazy load the Mermaid library (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11463";>#11463</a> 
fix(theme): remove &quot;Edit this page&quot; button from print view (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11479";>#11479</a> 
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11480";>#11480</a> 
chore(deps): bump github/codeql-action from 3.26.5 to 4.30.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11481";>#11481</a> 
chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11446";>#11446</a> 
chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:globe_with_meridians: Translations</h4>
   <ul>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11484";>#11484</a> 
fix(translations): improve Arabic theme translations (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 9</h4>
   <ul>
   <li>Alexander Trofimov (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   <li>Dan Roscigno (<a 
href="https://github.com/DanRoscigno";><code>@​DanRoscigno</code></a>)</li>
   <li>Eleni Grosdouli (<a 
href="https://github.com/egrosdou01";><code>@​egrosdou01</code></a>)</li>
   <li>Ethan (<a 
href="https://github.com/ethanppl";><code>@​ethanppl</code></a>)</li>
   <li>Mariusz Krzaczkowski (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   <li>Maysara (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   <li>Richa Kiran (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md";><code>@​docusaurus/preset-classic</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.9.2 (2025-10-17)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11490";>#11490</a> 
fix(docs): add support for missing <code>sidebar_key</code> front matter 
attribute (<a href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-cssnano-preset</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11487";>#11487</a> 
fix(cssnano-preset): disable CSS counter minification (<a 
href="https://github.com/YDKK";><code>@​YDKK</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11468";>#11468</a> 
fix(theme-search-algolia): Fix Algolia AskAI validation logic (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11431";>#11431</a> 
fix(theme-translation): add missing Polish (pl) theme translations (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11466";>#11466</a> 
fix(theme): Fix CSS <code>scroll-margin-top</code> when clicking footnote 
items, factorize code (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11452";>#11452</a> 
fix(core): allow <code>i18n.localeConfigs.translate</code> in validation (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11437";>#11437</a> 
fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>docusaurus-theme-mermaid</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11438";>#11438</a> 
perf(theme-mermaid): lazy load the Mermaid library (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11463";>#11463</a> 
fix(theme): remove &quot;Edit this page&quot; button from print view (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11479";>#11479</a> 
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11480";>#11480</a> 
chore(deps): bump github/codeql-action from 3.26.5 to 4.30.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11481";>#11481</a> 
chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11446";>#11446</a> 
chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:globe_with_meridians: Translations</h4>
   <ul>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/11484";>#11484</a> 
fix(translations): improve Arabic theme translations (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 9</h4>
   <ul>
   <li>Alexander Trofimov (<a 
href="https://github.com/trofim24";><code>@​trofim24</code></a>)</li>
   <li>Dan Roscigno (<a 
href="https://github.com/DanRoscigno";><code>@​DanRoscigno</code></a>)</li>
   <li>Eleni Grosdouli (<a 
href="https://github.com/egrosdou01";><code>@​egrosdou01</code></a>)</li>
   <li>Ethan (<a 
href="https://github.com/ethanppl";><code>@​ethanppl</code></a>)</li>
   <li>Mariusz Krzaczkowski (<a 
href="https://github.com/mariuszkrzaczkowski";><code>@​mariuszkrzaczkowski</code></a>)</li>
   <li>Maysara (<a 
href="https://github.com/maysara-elshewehy";><code>@​maysara-elshewehy</code></a>)</li>
   <li>Richa Kiran (<a 
href="https://github.com/richk21";><code>@​richk21</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/abfbe5621b08407bc3dcbe6111ff118d4c22f7a1";><code>abfbe56</code></a>
 v3.9.2</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/c3e5db1dc3dea72a81166164ceb0e6703ae80338";><code>c3e5db1</code></a>
 chore: release v3.9.1 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/11436";>#11436</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/c24d7dc86a7c213a039e03c60e20ddd98e02e711";><code>c24d7dc</code></a>
 chore: release v3.9 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/11419";>#11419</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/1c484e1d5903ea4c9f35a07224538b958794f6f7";><code>1c484e1</code></a>
 chore: drop support for Node 18, that reached End-of-Life (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/11408";>#11408</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/f811e2dbf432f4ff6d2201b397df91c83ea3f058";><code>f811e2d</code></a>
 chore: release 3.8.1 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/11249";>#11249</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/b126e643d19095f6a1525a4ac5ef0fa6be181c38";><code>b126e64</code></a>
 chore: release Docusaurus 3.8 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/11200";>#11200</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/abd04a2b7104ff988701b558d43a82c0f4680618";><code>abd04a2</code></a>
 feat(theme): new CSS cascade layers plugin + built-in 
`v4.useCssCascadeLayers...</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/71d682c53b2f6bcb2e70c86dde79cbb7c581e9a8";><code>71d682c</code></a>
 chore: release Docusaurus 3.7.0 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/10812";>#10812</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/0f29a37b3a6d3ee48ce21c69ddc7a9b8b5ff2165";><code>0f29a37</code></a>
 feat: Add React 19 support to Docusaurus v3 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/10763";>#10763</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/df6f53a2f55bbb3c14ea813924615d8164c80ae1";><code>df6f53a</code></a>
 feat(svgr): create new Docusaurus SVGR plugin (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic/issues/10677";>#10677</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-wayang-website/network/alerts).
   
   </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]


Reply via email to