Skip to content

build(deps): bump rvben/rumdl from 0.1.53 to 0.1.54#586

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.54
Open

build(deps): bump rvben/rumdl from 0.1.53 to 0.1.54#586
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.54

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps rvben/rumdl from 0.1.53 to 0.1.54.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.54

Fixed

  • MD013: Lines consisting entirely of inline HTML (e.g., badge links <a href="..."><img .../></a>) are no longer flagged when strict = false (#535)
    • Two-tier detection: lines where all content is inside HTML tags, and lines that start/end with tags containing URL attributes (href, src, srcset, poster)
    • HTML-only lines are also treated as paragraph boundaries in reflow mode, preventing them from being merged into adjacent prose

Downloads

File Platform Checksum
rumdl-v0.1.54-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.54-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.54-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.54-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.1.54-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.1.54-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.1.54-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.

Changelog

Sourced from rvben/rumdl's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.54] - 2026-03-18

Fixed

  • MD013: Lines consisting entirely of inline HTML (e.g., badge links <a href="..."><img .../></a>) are no longer flagged when strict = false (#535)
    • Two-tier detection: lines where all content is inside HTML tags, and lines that start/end with tags containing URL attributes (href, src, srcset, poster)
    • HTML-only lines are also treated as paragraph boundaries in reflow mode, preventing them from being merged into adjacent prose

[0.1.53] - 2026-03-16

Fixed

  • MD013: Fixed reflow dedenting paragraph after code block out of admonition inside list item (#509)
    • Code block lines inside admonitions with 4-space list markers had both in_admonition and in_code_block flags set; the code block check ran first, prematurely flushing the admonition context
    • Admonition body reconstruction now correctly segments code blocks (preserved verbatim) from text paragraphs (reflowed)
    • CommonMark-correct fence matching: closing fences must match opening fence character type and minimum length, and cannot have info strings

[0.1.52] - 2026-03-16

Added

  • MD013: New blockquotes config option to control line length checking inside blockquotes, and fix paragraphs=false to correctly skip paragraph content

Fixed

  • MD044: No longer flags proper names inside Markdown inline link URLs ([text](https://github.com/rvben/rumdl/blob/main/url)) or reference link labels ([text][ref]) within HTML comments, HTML blocks, and frontmatter where pulldown-cmark doesn't parse Markdown syntax (#532)
  • MD044: Handle double-escaped brackets (\\[) correctly in link URL detection
  • MD032: Indented tables within list items are now treated as list continuation content instead of incorrectly triggering "list should be followed by blank line" (#533)
  • MD032: Use permissive indent threshold for ordered list table continuation, matching markdownlint-cli behavior and avoiding false positives on common patterns (e.g., 2-space indent under 1.)

[0.1.51] - 2026-03-14

Fixed

  • Code block tools: Ignore BrokenPipe when writing to tool stdin, fixing intermittent failures with tools that exit before consuming input (e.g., linters that validate without reading fully)

Changed

  • MD076: Continuation content detection now verifies indentation matches the parent list item's content column, preventing false exemptions with under-indented text

[0.1.50] - 2026-03-14

... (truncated)

Commits
  • 8eeed34 chore(release): prepare v0.1.54
  • b48cfba fix(rules): exempt HTML-only lines from MD013 in non-strict mode
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [rvben/rumdl](https://github.com/rvben/rumdl) from 0.1.53 to 0.1.54.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@ce2ee38...8eeed34)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 19, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 19, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
developer-sumup-com a918464 Commit Preview URL

Branch Preview URL
Mar 19 2026, 03:16 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants