dependabot[bot] opened a new pull request, #41:
URL: https://github.com/apache/attic/pull/41

   Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 
0.10.1 to 0.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/just-the-docs/just-the-docs/releases";>just-the-docs's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.12.0</h2>
   <h2>Release v0.12.0</h2>
   <p>Hi folks,</p>
   <p>This minor release <strong>actually</strong> should fix all relevant 
issues with the placement of <code>.site-footer</code>, first introduced in 
<code>v0.11.0</code>. I apologize greatly for the delay and the confusion 
around this issue - the interactions between this component and the many 
different ways that users overrode different components were more complex than 
I expected. I've done some more thorough tests and am much more confident that 
this set of fixes resolves the issue, <strong>once necessary migration steps 
are made.</strong></p>
   <p>I've written up <a 
href="https://just-the-docs.com/migration/#potentially-breaking-changes-in-v0120";>migration
 instructions</a>, which may be relevant for</p>
   <ul>
   <li><em>all</em> users who have a custom 
<code>_includes/nav_footer_custom.html</code></li>
   <li><em>all</em> users who override the <code>sidebar.html</code> or 
<code>footer.html</code> components</li>
   </ul>
   <p>Thank you for your patience, and apologies again for this mistake. I'll 
do my best to make sure that this doesn't happen again.</p>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: site footer placement on <code>md</code>/<code>xs</code>/below, 
<em>for real</em> <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1771";>#1771</a></li>
   </ul>
   <h2>v0.11.2</h2>
   <h2>Release v0.11.2</h2>
   <p>Hi folks,</p>
   <p>This patch release <del><em>actually</em> fixes a different regression I 
introduced in v0.11.0 (the <code>nav_footer</code> showing up twice 
<em>below</em> the <code>xs</code> viewport)</del> (please see 0.12.0 for a 
fix), as well as fixing various accessibility issues reported by <a 
href="https://github.com/cuteshaun";><code>@​cuteshaun</code></a>. It also fixes 
the usage of some long-deprecated (and now-aliased) CSS properties.</p>
   <p>This should be a straightforward upgrade for all users. However, users 
who have custom sidebars should follow the migration steps in 0.11.0.</p>
   <p>Thank you!</p>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: incorrect behaviour of <code>nav_footer</code> <em>below</em> 
<code>xs</code> viewport by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1760";>#1760</a></li>
   <li>Fixed: usage of deprecated css properties (<code>word-wrap</code>, 
<code>clip</code>) and values (<code>appearance: button</code>) by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1761";>#1761</a></li>
   <li>Fixed: incorrect main content spacing in print styles by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1765";>#1765</a></li>
   <li>Fixed: focus indicator clipping and consistency for sidebar and top nav 
elements by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> 
in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1769";>#1769</a></li>
   <li>Fixed: search bar focus trap and search result focus outline clipping by 
<a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1770";>#1770</a></li>
   </ul>
   <h2>v0.11.1</h2>
   <h2>Release v0.11.1</h2>
   <p>Hi folks,</p>
   <p>This is a very quick patch release that fixes a regression I introduced 
in v0.11.0, related to the <code>nav_footer</code> showing up twice on the 
<code>xs</code> viewport. Sorry folks! Thank you to those who reported this 
issue quickly.</p>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: incorrect behaviour of <code>nav_footer</code> on <code>xs</code> 
viewport</li>
   </ul>
   <h2>v0.11.0</h2>
   <h2>Release v0.11.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md";>just-the-docs's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v0.12.0 - 2026-01-23</h2>
   <h3>Theme:</h3>
   <ul>
   <li>Fixed: site footer placement on <code>md</code>/<code>xs</code>/below, 
<em>for real</em> <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1771";>#1771</a></li>
   </ul>
   <h2>v0.11.2 - 2026-01-23</h2>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: incorrect behaviour of <code>nav_footer</code> <em>below</em> 
<code>xs</code> viewport by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1760";>#1760</a></li>
   <li>Fixed: usage of deprecated css properties (<code>word-wrap</code>, 
<code>clip</code>) and values (<code>appearance: button</code>) by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1761";>#1761</a></li>
   <li>Fixed: incorrect main content spacing in print styles by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1765";>#1765</a></li>
   <li>Fixed: focus indicator clipping and consistency for sidebar and top nav 
elements by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> 
in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1769";>#1769</a></li>
   <li>Fixed: search bar focus trap and search result focus outline clipping by 
<a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1770";>#1770</a></li>
   </ul>
   <h2>v0.11.1 - 2026-01-02</h2>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: incorrect behaviour of <code>nav_footer</code> on <code>xs</code> 
viewport by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> 
in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1759";>#1759</a></li>
   </ul>
   <h2>v0.11.0 - 2026-01-01</h2>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: low-contrast syntax highlighting via 
<code>accessible-pygments</code> and harsher backgrounds by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1749";>#1749</a></li>
   <li>Fixed: callout body text color contrast by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1748";>#1748</a></li>
   <li>Fixed: button and label color contrast by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1750";>#1750</a></li>
   <li>Fixed: inability to focus on scrollable code blocks via keyboard 
navigation by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1533";>#1533</a></li>
   <li>Fixed: <code>.site-footer</code> focus order on <code>sm</code> (mobile) 
viewport by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> 
in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1751";>#1751</a></li>
   <li>Fixed: color contrast between dark mode background and 
<code>$link-color</code> by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1752";>#1752</a></li>
   <li>Fixed: color contrast for selected <code>.nav-list-link</code> in light 
mode by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in 
<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1753";>#1753</a></li>
   <li>Fixed: sidebar ARIA role (by including navigation) by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1754";>#1754</a></li>
   <li>Fixed: <code>footer_content</code>/<code>footer_custom</code> color 
contrast by <a href="https://github.com/mattxwang";><code>@​mattxwang</code></a> 
in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1755";>#1755</a></li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Added: aXe accessibility tests by <a 
href="https://github.com/cycomachead";><code>@​cycomachead</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1756";>#1756</a></li>
   </ul>
   <h2>v0.10.2 - 2025-12-31</h2>
   <h3>Theme</h3>
   <ul>
   <li>Fixed: <code>margin-top</code> and <code>margin-bottom</code> for 
<code>&lt;hr&gt;</code> elements in print styles by <a 
href="https://github.com/jacksonj04";><code>@​jacksonj04</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1677";>#1677</a></li>
   <li>Fixed: sidenav footer (<code>.site-footer</code>) color contrast by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1746";>#1746</a></li>
   <li>Fixed: use <code>aria-expanded</code> instead of 
<code>aria-pressed</code> for buttons connected to expandable content by <a 
href="https://github.com/rianrietveld";><code>@​rianrietveld</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1679";>#1679</a></li>
   <li>Fixed: accessibility issues with search bar (color contrast, focus 
indicator, decorative icons) by <a 
href="https://github.com/mattxwang";><code>@​mattxwang</code></a> in <a 
href="https://redirect.github.com/just-the-docs/just-the-docs/pull/1747";>#1747</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/2ed4c0af735e95af5c0dcf7a605b07d903005b4e";><code>2ed4c0a</code></a>
 0.12.0</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/b6be86e191ac0cf93cd952c2df12f365a9c65cfe";><code>b6be86e</code></a>
 Prep 0.12.0</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/18b5683d2f43304061d3ffef9a6bd2b7a4a0df84";><code>18b5683</code></a>
 Fix site footer placement on <code>md</code>/<code>xs</code>/below, <em>for 
real</em> (<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/issues/1771";>#1771</a>)</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/e0f53242d1958624fb09ce10ad403c9821111047";><code>e0f5324</code></a>
 0.11.2</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/92b3d5e5fc73ea0684db3927c2d4d8f730557234";><code>92b3d5e</code></a>
 Prep 0.11.2</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/c74a4d6f77fb1cee589686b22f729e24384bd195";><code>c74a4d6</code></a>
 Fix search bar focus trap and search result focus outline clipping (<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/issues/1770";>#1770</a>)</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/47beca7aa00cac72a14f898d752bfe5f95e26e5a";><code>47beca7</code></a>
 Fix focus indicator clipping and consistency for sidebar and top nav 
elements...</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/fa318edee507b4da43caaf99efb374eea6d73d56";><code>fa318ed</code></a>
 Bump prettier from 3.8.0 to 3.8.1 (<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/issues/1768";>#1768</a>)</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/d416b6d63117379b1e96774bafbdb46398c9ddb9";><code>d416b6d</code></a>
 Bump selenium-webdriver from 4.39.0 to 4.40.0 (<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/issues/1766";>#1766</a>)</li>
   <li><a 
href="https://github.com/just-the-docs/just-the-docs/commit/8fcf00359ee8c533e5a1215b4b1cee7456af0718";><code>8fcf003</code></a>
 Fix incorrect main content spacing in print styles (<a 
href="https://redirect.github.com/just-the-docs/just-the-docs/issues/1765";>#1765</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/just-the-docs/just-the-docs/compare/v0.10.1...v0.12.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=just-the-docs&package-manager=bundler&previous-version=0.10.1&new-version=0.12.0)](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 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]

Reply via email to