Skip to content

Update rvben/rumdl action to v0.2.77 - #678

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rvben/rumdl action patch v0.2.70 → v0.2.77

Release Notes

rvben/rumdl (rvben/rumdl)

v0.2.77

Compare Source

Fixed
  • release: never replace published GitHub Release assets (471d97e)
Performance
  • release: cut published wheel size 8% with fat LTO (7605780)
Downloads
File Platform Checksum
rumdl-v0.2.77-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.77-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.77-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.77-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.77-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.77-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.77-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.76

Compare Source

Added
  • MD094: report each invalid UTF-8 sequence, with its position (6c25d76)
  • encoding: lint files containing invalid UTF-8 instead of skipping them (f531bf4)
Fixed
  • MD013: leave definition lists as written when reflowing, instead of moving a definition's later paragraph out of the list (93ab135)
  • MD013: keep every block of consecutive mkdocstrings blocks out of reflow (7199b0a)
  • MD013: recognize mkdocstrings blocks whose identifier has no dot (31b56ea)
  • cli: report a skipped file on the same stream as the run's other findings, not always stderr (9558bc5)
  • MD092: follow the invocation's rule selection (b0dfbe2)
  • lint-context: record only CommonMark headings as headings (1479a1e)
  • cli: name every ignore file --respect-gitignore controls (268a54d)
  • discovery: attribute empty runs to .markdownlintignore separately (834e10c)
Downloads
File Platform Checksum
rumdl-v0.2.76-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.76-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.76-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.76-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.76-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.76-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.76-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.75

Compare Source

Added
  • md093: add opt-in rule for inline formatting in headings (ed627ef)
Fixed
  • md013: add opt-in link text wrapping (effdb6a)
  • MD013: protect opt-in bracket display math during reflow (e2c7fe8)
  • MD044: add opt-in whole-word matching for identifiers (013621e)
Downloads
File Platform Checksum
rumdl-v0.2.75-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.75-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.75-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.75-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.75-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.75-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.75-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.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 12, 2026 •

Copy link
Copy Markdown

Deploying kbpublic with  Cloudflare Pages  Cloudflare Pages

Latest commit: 44a6096
Status: ✅  Deploy successful!
Preview URL: https://ed92ea05.kbpublic.pages.dev
Branch Preview URL: https://renovate-github-actions-depe.kbpublic.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/github-actions-dependencies branch from e66f0bd to 7b46106 Compare September 18, 2026 19:55
@renovate renovate Bot changed the title Update rvben/rumdl action to v0.2.73 Update rvben/rumdl action to v0.2.74 Sep 18, 2026
@renovate renovate Bot changed the title Update rvben/rumdl action to v0.2.74 Update rvben/rumdl action to v0.2.75 Sep 20, 2026
@renovate
renovate Bot force-pushed the renovate/github-actions-dependencies branch 2 times, most recently from 5da509a to 2133036 Compare September 23, 2026 02:46
@renovate renovate Bot changed the title Update rvben/rumdl action to v0.2.75 Update rvben/rumdl action to v0.2.76 Sep 23, 2026
@renovate
renovate Bot force-pushed the renovate/github-actions-dependencies branch from 2133036 to 44a6096 Compare September 24, 2026 01:42
@renovate renovate Bot changed the title Update rvben/rumdl action to v0.2.76 Update rvben/rumdl action to v0.2.77 Sep 24, 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