Skip to content

Commit

Permalink
Bump ex_doc from 0.34.2 to 0.36.1 (#45)
Browse files Browse the repository at this point in the history
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>(...) -&gt; 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 &quot;Search HexDocs package&quot; modal to &quot;Go to
package docs&quot;</li>
<li>Support built-in Erlang/OTP apps in &quot;Go to package
docs&quot;</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
Efesto authored Jan 11, 2025
2 parents 9a6a240 + 0e28b64 commit d628ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
%{
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
"credo": {:hex, :credo, "1.7.10", "6e64fe59be8da5e30a1b96273b247b5cf1cc9e336b5fd66302a64b25749ad44d", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "71fbc9a6b8be21d993deca85bf151df023a3097b01e09a2809d460348561d8cd"},
"earmark_parser": {:hex, :earmark_parser, "1.4.41", "ab34711c9dc6212dda44fcd20ecb87ac3f3fce6f0ca2f28d4a00e4154f8cd599", [:mix], [], "hexpm", "a81a04c7e34b6617c2792e291b5a2e57ab316365c2644ddc553bb9ed863ebefa"},
"ex_doc": {:hex, :ex_doc, "0.34.2", "13eedf3844ccdce25cfd837b99bea9ad92c4e511233199440488d217c92571e8", [:mix], [{:earmark_parser, "~> 1.4.39", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.0", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14 or ~> 1.0", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1 or ~> 1.0", [hex: :makeup_erlang, repo: "hexpm", optional: false]}, {:makeup_html, ">= 0.1.0", [hex: :makeup_html, repo: "hexpm", optional: true]}], "hexpm", "5ce5f16b41208a50106afed3de6a2ed34f4acfd65715b82a0b84b49d995f95c1"},
"earmark_parser": {:hex, :earmark_parser, "1.4.42", "f23d856f41919f17cd06a493923a722d87a2d684f143a1e663c04a2b93100682", [:mix], [], "hexpm", "6915b6ca369b5f7346636a2f41c6a6d78b5af419d61a611079189233358b8b8b"},
"ex_doc": {:hex, :ex_doc, "0.36.1", "4197d034f93e0b89ec79fac56e226107824adcce8d2dd0a26f5ed3a95efc36b1", [:mix], [{:earmark_parser, "~> 1.4.42", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.0", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14 or ~> 1.0", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1 or ~> 1.0", [hex: :makeup_erlang, repo: "hexpm", optional: false]}, {:makeup_html, ">= 0.1.0", [hex: :makeup_html, repo: "hexpm", optional: true]}], "hexpm", "d7d26a7cf965dacadcd48f9fa7b5953d7d0cfa3b44fa7a65514427da44eafd89"},
"file_system": {:hex, :file_system, "1.0.1", "79e8ceaddb0416f8b8cd02a0127bdbababe7bf4a23d2a395b983c1f8b3f73edd", [:mix], [], "hexpm", "4414d1f38863ddf9120720cd976fce5bdde8e91d8283353f0e31850fa89feb9e"},
"jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"},
"makeup": {:hex, :makeup, "1.2.1", "e90ac1c65589ef354378def3ba19d401e739ee7ee06fb47f94c687016e3713d1", [:mix], [{:nimble_parsec, "~> 1.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "d36484867b0bae0fea568d10131197a4c2e47056a6fbe84922bf6ba71c8d17ce"},
"makeup_elixir": {:hex, :makeup_elixir, "1.0.0", "74bb8348c9b3a51d5c589bf5aebb0466a84b33274150e3b6ece1da45584afc82", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "49159b7d7d999e836bedaf09dcf35ca18b312230cf901b725a64f3f42e407983"},
"makeup_elixir": {:hex, :makeup_elixir, "1.0.1", "e928a4f984e795e41e3abd27bfc09f51db16ab8ba1aebdba2b3a575437efafc2", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "7284900d412a3e5cfd97fdaed4f5ed389b8f2b4cb49efc0eb3bd10e2febf9507"},
"makeup_erlang": {:hex, :makeup_erlang, "1.0.1", "c7f58c120b2b5aa5fd80d540a89fdf866ed42f1f3994e4fe189abebeab610839", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "8a89a1eeccc2d798d6ea15496a6e4870b75e014d1af514b1b71fa33134f57814"},
"mix_audit": {:hex, :mix_audit, "2.1.4", "0a23d5b07350cdd69001c13882a4f5fb9f90fbd4cbf2ebc190a2ee0d187ea3e9", [:make, :mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:yaml_elixir, "~> 2.11", [hex: :yaml_elixir, repo: "hexpm", optional: false]}], "hexpm", "fd807653cc8c1cada2911129c7eb9e985e3cc76ebf26f4dd628bb25bbcaa7099"},
"mix_test_interactive": {:hex, :mix_test_interactive, "1.2.2", "72f72faa7007d6cb9634ee5f6989b25ee5b194c5729e5e45a962e68b2e217374", [:mix], [{:file_system, "~> 0.2", [hex: :file_system, repo: "hexpm", optional: false]}, {:typed_struct, "~> 0.3.0", [hex: :typed_struct, repo: "hexpm", optional: false]}], "hexpm", "f49f2a70d00aee93418506dde4d95387fe56bdba501ef9d2aa06ea07d4823508"},
Expand Down

0 comments on commit d628ce2

Please sign in to comment.