Skip to content

Update dependency ex_doc to v0.40.4 - #12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ex_doc-0.x-lockfile
Open

Update dependency ex_doc to v0.40.4#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ex_doc-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jan 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ex_doc (source) dev minor 0.34.20.40.4

Release Notes

elixir-lang/ex_doc (ex_doc)

v0.40.4

Compare Source

  • Enhancements
    • Add :api_reference_noindex option to keep search engines from indexing api-reference.html

    • Generate reproducible HTML and EPUB output

    • Link HexDocs packages through their per-package subdomains

    • Bug fixes

      • Preserve in-page anchors during Swup navigation and fully reload navigation between ExDoc builds
      • Format Elixir specs consistently regardless of their source line numbers
      • Autolink the Erlang/OTP 29 built-in record/0 type
      • Fix focus outline positioning for top-content heading action icons

v0.40.3

Compare Source

  • Enhancements
    • Add autolinking for Erlang/OTP 29 native records

v0.40.2

Compare Source

  • Bug fixes
    • Add rel="nofollow" to external links in HTML output
    • Use blockquote in llms.txt description
    • Void elements in epub, such wbr, must be terminated by the matching end-tag
    • Fix content container scrolling in older versions of Safari
    • Skip HTML comments when computing synopsis
    • Fix markdown backend code fence language and opaque type display
    • Fix false positive warning when linking to asset files
    • Prevent #search selector from impacting user content
    • Raise on extras that conflict with reserved filenames
    • Fix styling of admonition blocks

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

v0.35.1

Compare Source

  • Bug fixes
    • Make sure symlinks are copied from assets directory
    • Discard private functions documented by EDoc

v0.35.0

Compare Source

  • Enhancements
    • Store proglang in searchdata.js

    • Allow searching for atoms inside backticks

    • Add support for nominal types from Erlang/OTP 28

    • Support a new :redirects option which allows configuring redirects in the sidebar

    • Improve warning when referencing type from a private module

    • Rename "Search HexDocs package" modal to "Go to package docs"

    • Support built-in Erlang/OTP apps in "Go to package docs"

    • Bug fixes

      • Switch anchor title to aria-label
      • Convert admonition blockquotes to sections for screen reader users
      • Fix code copy buttons within tabsets

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency ex_doc to v0.36.1 Update dependency ex_doc to v0.37.0 Feb 6, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 5917fbf to 0b617c8 Compare February 6, 2025 04:09
@renovate renovate Bot changed the title Update dependency ex_doc to v0.37.0 Update dependency ex_doc to v0.37.1 Feb 12, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 0b617c8 to 84bed4f Compare February 12, 2025 00:00
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 84bed4f to ec364a2 Compare February 20, 2025 23:50
@renovate renovate Bot changed the title Update dependency ex_doc to v0.37.1 Update dependency ex_doc to v0.37.2 Feb 20, 2025
@renovate renovate Bot changed the title Update dependency ex_doc to v0.37.2 Update dependency ex_doc to v0.37.3 Mar 6, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from ec364a2 to 95fb9d0 Compare March 6, 2025 23:43
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 95fb9d0 to 2cfefcf Compare March 18, 2025 23:39
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 2cfefcf to 859f9da Compare May 10, 2025 00:07
@renovate renovate Bot changed the title Update dependency ex_doc to v0.37.3 Update dependency ex_doc to v0.38.0 May 10, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 859f9da to c821439 Compare May 17, 2025 07:27
@renovate renovate Bot changed the title Update dependency ex_doc to v0.38.0 Update dependency ex_doc to v0.38.1 May 17, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from c821439 to 5e22947 Compare May 31, 2025 16:15
@renovate renovate Bot changed the title Update dependency ex_doc to v0.38.1 Update dependency ex_doc to v0.38.2 May 31, 2025
@renovate renovate Bot changed the title Update dependency ex_doc to v0.38.2 Update dependency ex_doc to v0.38.3 Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 5e22947 to 2764292 Compare August 18, 2025 03:34
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 2764292 to 5687548 Compare September 10, 2025 00:15
@renovate renovate Bot changed the title Update dependency ex_doc to v0.38.3 Update dependency ex_doc to v0.38.4 Sep 10, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 5687548 to 9ea583f Compare October 25, 2025 15:51
@renovate renovate Bot changed the title Update dependency ex_doc to v0.38.4 Update dependency ex_doc to v0.39.1 Oct 25, 2025
@renovate renovate Bot changed the title Update dependency ex_doc to v0.39.1 Update dependency ex_doc to v0.39.2 Dec 5, 2025
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch 2 times, most recently from f2e8007 to a27a63e Compare December 11, 2025 23:01
@renovate renovate Bot changed the title Update dependency ex_doc to v0.39.2 Update dependency ex_doc to v0.39.3 Dec 11, 2025
@renovate renovate Bot changed the title Update dependency ex_doc to v0.39.3 Update dependency ex_doc to v0.40.0 Jan 21, 2026
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from a27a63e to 0228681 Compare January 21, 2026 19:29
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from 0228681 to f01e965 Compare February 1, 2026 09:50
@renovate renovate Bot changed the title Update dependency ex_doc to v0.40.0 Update dependency ex_doc to v0.40.1 Feb 1, 2026
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from f01e965 to f9554d3 Compare May 10, 2026 08:08
@renovate renovate Bot changed the title Update dependency ex_doc to v0.40.1 Update dependency ex_doc to v0.40.2 May 10, 2026
@renovate
renovate Bot force-pushed the renovate/ex_doc-0.x-lockfile branch from f9554d3 to e34fe34 Compare May 23, 2026 03:35
@renovate renovate Bot changed the title Update dependency ex_doc to v0.40.2 Update dependency ex_doc to v0.40.3 May 23, 2026
@renovate

renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: install-tool elixir v1.20.4

@renovate renovate Bot changed the title Update dependency ex_doc to v0.40.3 Update dependency ex_doc to v0.40.4 Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants