Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ex_doc from 0.34.2 to 0.36.1 (#45)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.2 to 0.36.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md">ex_doc's changelog</a>.</em></p> <blockquote> <h2>v0.36.1 (2024-12-24)</h2> <ul> <li> <p>Enhancements</p> <ul> <li>Show a progress bar if navigation takes more than 300ms</li> </ul> </li> <li> <p>Bug fixes</p> <ul> <li>Fix dark mode styling on cheatsheets</li> <li>Ensure the sidebar closes on hosting navigation in mobile</li> </ul> </li> </ul> <h2>v0.36.0 (2024-12-24)</h2> <ul> <li> <p>Enhancements</p> <ul> <li>Use swup.js for navigation on hosted sites</li> <li>Support <code>:group</code> in documentation metadata for grouping in the sidebar</li> <li>Support <code>:default_group_for_doc</code> in configuration to set the default group for functions, callbacks, and types</li> <li>Add <code>--warnings-as-errors</code> flag to <code>mix docs</code></li> </ul> </li> <li> <p>Bug fixes</p> <ul> <li>Fix typespec with <code>(...) -> any()</code></li> <li>Do not trap <code>tab</code> commands in the search bar</li> </ul> </li> </ul> <h2>v0.35.1 (2024-11-21)</h2> <ul> <li>Bug fixes <ul> <li>Make sure symlinks are copied from assets directory</li> <li>Discard private functions documented by EDoc</li> </ul> </li> </ul> <h2>v0.35.0 (2024-11-19)</h2> <ul> <li> <p>Enhancements</p> <ul> <li>Store <code>proglang</code> in <code>searchdata.js</code></li> <li>Allow searching for atoms inside backticks</li> <li>Add support for nominal types from Erlang/OTP 28</li> <li>Support a new <code>:redirects</code> option which allows configuring redirects in the sidebar</li> <li>Improve warning when referencing type from a private module</li> <li>Rename "Search HexDocs package" modal to "Go to package docs"</li> <li>Support built-in Erlang/OTP apps in "Go to package docs"</li> </ul> </li> <li> <p>Bug fixes</p> <ul> <li>Switch anchor <code>title</code> to <code>aria-label</code></li> <li>Convert admonition blockquotes to sections for screen reader users</li> <li>Fix code copy buttons within tabsets</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elixir-lang/ex_doc/commit/1c3ee63519fb7daeaddca9a06f6fb60abb9412d9"><code>1c3ee63</code></a> Release v0.36.1</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/3d030a87357718acb5aa05e7bbe6424ec25307a3"><code>3d030a8</code></a> Add progress bar and fix cheatsheets regression</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/3b2783830f76997c8d4a9f9cbe43c3326a64ab76"><code>3b27838</code></a> Improvements to sidebar on mobile with swup</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/419e9355211ec0c8cdeae7562345ccdb1c3c5aec"><code>419e935</code></a> Release in prod to avoid attaching example docs</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/fd0329baa7735da233d9d5a601d41e1a1b989a46"><code>fd0329b</code></a> Release v0.36.0</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/aeb88088efdea8bea34773bc591879d4013d649e"><code>aeb8808</code></a> Update CHANGELOG</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/4698379d12b0d04599cf0022c65ed32754ed1fb6"><code>4698379</code></a> Do not initialize sidebar multiple times</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/ad0165234df5cf9b567872e90e5bf726d6ef7646"><code>ad01652</code></a> Update JS</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/edd69bea25205288d01424930d051ac7f2ce9146"><code>edd69be</code></a> Do not trap tab in search bar</li> <li><a href="https://github.com/elixir-lang/ex_doc/commit/77e674d4f018ced7dd453a94d0de663ba9862bd9"><code>77e674d</code></a> Update lock</li> <li>Additional commits viewable in <a href="https://github.com/elixir-lang/ex_doc/compare/v0.34.2...v0.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ex_doc&package-manager=hex&previous-version=0.34.2&new-version=0.36.1)](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>
- Loading branch information