build(deps): update dependency github:rvben/rumdl to v0.1.33#173
Merged
renovate[bot] merged 1 commit intomainfrom Mar 8, 2026
Merged
build(deps): update dependency github:rvben/rumdl to v0.1.33#173renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
v0.1.26→v0.1.33v0.1.43(+9)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rvben/rumdl (github:rvben/rumdl)
v0.1.33Compare Source
Added
--fixableand--unfixableflags to control which rules areallowed to auto-fix.
--fixableacts as an allowlist (only listed rules canfix),
--unfixableacts as a blocklist (takes precedence). Both acceptcomma-separated rule names or aliases
(#472)
Fixed
fixable/unfixableconfig lists sothat aliases like
commands-show-outputcorrectly match canonical names likeMD014and markdown HTML blocks
auto-fixed — it removes
$prompts from commands without output, matchingmarkdownlint-cli behavior (#473)
Changed
comparison tools
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.32Compare Source
Fixed
markers shorter than 4 characters (e.g.,
1.,-), continuation lines are nowindented to 4 spaces in MkDocs flavor, matching Python-Markdown requirements. This
fixes an MD077/MD013 conflict loop where reflow produced invalid MkDocs markdown
(#471)
Changed
detection (thanks @eread in #470)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.31Compare Source
Fixed
headers and body content are now preserved and reflowed correctly instead of being
treated as plain paragraph text. Body indent is derived from actual content lines
rather than hardcoded, supporting nested admonitions
(#469)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.30Compare Source
Added
rumdl initnow supports--presetflag withdefault,google, andrelaxedvariants, and--outputflag for custom file paths. The Google presetfollows Google's developer documentation style guide; the relaxed preset disables
noisy rules and uses consistent style detection
(#468)
Fixed
(blanks-around-tables) inside list items are now classified as structural and
excluded from the loose/tight consistency calculation. Previously, indented code
blocks inside loose lists triggered false "Missing blank line between list items"
warnings (#461)
with Unicode content
before slicing
calculation
as byte offset
are recognized correctly
form matches at byte offset 0
blocks (flag tabs) that was lost when switching to LintContext
---separators are used for grid cards
in_code_blockfieldimplementation
(e.g., "Indexing" matching the "index" indicator)
)in quick-check early return so parenthesis-style ordered listsare not silently skipped
(0,0)
empty-string placeholders that would delete content if applied
identical logic
leading_spacescalculation in reference link detection to useoriginal line, not already-trimmed string
in_stringstate when counting JSON braces/brackets so bracesinside string values don't break nesting depth calculation
multi-backtick spans and CommonMark space-stripping rules; rewrite TOC validation
to use count-based duplicate anchor comparison
mkdocs.ymlfiles arere-validated
Optionfields in schema so nullable keys are not flagged asunknown (#467)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.29Compare Source
Added
list-continuation-indentrule that checks list item continuationlines use the correct indentation (content-aligned rather than tab-stop-aligned)
navigation between link references and their definitions
linting errors appear in the editor
Fixed
reflow line-length checks inside list items. Previously, these exempt lines were
joined with other content, producing incorrect combined lengths (e.g., 160 instead
of the actual line length) (#466)
joining all content across paragraph boundaries. Exempt paragraphs (link ref defs,
standalone links) are preserved verbatim during reflow output
cache on change
.rumdl.tomlfiles are picked up without restarting the language serverChanged
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.28Compare Source
Added
rumdl importnow preserves original rule aliases (e.g.,no-hard-tabsinstead of
MD010) in the generated config file(#460)
enabledfield to disablelinting/formatting for specific languages while keeping the configuration
(#458)
Fixed
<!-- vale ... -->) and remark-lint (<!-- lint ... -->) inlineconfiguration directives are now skipped when checking proper names
(#456)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.27Compare Source
Fixed
fixing false positive warnings in the LSP when editors send Windows-style line
endings (#459)
filename-derived title insertion (
InsertDerived). Index and README files nowderive their title from the parent directory name instead of "Index" or "README"
comments, and flow constructs are skipped. TOML frontmatter keys are also correctly
skipped (#448)
<https://...>) inside HTML comments are nolonger flagged for proper name violations. Uses CommonMark autolink pattern matching
for all valid URI schemes (#457)
(blanks-around-tables) inside list items are now recognized as structural rather
than inter-item separators, preventing false positives in tight lists with code
blocks, tables, or HTML blocks
(#455)
Changed
itertoolsdependencyDownloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
Configuration
📅 Schedule: Branch creation - "after 8:00pm on Saturday,before 11:59pm on Sunday" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.