chore(deps): update dependency rumdl to v0.1.44 - #7366
Merged
Conversation
renovate
Bot
requested review from
Kurt-von-Laven,
bdovaz,
echoix and
nvuillam
as code owners
March 10, 2026 10:30
Contributor
✅
|
nvuillam
disabled auto-merge
March 10, 2026 12:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
0.1.42→0.1.44Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rvben/rumdl (rumdl)
v0.1.44Compare Source
Fixed
resolving false positives with 4-space indentation config
(#504)
indent detection in nested lists
(thanks @anaxite)
preventing false positive when a list continuation follows a nested item
(#507)
invalid links like
https://rumdl.dev/jq/(#505)
source_filethroughlint()for path-dependent rulesdiagnostics, providing full context from tools like
tombi(#506)
Changed
jqas both linter and formatterv0.1.43Compare Source
Added
textDocument/renamesupport for markdown headings — rename aheading and all references to it update automatically
"fixed"field to JSON output when--fixis active, showinghow many issues were auto-fixed
--fixnow works with batch output formats (JSON, GitLab, SARIF,JUnit) instead of silently skipping fixes
(#498)
baselineStatefield to SARIF output for baseline comparisonFixed
<!-- rumdl-disable -->) in--fixmode — previously, disabled rules could still apply fixespreventing false positives on HTML attributes containing
*or_<code>*text*</code>) toprevent false positives on emphasis-like patterns inside HTML tags
that look like empty links
{#​1-intro})Changed
and can cause false positives on documentation files showing code examples.
Enable with
extend-enable = ["MD070"](#502)
Performance
forward-tracking
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Low risk version bump of the
rumdlmarkdown linter across generated Docker images and its descriptor; main impact is potential lint output/formatting changes in CI.Overview
Updates
rumdlfrom0.1.42to0.1.44everywhere it is pinned, including the rootDockerfile, all flavor Dockerfiles, and the dedicatedlinters/markdown_rumdlimage.Also refreshes the
markdown.megalinter-descriptor.ymlinstall snippet so descriptor-driven builds pullrumdl0.1.44consistently.Written by Cursor Bugbot for commit f9d42d9. This will update automatically on new commits. Configure here.