dependabot[bot] opened a new pull request, #15914: URL: https://github.com/apache/lucene/pull/15914
Bumps [rumdl](https://github.com/rvben/rumdl) from 0.1.47 to 0.1.60. <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.60</h2> <h3>Fixed</h3> <ul> <li><strong>MD007</strong>: Fix <code>start_indented</code> not respecting text-aligned indentation for unordered lists nested under ordered lists (<a href="https://redirect.github.com/rvben/rumdl/issues/541">#541</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Normalize documentation URLs to lowercase for consistent paths</li> <li>Fix broken links: VS Code marketplace publisher ID, Ruff docs URL, deprecated rule references</li> <li>Add Cloudflare Pages redirects for backward compatibility</li> <li>Add lychee link checker to CI for pre-deploy link validation (thanks <a href="https://github.com/sglre6355"><code>@sglre6355</code></a> in <a href="https://redirect.github.com/rvben/rumdl/pull/542">#542</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.60/rumdl-v0.1.60-x86_64-unknown-linux-gnu.tar.gz">rumdl-v0.1.60-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.60/rumdl-v0.1.60-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.60/rumdl-v0.1.60-x86_64-unknown-linux-musl.tar.gz">rumdl-v0.1.60-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.60/rumdl-v0.1.60-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.60/rumdl-v0.1.60-aarch64-unknown-linux-gnu.tar.gz">rumdl-v0.1.60-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>Linux ARM64</td> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.60/rumdl-v0.1.60-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.60/rumdl-v0.1.60-aarch64-unknown-linux-musl.tar.gz">rumdl-v0.1.60-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.60/rumdl-v0.1.60-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.60/rumdl-v0.1.60-x86_64-apple-darwin.tar.gz">rumdl-v0.1.60-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.60/rumdl-v0.1.60-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.60/rumdl-v0.1.60-aarch64-apple-darwin.tar.gz">rumdl-v0.1.60-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.60/rumdl-v0.1.60-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/rvben/rumdl/releases/download/v0.1.60/rumdl-v0.1.60-x86_64-pc-windows-msvc.zip">rumdl-v0.1.60-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.60/rumdl-v0.1.60-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.59</h2> <h3>Fixed</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>[0.1.60] - 2026-03-25</h2> <h3>Fixed</h3> <ul> <li><strong>MD007</strong>: Fix <code>start_indented</code> not respecting text-aligned indentation for unordered lists nested under ordered lists (<a href="https://redirect.github.com/rvben/rumdl/issues/541">#541</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Normalize documentation URLs to lowercase for consistent paths</li> <li>Fix broken links: VS Code marketplace publisher ID, Ruff docs URL, deprecated rule references</li> <li>Add Cloudflare Pages redirects for backward compatibility</li> <li>Add lychee link checker to CI for pre-deploy link validation (thanks <a href="https://github.com/sglre6355"><code>@sglre6355</code></a> in <a href="https://redirect.github.com/rvben/rumdl/pull/542">#542</a>)</li> </ul> <h2>[0.1.59] - 2026-03-24</h2> <h3>Fixed</h3> <ul> <li><strong>MD053</strong>: Resolve false positive for reference links used inside multi-line footnote bodies (<a href="https://redirect.github.com/rvben/rumdl/issues/540">#540</a>) <ul> <li>Root cause: <code>ENABLE_OLD_FOOTNOTES</code> parser option caused footnote continuation lines to be misidentified as indented code blocks, hiding reference usages from MD053</li> <li>Switched to <code>ENABLE_FOOTNOTES</code> and unified all pulldown-cmark parser option sets across the codebase</li> <li>Added <code>in_footnote_definition</code> field to <code>LineInfo</code> for proper footnote body detection</li> </ul> </li> <li><strong>MD005, MD007, MD030, MD032, MD046</strong>: Skip footnote definition body content to prevent false positives on list indentation, spacing, and code block style within footnotes</li> <li><strong>MD045</strong>: Recognize Obsidian wikilink image alt text (<code>![[image|alt text]]</code>) as valid</li> <li><strong>Output</strong>: Suppress summary text in machine-readable output formats (JSON, SARIF, etc.)</li> </ul> <h2>[0.1.58] - 2026-03-22</h2> <h3>Fixed</h3> <ul> <li><strong>MD037</strong>: Detect spacing issues in bold metadata patterns like <code>** Key**: value</code> — the doc pattern exemption was too broad, suppressing valid MD037 warnings when <code>**</code> was followed by <code>:</code> (thanks <a href="https://github.com/vEnhance"><code>@vEnhance</code></a> in <a href="https://redirect.github.com/rvben/rumdl/pull/539">#539</a>)</li> <li><strong>MDX support</strong>: All rules now skip MDX comments (<code>{/* ... */}</code>) alongside HTML comments — MD010, MD011, MD018, MD022, MD028, MD030, MD032, MD033, MD034, MD036, MD046, MD052, MD066, MD067, MD068, MD069, MD070, MD075, MD076, MD077</li> </ul> <h2>[0.1.57] - 2026-03-20</h2> <h3>Fixed</h3> <ul> <li><strong>MD041</strong>: MDX-style inline disable comments (<code>{/* <!-- rumdl-disable MD041 --> */}</code>) now correctly suppress MD041 (<a href="https://redirect.github.com/rvben/rumdl/issues/538">#538</a>)</li> <li><strong>MD041</strong>: Extracted shared <code>first_content_line_idx()</code> helper to prevent check/fix path inconsistencies</li> </ul> <h2>[0.1.56] - 2026-03-19</h2> <h3>Added</h3> <ul> <li><strong>MD057</strong>: Obsidian attachment folder auto-detection when <code>flavor = "obsidian"</code> is set — supports all 4 Obsidian attachment modes (vault root, named folder, same as file, subfolder under file) (<a href="https://redirect.github.com/rvben/rumdl/issues/537">#537</a>)</li> <li><strong>MD057</strong>: New <code>search-paths</code> config option for specifying additional directories to search when resolving relative links</li> </ul> <h2>[0.1.55] - 2026-03-19</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rvben/rumdl/commit/9ab9e256cf266908555448f396c725d50c103919"><code>9ab9e25</code></a> chore(release): prepare v0.1.60</li> <li><a href="https://github.com/rvben/rumdl/commit/f6d8dcca242aef8594f8fc0fca506ac716531a1e"><code>f6d8dcc</code></a> fix(docs): fix last RULES.md reference in global-settings.md</li> <li><a href="https://github.com/rvben/rumdl/commit/9fda77978d49d26e415bf46a9117424f447e2c97"><code>9fda779</code></a> fix(docs): update all remaining RULES.md references to lowercase</li> <li><a href="https://github.com/rvben/rumdl/commit/6abb5aaa1cdbaa292a59ce00137fd0ef20641537"><code>6abb5aa</code></a> fix(docs): update remaining RULES.md references to lowercase</li> <li><a href="https://github.com/rvben/rumdl/commit/b6110224232a0860e06119837d4e1659015c3388"><code>b611022</code></a> chore: add docs/superpowers and docs/design to .gitignore</li> <li><a href="https://github.com/rvben/rumdl/commit/e650b9422da8105dbb6b0fe374dee5d90da78062"><code>e650b94</code></a> fix(ci): fix link checker CI failure</li> <li><a href="https://github.com/rvben/rumdl/commit/6a27af93a2d4e17e82a5c7c9dfea32685a5755c2"><code>6a27af9</code></a> fix(docs): fix broken links and remove exclusions from link checker</li> <li><a href="https://github.com/rvben/rumdl/commit/ab385696fb775df002d6015b9a047df98c104d31"><code>ab38569</code></a> ci: add lychee link checker for markdown files</li> <li><a href="https://github.com/rvben/rumdl/commit/18d8410872dc6f6139f04d1bda0f68c1baf8fbc0"><code>18d8410</code></a> docs: add Cloudflare Pages redirects for backward compatibility</li> <li><a href="https://github.com/rvben/rumdl/commit/f89561e9ff65ad5eca474c462496843d471d5c4f"><code>f89561e</code></a> docs: normalize RULES.md to lowercase for consistent URL paths</li> <li>Additional commits viewable in <a href="https://github.com/rvben/rumdl/compare/v0.1.47...v0.1.60">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]
