Commit de25247
authored
Bump ex_doc from 0.39.3 to 0.40.1 (#27)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.39.3 to
0.40.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.40.1 (2026-01-31)</h2>
<ul>
<li>
<p>Enhancements</p>
<ul>
<li>Remove link to source from generated .md files</li>
<li>Improve word-breaking of module names and sizing of main page
titles</li>
<li>Include description in llms.txt</li>
</ul>
</li>
<li>
<p>Bug fixes</p>
<ul>
<li>Fix headers in custom groups</li>
</ul>
</li>
</ul>
<h2>v0.40.0 (2026-01-20)</h2>
<ul>
<li>
<p>Enhancements</p>
<ul>
<li>Introduce Markdown formatter (thanks to Yordis Prietro)</li>
<li>Generate a <code>llms.txt</code> document by default and add a
"Copy Markdown" button to the top of every page</li>
<li>Run retriever only once per formatter</li>
<li>Support anchors on redirects</li>
</ul>
</li>
<li>
<p>Bug fixes</p>
<ul>
<li>Copy button on <code>erl</code> and <code>iex</code> snippets now
include prompts</li>
<li>Fix headers having wrong selectors due to whitespace
minification</li>
<li>Only include <code>.html</code> links on Swup</li>
</ul>
</li>
<li>
<p>Breaking changes</p>
<ul>
<li>Revamp the ExDoc entrypoint and formatter API. While those have
never been made public, others may have relied on it. We have now
changed and documented them on the path to standardization</li>
<li>The previously deprecated :assets option will raise if given a
string, pass a map instead</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/20a355b005c31f3ba38c7729d52a02571ea245cd"><code>20a355b</code></a>
Release v0.40.1</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/7a71ddf985ca531cc5ab8e0e3c81812209f31cd9"><code>7a71ddf</code></a>
Update assets</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/f44f6fe6aae77960b100cd08878986208449a960"><code>f44f6fe</code></a>
Turn whitespace minification back on</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/38028674ac14570a700ba8804d6ca4cbba1dc951"><code>3802867</code></a>
Improve distinction between docstring headings (H2-H4)</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/e8a46c6fa7d8af5a24af6caf7a266e7995c51ce2"><code>e8a46c6</code></a>
Change headings' levels to match their context</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/9cd866c84ccdd1afa9eee772d72511c5ef99cbae"><code>9cd866c</code></a>
Fix Summary Types heading size</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/e8e74eec1881dae173e02cf8713ff65e88540d68"><code>e8e74ee</code></a>
More word break tests</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/21ec71f709317bdd2e32b6d4d6055857d3761552"><code>21ec71f</code></a>
Update assets</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/8611a164fe24d7b9f669cdad96dcaf30e8254fc1"><code>8611a16</code></a>
Improve word-breaking of module names and sizing of main page titles (<a
href="https://redirect.github.com/elixir-lang/ex_doc/issues/2190">#2190</a>)</li>
<li><a
href="https://github.com/elixir-lang/ex_doc/commit/1b1fe51e479b9bcbf72802e7ef700ed3cedf53ac"><code>1b1fe51</code></a>
Bump lodash from 4.17.21 to 4.17.23 in /assets (<a
href="https://redirect.github.com/elixir-lang/ex_doc/issues/2187">#2187</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/elixir-lang/ex_doc/compare/v0.39.3...v0.40.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments