dependabot[bot] opened a new pull request, #526:
URL: https://github.com/apache/druid-website-src/pull/526

   Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.2.4 and updates 
ancestor dependency 
[@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid).
 These dependencies need to be updated together.
   
   Updates `dompurify` from 2.4.3 to 3.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cure53/DOMPurify/releases";>dompurify's 
releases</a>.</em></p>
   <blockquote>
   <h2>DOMPurify 3.2.4</h2>
   <ul>
   <li>Fixed a conditional and config dependent mXSS-style <a 
href="https://nsysean.github.io/posts/dompurify-323-bypass/";>bypass</a> 
reported by <a href="https://github.com/nsysean";><code>@​nsysean</code></a></li>
   <li>Added a new feature to allow specific hook removal, thanks <a 
href="https://github.com/davecardwell";><code>@​davecardwell</code></a></li>
   <li>Added <em>purify.js</em> and <em>purify.min.js</em> to exports, thanks 
<a href="https://github.com/Aetherinox";><code>@​Aetherinox</code></a></li>
   <li>Added better logic in case no window object is president, thanks <a 
href="https://github.com/yehuya";><code>@​yehuya</code></a></li>
   <li>Updated some dependencies called out by dependabot</li>
   <li>Updated license files etc to show the correct year</li>
   </ul>
   <h2>DOMPurify 3.2.3</h2>
   <ul>
   <li>Fixed two conditional sanitizer bypasses discovered by <a 
href="https://github.com/parrot409";><code>@​parrot409</code></a> and <a 
href="https://x.com/slonser_";><code>@​Slonser</code></a></li>
   <li>Updated the attribute clobbering checks to prevent future bypasses, 
thanks <a href="https://github.com/parrot409";><code>@​parrot409</code></a></li>
   </ul>
   <h2>DOMPurify 3.2.2</h2>
   <ul>
   <li>Fixed a possible bypass in case a rather specific config for custom 
elements is set, thanks <a 
href="https://github.com/yaniv-git";><code>@​yaniv-git</code></a></li>
   <li>Fixed several minor issues with the type definitions, thanks again <a 
href="https://github.com/reduckted";><code>@​reduckted</code></a></li>
   <li>Fixed a minor issue with the types reference for trusted types, thanks 
<a href="https://github.com/reduckted";><code>@​reduckted</code></a></li>
   <li>Fixed a minor problem with the template detection regex on some systems, 
thanks <a href="https://github.com/svdb99";><code>@​svdb99</code></a></li>
   </ul>
   <h2>DOMPurify 3.2.1</h2>
   <ul>
   <li>Fixed several minor issues with the type definitions, thanks <a 
href="https://github.com/reduckted";><code>@​reduckted</code></a> <a 
href="https://github.com/ghiscoding";><code>@​ghiscoding</code></a> <a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a> <a 
href="https://github.com/MiniDigger";><code>@​MiniDigger</code></a></li>
   <li>Fixed an issue with non-minified dist files and order of imports, thanks 
<a href="https://github.com/reduckted";><code>@​reduckted</code></a></li>
   </ul>
   <h2>DOMPurify 3.2.0</h2>
   <ul>
   <li>Added type declarations, thanks <a 
href="https://github.com/reduckted";><code>@​reduckted</code></a> , <a 
href="https://github.com/philmayfield";><code>@​philmayfield</code></a>, <a 
href="https://github.com/aloisklink";><code>@​aloisklink</code></a>, <a 
href="https://github.com/ssi02014";><code>@​ssi02014</code></a> and others</li>
   <li>Fixed a minor issue with the handling of hooks, thanks <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   </ul>
   <h2>DOMPurify 3.1.7</h2>
   <ul>
   <li>Fixed an issue with comment detection and possible bypasses with 
specific config settings, thanks <a 
href="https://github.com/masatokinugawa";><code>@​masatokinugawa</code></a></li>
   <li>Fixed several smaller typos in documentation and test &amp; build files, 
thanks <a 
href="https://github.com/christianhg";><code>@​christianhg</code></a></li>
   <li>Added better support for Angular compiler, thanks <a 
href="https://github.com/jeroen1602";><code>@​jeroen1602</code></a></li>
   <li>Added several new attributes to HTML and SVG allow-list, thanks <a 
href="https://github.com/Gigabyte5671";><code>@​Gigabyte5671</code></a> and <a 
href="https://github.com/Rotzbua";><code>@​Rotzbua</code></a></li>
   <li>Removed the <code>foreignObject</code> element from the list of HTML 
entry-points, thanks <a 
href="https://github.com/masatokinugawa";><code>@​masatokinugawa</code></a></li>
   <li>Bumped several dependencies to be more up to date</li>
   </ul>
   <h2>DOMPurify 3.1.6</h2>
   <ul>
   <li>Fixed an issue with the execution logic of attribute hooks to prevent 
bypasses, thanks <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   <li>Fixed an issue with element removal leading to uncaught errors through 
DOM Clobbering, thanks <a 
href="https://github.com/realansgar";><code>@​realansgar</code></a></li>
   <li>Fixed a minor problem with the bower file pointing to the wrong dist 
path</li>
   <li>Fixed several minor typos in docs, comments and comment blocks, thanks 
<a href="https://github.com/Rotzbua";><code>@​Rotzbua</code></a></li>
   <li>Updated several development dependencies</li>
   </ul>
   <h2>DOMPurify 3.1.5</h2>
   <ul>
   <li>Fixed a minor issue with the dist paths in <code>bower.js</code>, thanks 
<a href="https://github.com/HakumenNC";><code>@​HakumenNC</code></a></li>
   <li>Fixed a minor issue with sanitizing HTML coming from copy&amp;paste Word 
content, thanks <a 
href="https://github.com/kakao-bishop-cho";><code>@​kakao-bishop-cho</code></a></li>
   </ul>
   <h2>DOMPurify 3.1.4</h2>
   <ul>
   <li>Fixed an issue with the recently implemented <code>isNaN</code> checks, 
thanks <a href="https://github.com/tulach";><code>@​tulach</code></a></li>
   <li>Added several new popover attributes to allow-list, thanks <a 
href="https://github.com/Gigabyte5671";><code>@​Gigabyte5671</code></a></li>
   <li>Fixed the tests and adjusted the test runner to cover all branches</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/ec29e65f3675077c1a78e6edcab97f797f004a2e";><code>ec29e65</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1062";>#1062</a> from 
cure53/main</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/1c1b1838625851939d4b86436feeb3e3ccb7dbb6";><code>1c1b183</code></a>
 chore: Preparing 3.2.4 release</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02";><code>d18ffcb</code></a>
 fix: Changed the template literal regex to avoid a config-dependent bypass</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/0d64d2b12f9ecaa28899c60aba0b9ed5072c4d93";><code>0d64d2b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1060";>#1060</a> from 
yehuya/initializeTestImprovements</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/9ad79331566e0671788b120cc1f682f4e7f33f44";><code>9ad7933</code></a>
 tests: DOMPurify custom window tests improvements</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/72760ca8ee425c3129420390d4c10afe698ff2fb";><code>72760ca</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1059";>#1059</a> from 
yehuya/fixMissingWindowElement</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/bc72d44b2e3cec00d8ef2427869d03cb668969fa";><code>bc72d44</code></a>
 Fix tests</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/363a89dd3a051b72334cd4d0c867616fdc4ee40d";><code>363a89d</code></a>
 fix: handle undefined Element in DOMPurify initialization</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/f41b45df18a9666a50c1ad2662cee259230cfef4";><code>f41b45d</code></a>
 Update LICENSE</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/b25bf26d674ff4db9074cef01fc51490cb1369a0";><code>b25bf26</code></a>
 Update README.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cure53/DOMPurify/compare/2.4.3...3.2.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@docusaurus/theme-mermaid` from 2.4.3 to 3.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/docusaurus/releases";><code>@​docusaurus/theme-mermaid</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>3.7.0 (2025-01-03)</h2>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>docusaurus-faster</code>, <code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10800";>#10800</a> 
feat(core): Turn Rspack incremental on by default (again) (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-blog</code>, 
<code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10768";>#10768</a> 
feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, 
youtube, instagram (<a 
href="https://github.com/GingerGeek";><code>@​GingerGeek</code></a>)</li>
   </ul>
   </li>
   <li><code>create-docusaurus</code>, <code>docusaurus-mdx-loader</code>, 
<code>docusaurus-module-type-aliases</code>, 
<code>docusaurus-plugin-client-redirects</code>, 
<code>docusaurus-plugin-content-blog</code>, 
<code>docusaurus-plugin-content-docs</code>, 
<code>docusaurus-plugin-content-pages</code>, 
<code>docusaurus-plugin-debug</code>, 
<code>docusaurus-plugin-google-analytics</code>, 
<code>docusaurus-plugin-google-gtag</code>, 
<code>docusaurus-plugin-google-tag-manager</code>, 
<code>docusaurus-plugin-ideal-image</code>, <code>docusaurus-plugin-pwa</code>, 
<code>docusaurus-plugin-rsdoctor</code>, 
<code>docusaurus-plugin-sitemap</code>, <code>docusaurus-plugin-svgr</code>, 
<code>docusaurus-plugin-vercel-analytics</code>, 
<code>docusaurus-preset-classic</code>, <code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>, 
<code>docusaurus-theme-live-codeblock</code>, 
<code>docusaurus-theme-mermaid</code>, 
<code>docusaurus-theme-search-algolia</code>, <code>docusaurus
 -types</code>, <code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10763";>#10763</a> 
feat: Add React 19 support to Docusaurus v3 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-blog</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10729";>#10729</a> 
feat(blog): Add <code>frontMatter.sidebar_label</code>  (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-module-type-aliases</code>, 
<code>docusaurus-plugin-svgr</code>, <code>docusaurus-preset-classic</code>, 
<code>docusaurus-types</code>, <code>docusaurus-utils</code>, 
<code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10677";>#10677</a> 
feat(svgr): create new Docusaurus SVGR plugin (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-remark-plugin-npm2yarn</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10803";>#10803</a> 
fix(npm-to-yarn): add missing npm-to-yarn converter for Bun (<a 
href="https://github.com/Lehoczky";><code>@​Lehoczky</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/10796";>#10796</a> 
fix(theme): Footer Column/Link should merge provided className (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-bundler</code>, <code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10786";>#10786</a> 
fix(core): fix React hydration errors, change html minifier settings (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10782";>#10782</a> 
fix(theme-common): code block magic comments should support SQL block comments 
(<a href="https://github.com/WillBlack403";><code>@​WillBlack403</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10783";>#10783</a> 
fix(theme-translations): Add missing Dutch (nl) theme translations (<a 
href="https://github.com/janaukema";><code>@​janaukema</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10760";>#10760</a> 
fix(theme-translation): add missing Korean (ko) theme translations (<a 
href="https://github.com/effozen";><code>@​effozen</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10754";>#10754</a> 
fix(docs): fix sidebar item visibility bug for category index (<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/10727";>#10727</a> 
fix(core): fix codegen routesChunkName possible hash collision  (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-mdx-loader</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10723";>#10723</a> 
fix(mdx-loader): fix md image paths with spaces bug related to transformImage 
encoding problem (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10740";>#10740</a> 
docs: Link initialization docs together (<a 
href="https://github.com/waldyrious";><code>@​waldyrious</code></a>)</li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10771";>#10771</a> 
chore(deps): bump nanoid from 3.3.7 to 3.3.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10721";>#10721</a> 
chore(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:wrench: Maintenance</h4>
   <ul>
   <li>Other
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10770";>#10770</a> 
chore: Devcontainer upgrade to Ubuntu Noble &amp; Node 22 (<a 
href="https://github.com/GingerGeek";><code>@​GingerGeek</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10801";>#10801</a> 
refactor(algolia): simplify SearchBar component (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10672";>#10672</a> 
chore(algolia): upgrade algoliasearch to v5 (<a 
href="https://github.com/millotp";><code>@​millotp</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10798";>#10798</a> 
refactor(core): Use Intl native API to get locale direction, remove rtl-detect 
depend… (<a href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10747";>#10747</a> 
refactor(core): swizzle wrap should use ReactNode instead of JSX.Element (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </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/theme-mermaid</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.7.0 (2025-01-03)</h2>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>docusaurus-faster</code>, <code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10800";>#10800</a> 
feat(core): Turn Rspack incremental on by default (again) (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-blog</code>, 
<code>docusaurus-theme-classic</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10768";>#10768</a> 
feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, 
youtube, instagram (<a 
href="https://github.com/GingerGeek";><code>@​GingerGeek</code></a>)</li>
   </ul>
   </li>
   <li><code>create-docusaurus</code>, <code>docusaurus-mdx-loader</code>, 
<code>docusaurus-module-type-aliases</code>, 
<code>docusaurus-plugin-client-redirects</code>, 
<code>docusaurus-plugin-content-blog</code>, 
<code>docusaurus-plugin-content-docs</code>, 
<code>docusaurus-plugin-content-pages</code>, 
<code>docusaurus-plugin-debug</code>, 
<code>docusaurus-plugin-google-analytics</code>, 
<code>docusaurus-plugin-google-gtag</code>, 
<code>docusaurus-plugin-google-tag-manager</code>, 
<code>docusaurus-plugin-ideal-image</code>, <code>docusaurus-plugin-pwa</code>, 
<code>docusaurus-plugin-rsdoctor</code>, 
<code>docusaurus-plugin-sitemap</code>, <code>docusaurus-plugin-svgr</code>, 
<code>docusaurus-plugin-vercel-analytics</code>, 
<code>docusaurus-preset-classic</code>, <code>docusaurus-theme-classic</code>, 
<code>docusaurus-theme-common</code>, 
<code>docusaurus-theme-live-codeblock</code>, 
<code>docusaurus-theme-mermaid</code>, 
<code>docusaurus-theme-search-algolia</code>, <code>docusaurus
 -types</code>, <code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10763";>#10763</a> 
feat: Add React 19 support to Docusaurus v3 (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-blog</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10729";>#10729</a> 
feat(blog): Add <code>frontMatter.sidebar_label</code> (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-module-type-aliases</code>, 
<code>docusaurus-plugin-svgr</code>, <code>docusaurus-preset-classic</code>, 
<code>docusaurus-types</code>, <code>docusaurus-utils</code>, 
<code>docusaurus</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10677";>#10677</a> 
feat(svgr): create new Docusaurus SVGR plugin (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>docusaurus-remark-plugin-npm2yarn</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10803";>#10803</a> 
fix(npm-to-yarn): add missing npm-to-yarn converter for Bun (<a 
href="https://github.com/Lehoczky";><code>@​Lehoczky</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/10796";>#10796</a> 
fix(theme): Footer Column/Link should merge provided className (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-bundler</code>, <code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10786";>#10786</a> 
fix(core): fix React hydration errors, change html minifier settings (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-common</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10782";>#10782</a> 
fix(theme-common): code block magic comments should support SQL block comments 
(<a href="https://github.com/WillBlack403";><code>@​WillBlack403</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-translations</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10783";>#10783</a> 
fix(theme-translations): Add missing Dutch (nl) theme translations (<a 
href="https://github.com/janaukema";><code>@​janaukema</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10760";>#10760</a> 
fix(theme-translation): add missing Korean (ko) theme translations (<a 
href="https://github.com/effozen";><code>@​effozen</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-plugin-content-docs</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10754";>#10754</a> 
fix(docs): fix sidebar item visibility bug for category index (<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/10727";>#10727</a> 
fix(core): fix codegen routesChunkName possible hash collision (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-mdx-loader</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10723";>#10723</a> 
fix(mdx-loader): fix md image paths with spaces bug related to transformImage 
encoding problem (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10740";>#10740</a> 
docs: Link initialization docs together (<a 
href="https://github.com/waldyrious";><code>@​waldyrious</code></a>)</li>
   </ul>
   <h4>:robot: Dependencies</h4>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10771";>#10771</a> 
chore(deps): bump nanoid from 3.3.7 to 3.3.8 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10721";>#10721</a> 
chore(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0 (<a 
href="https://github.com/apps/dependabot";><code>@​dependabot[bot]</code></a>)</li>
   </ul>
   <h4>:wrench: Maintenance</h4>
   <ul>
   <li>Other
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10770";>#10770</a> 
chore: Devcontainer upgrade to Ubuntu Noble &amp; Node 22 (<a 
href="https://github.com/GingerGeek";><code>@​GingerGeek</code></a>)</li>
   </ul>
   </li>
   <li><code>docusaurus-theme-search-algolia</code>
   <ul>
   <li><a 
href="https://redirect.github.com/facebook/docusaurus/pull/10801";>#10801</a> 
refactor(algolia): simplify SearchBar component (<a 
href="https://github.com/slorber";><code>@​slorber</code></a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/dd59750c16fe6908a26f18806a54d4c3dbe6db43";><code>dd59750</code></a>
 v3.7.0</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-theme-mermaid/issues/10763";>#10763</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/f9825af43e1bbce6cf9761a21d477e8b13bd8cb7";><code>f9825af</code></a>
 refactor: prepare types for React 19 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10746";>#10746</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/fd43036ab80739119040f6c2b7393e0debd3da26";><code>fd43036</code></a>
 chore: release Docusaurus 3.6.3 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10713";>#10713</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/90e85e83a52b7d79d1d2f5e1a9ab5cfd21163c60";><code>90e85e8</code></a>
 chore: release Docusaurus 3.6.2 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10698";>#10698</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/f1272788a4d779a131f8f6e100d14d04cad1906f";><code>f127278</code></a>
 chore: release Docusaurus 3.6.1 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10659";>#10659</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/ed2cdf391fac43b041c272721081f36d6cf0a0bc";><code>ed2cdf3</code></a>
 chore: release Docusaurus v3.6 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10633";>#10633</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/fd14d6af558f35a1ea67322cf7b8035a95244edd";><code>fd14d6a</code></a>
 feat(theme-mermaid): support Mermaid 11+ including new types of diagrams (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10";>#10</a>...</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/95e2d469e32deb81060d530a975d769c17eef7e7";><code>95e2d46</code></a>
 chore: Rename Twitter links/labels to X (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10509";>#10509</a>)</li>
   <li><a 
href="https://github.com/facebook/docusaurus/commit/655ce94c0f83a1e7014d22cf27dfcfeb94329d84";><code>655ce94</code></a>
 chore: release 3.5.2 (<a 
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid/issues/10400";>#10400</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus-theme-mermaid";>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/druid-website-src/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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to