Skip to content

Update dependency rvben/rumdl to v0.2.74 - #677

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

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rvben-rumdl-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rvben/rumdl patch 0.2.700.2.74

Release Notes

rvben/rumdl (rvben/rumdl)

v0.2.74

Compare Source

Added
  • code-block-tools: add explicit rumdl, oxfmt, djlint, and shuck modes (77f0e55)
Fixed
  • MD092: allow scoped suppression of documented conflicts (6f9a6cb)
  • MD032: keep parent list items open after nested lists (952c507)
  • MD026: delete a setext heading's trailing punctuation where it stands (7f0981c)
  • parser: keep link reference definitions out of a setext heading (80fdfc3)
  • parser: read the whole paragraph as a setext heading (5d7b046)
  • parser: lint the headings a short or quoted setext underline makes (e183924)
  • parser: keep a container open below a block written inside it (e2c13b7)
  • parser: read an empty list item under a paragraph as its text (68a04ae)
  • MD013: write one space at a soft break after a trailing space (6388794)
  • MD013: keep a whole-line display math expression on its own line (cc518ab)
  • MD013: read no math span through a code span (f069246)
  • MD013: keep a definition-list marker written on its own line (7e11b9e)
  • MD013: split a CJK sentence only where its delimiter runs pair (06ba814)
  • MD013: keep a closing bracket with the CJK sentence it ends (a2a82de)
  • MD057: require the link target's exact case on case-insensitive filesystems (202da50)
  • MD057: check inline links whose text wraps onto another line (943d1de)
  • parser: read a link label to the bracket the inline parse closes it at (8ace221)
  • parser: read no setext heading inside an HTML block (9eebbd3)
  • parser: end a paragraph at an MDX flow expression (8f2def2)
  • MD090: report a break under the underline of an equals setext heading (b78d5eb)
  • MD065: keep the underline of a quoted setext heading (320b7d0)
  • parser: detect setext headings that start with markup or sit in a blockquote (5513bb8)
  • lsp: apply only the fixes rumdl fmt applies in Fix all (1c7aabe)
  • discovery: match a rooted Windows path without a drive against absolute exclude patterns (a021a02)
  • mdx: pass the MDX recovery tests in builds without debug assertions (adb5d17)
  • cli: mark fixed the finding the fix resolved when another says the same thing (9061b88)
  • stdin: write a piped document back unchanged when no fix applies (6ed5b5b)
  • cli: keep a diff out of JSON Lines output (15a575b)
  • cli: list beside a diff the findings it leaves unfixed (c5a5c7a)
  • cli: keep each Rust doc comment line's prefix when a fix adds or removes lines (b48d4b6)
  • cli: state each summary count once, with singular nouns for one (fc451cb)
  • stdin: honor fmt --check, fmt --diff and check --diff for piped documents (bb95a6d)
  • cli: print --diff and fmt --check output as a patch git apply accepts (48af0f0)
  • discovery: exclude a named or piped file whenever a directory walk would skip it (009e440)
  • stdin: apply exclude patterns to --stdin-filename and --stdin-batch paths (6cf7b89)
Downloads
File Platform Checksum
rumdl-v0.2.74-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.74-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.74-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.74-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.74-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.74-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.74-x86_64-pc-windows-msvc.zip Windows x86_64 checksum
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.73

Compare Source

Fixed
  • MD022,MD031,MD032,MD058: count a comment-only line as a blank line (b394e30)
  • MD057: stop requiring index.md for directory links in filesystem mode (c04ae4e)
  • MD051: validate fragments in repository-absolute cross-file links (ead5f39)
  • parser: stop reading headings inside blocks whose body is not Markdown (59958b1)
  • MD077: carry a code block's interior indentation when reindenting its fence (00c578d)

Downloads

File Platform Checksum
rumdl-v0.2.73-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.73-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.73-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.73-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.73-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.73-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.73-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.72

Compare Source

Added
  • MD090: add rule flagging horizontal rules directly before headings (09dcae5)
Fixed
  • MD013: end a sentence after a closing marker run of any shape (e63206c)

Downloads

File Platform Checksum
rumdl-v0.2.72-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.72-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.72-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.72-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.72-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.72-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.72-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.71

Compare Source

Fixed
  • MD034: do not report the tail of a schemed URI as a bare email (a8df862)
  • lsp: write the mailto scheme when converting a bare email to a link (600e229)
  • config: measure suggestion distance in characters, not bytes (eabdf80)
  • MD034: emit a link, not an autolink, when fixing bare URLs in MDX (98a6255)
  • config: suggestion panics on multibyte characters (dd88a4a)

Downloads

File Platform Checksum
rumdl-v0.2.71-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.71-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.71-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.71-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.71-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.71-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.71-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "after 16:00 before 20:00"
  • 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 11, 2026

Copy link
Copy Markdown

Deploying kbpublic with  Cloudflare Pages  Cloudflare Pages

Latest commit: ea36fcf
Status: ✅  Deploy successful!
Preview URL: https://f4f6a835.kbpublic.pages.dev
Branch Preview URL: https://renovate-rvben-rumdl-0-x.kbpublic.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7847799 to 311f8e5 Compare September 11, 2026 19:52
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.72 Update dependency rvben/rumdl to v0.2.73 Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 311f8e5 to ea36fcf Compare September 18, 2026 19:55
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.73 Update dependency rvben/rumdl to v0.2.74 Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants