Skip to content

build(deps): bump rvben/rumdl from 0.1.56 to 0.1.58#595

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

build(deps): bump rvben/rumdl from 0.1.56 to 0.1.58#595
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.58

Conversation

@dependabot
Copy link
Contributor

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

Bumps rvben/rumdl from 0.1.56 to 0.1.58.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.58

Fixed

  • MD037: Detect spacing issues in bold metadata patterns like ** Key**: value — the doc pattern exemption was too broad, suppressing valid MD037 warnings when ** was followed by : (thanks @​vEnhance in #539)
  • MDX support: All rules now skip MDX comments ({/* ... */}) alongside HTML comments — MD010, MD011, MD018, MD022, MD028, MD030, MD032, MD033, MD034, MD036, MD046, MD052, MD066, MD067, MD068, MD069, MD070, MD075, MD076, MD077

Downloads

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

Fixed

  • MD041: MDX-style inline disable comments ({/* <!-- rumdl-disable MD041 --> */}) now correctly suppress MD041 (#538)
  • MD041: Extracted shared first_content_line_idx() helper to prevent check/fix path inconsistencies

Downloads

... (truncated)

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.58] - 2026-03-22

Fixed

  • MD037: Detect spacing issues in bold metadata patterns like ** Key**: value — the doc pattern exemption was too broad, suppressing valid MD037 warnings when ** was followed by : (thanks @​vEnhance in #539)
  • MDX support: All rules now skip MDX comments ({/* ... */}) alongside HTML comments — MD010, MD011, MD018, MD022, MD028, MD030, MD032, MD033, MD034, MD036, MD046, MD052, MD066, MD067, MD068, MD069, MD070, MD075, MD076, MD077

[0.1.57] - 2026-03-20

Fixed

  • MD041: MDX-style inline disable comments ({/* <!-- rumdl-disable MD041 --> */}) now correctly suppress MD041 (#538)
  • MD041: Extracted shared first_content_line_idx() helper to prevent check/fix path inconsistencies

[0.1.56] - 2026-03-19

Added

  • MD057: Obsidian attachment folder auto-detection when flavor = "obsidian" is set — supports all 4 Obsidian attachment modes (vault root, named folder, same as file, subfolder under file) (#537)
  • MD057: New search-paths config option for specifying additional directories to search when resolving relative links

[0.1.55] - 2026-03-19

Fixed

  • MD064: Fixed false positives inside indented fenced code blocks when --- horizontal rules appear later in the document (#536)
    • Replaced Options::all() with an explicit pulldown-cmark option allowlist, excluding ENABLE_YAML_STYLE_METADATA_BLOCKS which misinterprets --- horizontal rules as YAML metadata delimiters (works around pulldown-cmark#1000)
    • rumdl handles front matter detection independently and correctly (requires --- at line 1, not anywhere in the document)

[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

... (truncated)

Commits
  • 9e2fcf2 chore(release): prepare v0.1.58
  • 957a89f test(md037): add tests for spaced bold metadata pattern detection
  • fe023c9 fix(rules): detect MD037 spacing issues in bold metadata patterns
  • 78793e8 chore(release): prepare v0.1.58
  • f716a91 fix(rules): skip MDX comments in all rules that checked HTML comments
  • f281e02 fix: extra space in README
  • b52183a chore(release): prepare v0.1.57
  • e696862 fix(rules): skip MDX comments in MD041 first-content-line detection
  • 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.56 to 0.1.58.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@0244d66...9e2fcf2)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.58
  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 23, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 23, 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 6cef1bf Commit Preview URL

Branch Preview URL
Mar 23 2026, 03:17 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