Skip to content

Update dependency rvben/rumdl to v0.2.67 - #665

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

Update dependency rvben/rumdl to v0.2.67#665
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rvben-rumdl-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rvben/rumdl patch 0.2.620.2.67

Release Notes

rvben/rumdl (rvben/rumdl)

v0.2.67

Compare Source

Fixed
  • code-block-tools: survive a tool that exits without reading its input (a3f2b15)
  • MD042: do not report an image with an unparseable destination as an empty link (600236e)
  • code-block-tools: report missing tool binaries instead of passing silently (fd83c4b)
  • code-block-tools: report tool failures from the format path (4f92370)

Downloads

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

Compare Source

Fixed
  • MD051: GitHub-style anchors match GitHub.com for a § in the heading and for an emoji not surrounded by spaces (#​854) (d530737). A link written to the old slug is now reported, and MD073 regenerates the TOC entry of such a heading on its next fix; MD080 and the LSP heading rename use the same slug.
  • MD063: recognize an ordinal wrapped in punctuation (473bf51)
  • MD013: keep a link-only line inside the sentence it continues (3e767ee)
  • MD013: read require-sentence-capital when counting sentences (8706780)
Added
  • config: apply inline --config overrides to the non-rule sections (7737dca)
  • cli: accept format as a hidden alias for fmt (0cd9168)

Downloads

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

Compare Source

Added
  • MD091: add opt-in rule for markdown inside HTML blocks (4333acf)
  • cli: add --no-code-block-tools and --only-code-block-tools mode flags (#​829) (fc410f7)
  • config: show every configuration section in rumdl config (#​851) (4dc0d30)
Fixed
  • config: parse [tool.rumdl.code-block-tools] in pyproject.toml (#​851) (87b159d)
  • config: report a malformed code-block-tools section (ed1b7c5)
  • config: report the line length MD013 enforces (a4bf2a7)
  • config: state that an empty section in rumdl config is empty (cac7b76)
  • config: print each code-block-tools setting on one line (02ba15d)
  • MD046: preserve code blocks during style conversion (9f13f3b)
  • MD063: preserve the English first-person pronoun in sentence-case headings (#​845) (35b2df9)
  • MD063: honor pronoun boundaries and explicit ignores (0604c03)

Downloads

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

Compare Source

Added
  • flavor: add preview support for GitHub Agentic Workflows (gh-aw), including imports and current conditional branch syntax (39f7263)
  • Rust API: add MarkdownFlavor::GhAw; downstream exhaustive matches must handle the new variant
  • MD089: add opt-in cjk-spacing rule (50f40a2)
  • MD089: add configuration for cjk-spacing symbol sets (868e933)
  • unicode: add is_cjk_letter predicate (087e518)
Fixed
  • MD013: handle sentences ending before code spans in sentence-per-line reflow (#​811, #​812) (576e2c1)
  • MD022: accept per-level arrays during validation (976087c)
  • MD051: slug headings with the whitespace an anchor element leaves (04cbfc2)
  • MD057: exclude Markdown-looking frontmatter strings from body link validation and workspace indexing (39f7263)
  • MD041: never move or promote headings across GitHub Agentic Workflow control boundaries (39f7263)
  • MD063: capitalize opening link labels in sentence case (88ea8b7)
  • MD073: skip TOC entries for headings that slug to nothing (41e2312)
  • docs: improve responsive accessibility (4b54ce5)

Downloads

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

Compare Source

Added
  • brand: refine wordmark typography (e871dcb)
  • playground: rebuild browser editor (35e27df)
  • analytics: classify aggregate referral sources (3cc0ef2)
  • brand: add social previews and npm identity (d6971f6)
  • docs: restore terminal capture colors (eccf710)
  • docs: frame terminal capture (084fc30)
  • docs: use real terminal capture (e417bae)
  • docs: replace hero proof with real terminal (6c66a07)
  • docs: sharpen homepage activation path (a60b622)
  • docs: expose private adoption snapshot (da299bb)
  • brand: adopt Heading Pulse identity (1a05c28)
  • docs: activate adoption analytics and reporting (3a0b64f)
  • docs: improve website and product documentation (ad4ebf9)
Fixed
  • deps: update vulnerable development dependencies (8489019)
  • MD051: register HTML anchors as browsers resolve them (e4615b0)
  • MD063: preserve every inline HTML tag in headings (e5de9cf)
  • MD073: read TOC markers and heading anchors as rendered (6a8eba2)
  • MD061: preserve matched term casing in diagnostics (11bf7cd)
  • MD029: check parenthesized markers and ordered-only documents (c67c96c)
  • MD041: promote only paragraph lines and measure title length in characters (faba034)
  • MD026: keep entity and emoji shortcode delimiters in headings (ab0886d)
  • MD009: honor br-spaces below 2 as no line-break exception (39bba7c)
  • docs: sharpen closing invitation (32f8e33)
  • docs: clarify repository check actions (136eb57)
  • docs: restore homepage documentation gateway (db5ae8f)
  • output: show full Windows paths without the verbatim prefix (2dbfd15)
  • output: drop the Windows verbatim prefix from SARIF artifact URIs (c9a8758)
  • output: harden machine-readable formats (3e2816d)
  • docs: ignore out-of-contract adoption rows (473620d)
  • docs: enforce analytics event contract (cc7d4c8)
  • docs: make uvx the primary trial command (3fc2727)
  • cli: honour --disable all and disable = ["all"] in rumdl check (22a3b37)
  • docs: bind production analytics dataset (33f26c9)
  • docs: make homepage links verifiable (df67325)

Downloads

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

Copy link
Copy Markdown

Deploying kbpublic with  Cloudflare Pages  Cloudflare Pages

Latest commit: bf0a252
Status: ✅  Deploy successful!
Preview URL: https://531313ee.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 3a91a58 to 293b2f0 Compare August 18, 2026 21:31
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.56 Update dependency rvben/rumdl to v0.2.57 Aug 18, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 293b2f0 to e044a3f Compare August 19, 2026 19:33
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.57 Update dependency rvben/rumdl to v0.2.58 Aug 19, 2026
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.58 Update dependency rvben/rumdl to v0.2.58 - autoclosed Aug 19, 2026
@renovate renovate Bot closed this Aug 19, 2026
@renovate
renovate Bot deleted the renovate/rvben-rumdl-0.x branch August 19, 2026 20:13
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.58 - autoclosed Update dependency rvben/rumdl to v0.2.60 Aug 23, 2026
@renovate renovate Bot reopened this Aug 23, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch 3 times, most recently from 79a45aa to db17412 Compare August 26, 2026 20:20
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.60 Update dependency rvben/rumdl to v0.2.61 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from db17412 to 9ace4bb Compare August 27, 2026 16:03
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.61 Update dependency rvben/rumdl to v0.2.62 Aug 27, 2026
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.62 Update dependency rvben/rumdl to v0.2.62 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.62 - autoclosed Update dependency rvben/rumdl to v0.2.64 Sep 4, 2026
@renovate renovate Bot reopened this Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch 2 times, most recently from 85086b3 to 7d8577a Compare September 5, 2026 00:31
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.64 Update dependency rvben/rumdl to v0.2.65 Sep 5, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7d8577a to 3ce79f5 Compare September 5, 2026 17:49
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.65 Update dependency rvben/rumdl to v0.2.66 Sep 5, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 3ce79f5 to bf0a252 Compare September 6, 2026 18:10
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.66 Update dependency rvben/rumdl to v0.2.67 Sep 6, 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