dependabot[bot] opened a new pull request, #16018: URL: https://github.com/apache/lucene/pull/16018
Bumps [rumdl](https://github.com/rvben/rumdl) from 0.1.60 to 0.1.81. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rvben/rumdl/releases">rumdl's releases</a>.</em></p> <blockquote> <h2>v0.1.81</h2> <h3>Added</h3> <ul> <li><strong>md057</strong>: add relative_to_roots option for absolute link validation (<a href="https://github.com/rvben/rumdl/commit/e91191941703dd2095b6b3d4b1d6633f4031d35c">e911919</a>)</li> <li><strong>md024</strong>: treat headings with different {#custom-id} anchors as distinct (<a href="https://github.com/rvben/rumdl/commit/0b4dadb54a1d519a3316360bd87d3690c30e09fd">0b4dadb</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>md013</strong>: don't warn on under-limit list items in normalize mode (<a href="https://github.com/rvben/rumdl/commit/3e0809434f523db0c72d16712e7800bd257c475c">3e08094</a>)</li> <li><strong>fmt</strong>: honor <!-- raw HTML omitted --> opt-in across all flavors (<a href="https://github.com/rvben/rumdl/commit/4c9c8dcffafd982451970ab87a6daf8196575612">4c9c8dc</a>)</li> <li><strong>docs</strong>: restore grid-cards formatting on landing page (<a href="https://github.com/rvben/rumdl/commit/5acba85bc6c3e4e6dd43d78ee4b654ffafd38ce7">5acba85</a>)</li> <li><strong>md005,md032</strong>: preserve nesting under tight continuation followed by sub-list (<a href="https://github.com/rvben/rumdl/commit/993c0f55d85453d5c70256416c24e7a13b5dbf64">993c0f5</a>)</li> </ul> <h2>Downloads</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz">rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz</a></td> <td>Linux x86_64</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz">rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz</a></td> <td>Linux x86_64 (musl)</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz">rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>Linux ARM64</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz">rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz</a></td> <td>Linux ARM64 (musl)</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-apple-darwin.tar.gz">rumdl-v0.1.81-x86_64-apple-darwin.tar.gz</a></td> <td>macOS x86_64</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-apple-darwin.tar.gz">rumdl-v0.1.81-aarch64-apple-darwin.tar.gz</a></td> <td>macOS ARM64 (Apple Silicon)</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-pc-windows-msvc.zip">rumdl-v0.1.81-x86_64-pc-windows-msvc.zip</a></td> <td>Windows x86_64</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> </tbody> </table> <h2>Installation</h2> <h3>Using uv (Recommended)</h3> <pre lang="bash"><code>uv tool install rumdl </code></pre> <h3>Using pip</h3> <pre lang="bash"><code>pip install rumdl </code></pre> <h3>Using pipx</h3> <pre lang="bash"><code>pipx install rumdl </code></pre> <h3>Direct Download</h3> <p>Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.</p> <h2>v0.1.80</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rvben/rumdl/blob/main/CHANGELOG.md">rumdl's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.80...v0.1.81">0.1.81</a> - 2026-04-24</h2> <h3>Added</h3> <ul> <li><strong>md057</strong>: add relative_to_roots option for absolute link validation (<a href="https://github.com/rvben/rumdl/commit/e91191941703dd2095b6b3d4b1d6633f4031d35c">e911919</a>)</li> <li><strong>md024</strong>: treat headings with different {#custom-id} anchors as distinct (<a href="https://github.com/rvben/rumdl/commit/0b4dadb54a1d519a3316360bd87d3690c30e09fd">0b4dadb</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>md013</strong>: don't warn on under-limit list items in normalize mode (<a href="https://github.com/rvben/rumdl/commit/3e0809434f523db0c72d16712e7800bd257c475c">3e08094</a>)</li> <li><strong>fmt</strong>: honor <!-- raw HTML omitted --> opt-in across all flavors (<a href="https://github.com/rvben/rumdl/commit/4c9c8dcffafd982451970ab87a6daf8196575612">4c9c8dc</a>)</li> <li><strong>docs</strong>: restore grid-cards formatting on landing page (<a href="https://github.com/rvben/rumdl/commit/5acba85bc6c3e4e6dd43d78ee4b654ffafd38ce7">5acba85</a>)</li> <li><strong>md005,md032</strong>: preserve nesting under tight continuation followed by sub-list (<a href="https://github.com/rvben/rumdl/commit/993c0f55d85453d5c70256416c24e7a13b5dbf64">993c0f5</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.79...v0.1.80">0.1.80</a> - 2026-04-22</h2> <h3>Added</h3> <ul> <li><strong>wasm</strong>: validate rule-config value types at parse time (<a href="https://github.com/rvben/rumdl/commit/ab3d3d547eb58ac093f52a5678b65d59e6602541">ab3d3d5</a>)</li> <li><strong>wasm</strong>: honor exclude patterns via path-aware check() and fix() (<a href="https://github.com/rvben/rumdl/commit/e578308978f04e582acedf014ff75b4890ceca44">e578308</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.78...v0.1.79">0.1.79</a> - 2026-04-22</h2> <h3>Fixed</h3> <ul> <li><strong>md051</strong>: strip HTML comments from heading anchors (<a href="https://github.com/rvben/rumdl/commit/e4e3c4b79126b7d8a90357edcba044ed7d473404">e4e3c4b</a>)</li> <li><strong>md077</strong>: accept task-item post-checkbox column to break MD013 reflow cycle (<a href="https://github.com/rvben/rumdl/commit/1c3cbef4cb2a5e0c9ff9c810c5012018f9ee3e18">1c3cbef</a>)</li> <li><strong>lint-context</strong>: honor CommonMark Type-1 HTML blocks (<a href="https://github.com/rvben/rumdl/commit/6f37e49cf9f54bf56c20bb88309cf7e9a052946a">6f37e49</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.77...v0.1.78">0.1.78</a> - 2026-04-21</h2> <h3>Fixed</h3> <ul> <li><strong>lsp</strong>: discover .config/rumdl.toml when walking up from a file (<a href="https://github.com/rvben/rumdl/commit/9d32fa76b8d6baac3387ce588758a3bec6a3390a">9d32fa7</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.76...v0.1.77">0.1.77</a> - 2026-04-21</h2> <h3>Fixed</h3> <ul> <li><strong>md046</strong>: ignore container content when detecting code-block style (<a href="https://github.com/rvben/rumdl/commit/2685388a223764504d6a994118605d1a2890aadd">2685388</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.75...v0.1.76">0.1.76</a> - 2026-04-19</h2> <h3>Fixed</h3> <ul> <li><strong>cli</strong>: error when --config path does not exist (<a href="https://github.com/rvben/rumdl/commit/c328c110b8ae538d040875d142d4bd130e2cb83e">c328c11</a>)</li> </ul> <h2><a href="https://github.com/rvben/rumdl/compare/v0.1.74...v0.1.75">0.1.75</a> - 2026-04-19</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rvben/rumdl/commit/097fbad168c977130c573a03797c0d407cb4ad21"><code>097fbad</code></a> chore: bump version to v0.1.81</li> <li><a href="https://github.com/rvben/rumdl/commit/3e0809434f523db0c72d16712e7800bd257c475c"><code>3e08094</code></a> fix(md013): don't warn on under-limit list items in normalize mode</li> <li><a href="https://github.com/rvben/rumdl/commit/618b169fff2e0d2afd255b88df204a7f53461702"><code>618b169</code></a> revert: drop GHA-scheduled docs prod probe in favor of Uptime Kuma</li> <li><a href="https://github.com/rvben/rumdl/commit/e28fc1d08d59b5ed5f7fbd933ce3385b468ef450"><code>e28fc1d</code></a> ci(docs): add scheduled prod probe against rumdl.dev</li> <li><a href="https://github.com/rvben/rumdl/commit/95d1229647525b7dcb3493e79559cea216d85395"><code>95d1229</code></a> ci(docs): guard against landing-page regressions with fmt-check and HTML smok...</li> <li><a href="https://github.com/rvben/rumdl/commit/cac1ac7430b58ad78b315c0c8b9e0e472cecfc8d"><code>cac1ac7</code></a> style(md064): inline assert format args to satisfy clippy::uninlined_format_args</li> <li><a href="https://github.com/rvben/rumdl/commit/4c9c8dcffafd982451970ab87a6daf8196575612"><code>4c9c8dc</code></a> fix(fmt): honor <div markdown> opt-in across all flavors</li> <li><a href="https://github.com/rvben/rumdl/commit/5acba85bc6c3e4e6dd43d78ee4b654ffafd38ce7"><code>5acba85</code></a> fix(docs): restore grid-cards formatting on landing page</li> <li><a href="https://github.com/rvben/rumdl/commit/993c0f55d85453d5c70256416c24e7a13b5dbf64"><code>993c0f5</code></a> fix(md005,md032): preserve nesting under tight continuation followed by sub-list</li> <li><a href="https://github.com/rvben/rumdl/commit/d66fb2bcd9b2c7e06e46b02c3aebd59ac684b638"><code>d66fb2b</code></a> test(md064): cover Type-1 vs Type-6 HTML block handling with blank lines</li> <li>Additional commits viewable in <a href="https://github.com/rvben/rumdl/compare/v0.1.60...v0.1.81">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
