Update dependency ex_doc to ~> 0.40.0 #1

Open
renovate wants to merge 1 commit from renovate/ex_doc-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ex_doc (source) dev minor ~> 0.35.1~> 0.40.0

Release Notes

elixir-lang/ex_doc (ex_doc)

v0.40.1

Compare Source

  • Enhancements
    • Remove link to source from generated .md files

    • Improve word-breaking of module names and sizing of main page titles

    • Include description in llms.txt

    • Bug fixes

      • Fix headers in custom groups

v0.40.0

Compare Source

  • Enhancements
    • Introduce Markdown formatter (thanks to Yordis Prietro)

    • Generate a llms.txt document by default and add a "Copy Markdown" button to the top of every page

    • Run retriever only once per formatter

    • Support anchors on redirects

    • Bug fixes

      • Copy button on erl and iex snippets now include prompts
      • Fix headers having wrong selectors due to whitespace minification
      • Only include .html links on Swup
    • Breaking changes

      • 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
      • The previously deprecated :assets option will raise if given a string, pass a map instead

v0.39.3

Compare Source

  • Enhancements
    • Add the option to trim down the footer

v0.39.2

Compare Source

  • Bug fixes
    • Do not strip hrefs on summaries
    • Show go to latest for prereleases
    • Prevent fake italic in autocomplete text
    • Rename "Search Hexdocs" link to "Go to package docs"

v0.39.1

Compare Source

  • Bug fixes
    • Improve box-shadow around autocompletion
    • Trim search engine selector on small screens
    • Fix admonition titles on small screens

v0.39.0

Compare Source

  • Enhancements
    • Allow custom search engines to be configured with support for https://hexdocs.pm
    • Improve admonition blocks so they better integrate with the page flow
    • Bug fixes
      • Add .cheatmd to EPUB to avoid broken links
    • Backwards incompatible changes
      • Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception
      • Setting exdoc:full-text-search-url metadata is no longer supported, using the new search engines configuration

v0.38.4

Compare Source

  • Bug fixes
    • Fix escaping of links when they have ampersand in them
    • Increase spacing of footers in pages
    • Align stale icon positioning

v0.38.3

Compare Source

  • Enhancements
    • Allow configuring autocomplete limit, and default it to 10 instead of 8
    • Display description text in docs groups
    • Load discovered makeup apps for CLI

v0.38.2

Compare Source

  • Bug fixes
    • Render documents with hardcoded <h2>/<h3> entries correctly
    • Fix padding on external links

v0.38.1

Compare Source

  • Bug fixes
    • Ensure stripping apps for Erlang sources emit valid AST

v0.38.0

Compare Source

  • Enhancements
    • Allow listing outside URLs in extras

    • Bug fixes

      • Ensure some cases where <, >, & and in headers would appear as entities in the sidebar
      • Fix outline caused by swup.js on Webkit based browsers
      • Fix bugs when computing synopsis
      • Automatically close the sidebar when navigating sections on mobile

v0.37.3

Compare Source

  • Bug fixes
    • Handle http-equiv=refresh during Swup.js navigation
    • Include full error description when syntax highlighting fails

v0.37.2

Compare Source

  • Bug fixes
    • Fix code highlighting for languages with non-alphanumeric characters

v0.37.1

Compare Source

  • Enhancements
    • Support umbrella projects via the CLI

    • Bug fixes

      • Make sure docs are rendered inside iframes

v0.37.0

Compare Source

Thanks to @​liamcmitchell and @​hichemfantar for the extensive contributions in this new release.

  • Enhancements

    • Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
    • Considerably improve page loading times in the browser
    • Allow customizing search_data for extra pages
    • Use native style for scroll bars
    • Enhance links between extras/pages/guides with padding and hover effects
    • Go to latest goes to the same page if it exists, root otherwise
    • Apply new style and layout for tabs
    • Increase font-weight on sidebar on Apple machines/devices
    • Improve accessibility across deprecation, links, and summaries
    • Add compatibility to Erlang/OTP 28+
    • Rely on the operating system monospace font for unified experience and better load times
    • Introduce "exdoc:loaded" window event to track navigation
    • Support for favicons
  • Bug fixes

    • Move action links out from heading tags

v0.36.1

Compare Source

  • Enhancements
    • Show a progress bar if navigation takes more than 300ms

    • Bug fixes

      • Fix dark mode styling on cheatsheets
      • Ensure the sidebar closes on hosting navigation in mobile

v0.36.0

Compare Source

  • Enhancements
    • Use swup.js for navigation on hosted sites

    • Support :group in documentation metadata for grouping in the sidebar

    • Support :default_group_for_doc in configuration to set the default group for functions, callbacks, and types

    • Add --warnings-as-errors flag to mix docs

    • Bug fixes

      • Fix typespec with (...) -> any()
      • Do not trap tab commands in the search bar

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ex_doc](https://hex.pm/packages/ex_doc) ([source](https://github.com/elixir-lang/ex_doc)) | dev | minor | `~> 0.35.1` → `~> 0.40.0` | --- ### Release Notes <details> <summary>elixir-lang/ex_doc (ex_doc)</summary> ### [`v0.40.1`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0401-2026-01-31) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.40.0...v0.40.1) - Enhancements - Remove link to source from generated .md files - Improve word-breaking of module names and sizing of main page titles - Include description in llms.txt - Bug fixes - Fix headers in custom groups ### [`v0.40.0`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0400-2026-01-20) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.39.3...v0.40.0) - Enhancements - Introduce Markdown formatter (thanks to Yordis Prietro) - Generate a `llms.txt` document by default and add a "Copy Markdown" button to the top of every page - Run retriever only once per formatter - Support anchors on redirects - Bug fixes - Copy button on `erl` and `iex` snippets now include prompts - Fix headers having wrong selectors due to whitespace minification - Only include `.html` links on Swup - Breaking changes - 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 - The previously deprecated :assets option will raise if given a string, pass a map instead ### [`v0.39.3`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0393-2025-12-09) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.39.2...v0.39.3) - Enhancements - Add the option to trim down the footer ### [`v0.39.2`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0392-2025-12-04) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.39.1...v0.39.2) - Bug fixes - Do not strip hrefs on summaries - Show go to latest for prereleases - Prevent fake italic in autocomplete text - Rename "Search Hexdocs" link to "Go to package docs" ### [`v0.39.1`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0391-2025-10-23) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.39.0...v0.39.1) - Bug fixes - Improve box-shadow around autocompletion - Trim search engine selector on small screens - Fix admonition titles on small screens ### [`v0.39.0`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0390-2025-10-23) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.38.4...v0.39.0) - Enhancements - Allow custom search engines to be configured with support for `https://hexdocs.pm` - Improve admonition blocks so they better integrate with the page flow - Bug fixes - Add .cheatmd to EPUB to avoid broken links - Backwards incompatible changes - Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception - Setting `exdoc:full-text-search-url` metadata is no longer supported, using the new search engines configuration ### [`v0.38.4`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0384-2025-09-09) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.38.3...v0.38.4) - Bug fixes - Fix escaping of links when they have ampersand in them - Increase spacing of footers in pages - Align stale icon positioning ### [`v0.38.3`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0383-2025-08-17) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.38.2...v0.38.3) - Enhancements - Allow configuring autocomplete limit, and default it to 10 instead of 8 - Display description text in docs groups - Load discovered makeup apps for CLI ### [`v0.38.2`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0382-2025-05-27) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.38.1...v0.38.2) - Bug fixes - Render documents with hardcoded `<h2>`/`<h3>` entries correctly - Fix padding on external links ### [`v0.38.1`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0381-2025-05-12) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.38.0...v0.38.1) - Bug fixes - Ensure stripping apps for Erlang sources emit valid AST ### [`v0.38.0`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0380-2025-05-09) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.37.3...v0.38.0) - Enhancements - Allow listing outside URLs in extras - Bug fixes - Ensure some cases where `<`, `>`, `&` and in headers would appear as entities in the sidebar - Fix outline caused by swup.js on Webkit based browsers - Fix bugs when computing synopsis - Automatically close the sidebar when navigating sections on mobile ### [`v0.37.3`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0373-2025-03-06) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.37.2...v0.37.3) - Bug fixes - Handle `http-equiv=refresh` during Swup.js navigation - Include full error description when syntax highlighting fails ### [`v0.37.2`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0372-2025-02-19) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.37.1...v0.37.2) - Bug fixes - Fix code highlighting for languages with non-alphanumeric characters ### [`v0.37.1`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0371-2025-02-10) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.37.0...v0.37.1) - Enhancements - Support umbrella projects via the CLI - Bug fixes - Make sure docs are rendered inside iframes ### [`v0.37.0`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0370-2025-02-05) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.36.1...v0.37.0) Thanks to [@&#8203;liamcmitchell](https://github.com/liamcmitchell) and [@&#8203;hichemfantar](https://github.com/hichemfantar) for the extensive contributions in this new release. - Enhancements - Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation - Considerably improve page loading times in the browser - Allow customizing `search_data` for extra pages - Use native style for scroll bars - Enhance links between extras/pages/guides with padding and hover effects - Go to latest goes to the same page if it exists, root otherwise - Apply new style and layout for tabs - Increase font-weight on sidebar on Apple machines/devices - Improve accessibility across deprecation, links, and summaries - Add compatibility to Erlang/OTP 28+ - Rely on the operating system monospace font for unified experience and better load times - Introduce `"exdoc:loaded"` window event to track navigation - Support for favicons - Bug fixes - Move action links out from heading tags ### [`v0.36.1`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0361-2024-12-24) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.36.0...v0.36.1) - Enhancements - Show a progress bar if navigation takes more than 300ms - Bug fixes - Fix dark mode styling on cheatsheets - Ensure the sidebar closes on hosting navigation in mobile ### [`v0.36.0`](https://github.com/elixir-lang/ex_doc/blob/HEAD/CHANGELOG.md#v0360-2024-12-24) [Compare Source](https://github.com/elixir-lang/ex_doc/compare/v0.35.1...v0.36.0) - Enhancements - Use swup.js for navigation on hosted sites - Support `:group` in documentation metadata for grouping in the sidebar - Support `:default_group_for_doc` in configuration to set the default group for functions, callbacks, and types - Add `--warnings-as-errors` flag to `mix docs` - Bug fixes - Fix typespec with `(...) -> any()` - Do not trap `tab` commands in the search bar </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency ex_doc to ~> 0.40.0
Some checks failed
renovate/artifacts Artifact file update failure
268542a4cb
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update ex_doc
No version is set for command mix
Consider adding one of the following versions in your config file at /tmp/renovate/repos/forgejo/inhji/plug_indie/.tool-versions
elixir 1.18.4-otp-28
elixir 1.18

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: mix.lock ``` Command failed: mix deps.update ex_doc No version is set for command mix Consider adding one of the following versions in your config file at /tmp/renovate/repos/forgejo/inhji/plug_indie/.tool-versions elixir 1.18.4-otp-28 elixir 1.18 ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ex_doc-0.x:renovate/ex_doc-0.x
git switch renovate/ex_doc-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ex_doc-0.x
git switch renovate/ex_doc-0.x
git rebase main
git switch main
git merge --ff-only renovate/ex_doc-0.x
git switch renovate/ex_doc-0.x
git rebase main
git switch main
git merge --no-ff renovate/ex_doc-0.x
git switch main
git merge --squash renovate/ex_doc-0.x
git switch main
git merge --ff-only renovate/ex_doc-0.x
git switch main
git merge renovate/ex_doc-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
inhji/plug_indie!1
No description provided.