Skip to content

Update dependency rvben/rumdl to v0.2.37#146

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Pending
rvben/rumdl v0.2.16v0.2.37 v0.2.43 (+5)

Release Notes

rvben/rumdl (rvben/rumdl)

v0.2.37

Compare Source

Added
  • reflow: add atomic_spans configuration and refactor inline wrapping (#​742) (aeabec1)
Changed
  • BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Configs setting the old key should migrate; it is no longer recognized
Fixed
  • reflow: keep code spans atomic when wrapping would collapse whitespace (d43618b)

Downloads

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

Compare Source

Added
  • code-block-tools: add shuck:format as a built-in shell formatter (5b23261)
Fixed
  • wasm: stop double-converting already-character-based columns (4178cdf)
  • tests: resolve String addition compilation errors under Rust 1.96 (#​737) (38f36cf)

Downloads

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

Compare Source

Added
  • cli: honor --deny-config-warnings on the stdin path (0f93ca5)
  • cli: make --deny-config-warnings cover inline disable-comment rule names (96d75f5)
  • cli: add --deny-config-warnings for config-file and CLI-flag problems (5045daf)
  • reflow: support breaking within emphasis spans (2e8bded)
Fixed
  • reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
  • cli: walk directory arguments even when file paths are also passed (d058273)
  • lsp: honor line anchors in goto-definition (17a21e7)
  • md077: attribute middle-level continuation lines to their own list item (c73763b)

Downloads

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

Compare Source

Added
  • code-block-tools: restore shuck as a built-in shell linter (da66447)
Performance
  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)
Downloads
File Platform Checksum
rumdl-v0.2.34-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.34-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.34-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.34-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.34-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.34-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.34-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.33

Compare Source

Fixed
  • md044: stop flagging proper names inside bare URLs (5e9b51a)
  • md040: recognize file-extension fence labels as known languages (686ba20)
  • cli: replace unhelpful panic message with an actionable one (#​717) (37ac880)
  • reflow: re-search cached inline-math after a dollar sign (a30a4f9)
  • reflow: support multiple backticks and optimize code span parsing (81944c5)
  • md013: stop reflow from starting lines with block markers (eebd18b)
Performance
  • reflow: implement cached match lookups to prevent quadratic suffix scanning (1cc8d2b)

Downloads

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

Compare Source

Fixed
  • md032: stop flagging ordered lists nested in MkDocs admonitions (80f896e)
  • md013: recognize sentence boundaries followed by footnote references (04a8c78)
  • md036,md023: skip admonition and content tab bodies under MkDocs flavor (e8d1421)
  • md040: recognize py and py3 as Python language aliases (6e7f8bf)
  • md057: anchor URL extraction so links cannot borrow a sibling's destination (5a643ca)
Performance
  • reflow: skip pulldown-cmark parses when a span kind cannot be present (66d7f7b)
Downloads
File Platform Checksum
rumdl-v0.2.32-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.32-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.32-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.32-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.32-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.32-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.32-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.31

Compare Source

Added
  • action: install rumdl from GitHub Releases instead of pip (7f69695)
Performance
  • reflow: optimize inline code mask calculation using pre-extracted spans (27e5507)

Downloads

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

Compare Source

Added
  • MD007: clamp explicit fixed-style indent under ordered parents (1f3a32d)
Fixed
  • lint-context: keep lazy continuation lines in their list block (a17f0af)

Downloads

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

Compare Source

Fixed
  • lint-context: keep indented continuation lines when a different list type follows (5dd3c3f)
  • MD013: treat tabs and extra spaces after a list marker as marker padding (f0f97a2)

Downloads

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

Compare Source

Added
  • md043: report each heading mismatch via sequence alignment (d46dbef)
Fixed
  • lsp: isolate rule panics from the document lint path (020d4a2)
  • prevent stack overflow on deeply nested blockquote markers (1dd3ce5)
  • write fixes atomically and exit non-zero on unreadable files (085d7fe)
  • per-file-ignores: enforce centrally in the fix coordinator (c4b9899)
  • fmt: honor per-file-ignores on the stdin pipeline (5b5e779)
  • fmt: honor per-file-ignores in the fix pipeline (cb2d7f7)
  • md043: say 'pattern position' in unsatisfied-wildcard warnings (9ffc105)
Performance
  • md013: drop the per-check heading lookup allocation (f76a209)
  • make semantic-line-break reflow iterative (5692564)
  • md077: compute list-continuation ranges in linear time (d36b017)

Downloads

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

Compare Source

Fixed
  • MD077: detect latent list markers past an unstable heading (05d273e)
  • MD013: keep reference-style links atomic when reflowing (a991a71)

Downloads

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

Compare Source

Added
  • wasi: add wasi build feature, make target, and CI coverage (8b9b027)
  • lsp: add enableSymbols setting to gate symbol providers (b80f001)
Fixed
  • workspace-index: make cache temp file names unique per write (d3aa269)
  • allow building for WASI (8d0b44a)
  • MD060: preserve trailing blank lines and skip table-free content (0223b30)

Downloads

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

Compare Source

Added
  • lsp: document LSP settings and scope link-completion triggers (18fae1b)
  • MD013: reflow lists with configured marker spacing (#​692) (b00b117)
Fixed
  • MD052: preserve author casing in undefined-reference messages (6d1cb96)
  • MD013: preserve single-tilde strikethrough content during reflow (#​701) (a2387ce)
  • rules: resolve complex link handling in reflow and MD052 (#​702) (d57a61a)
  • rules: prevent front-matter and skippable region leakage (#​699) (e09fa06)
  • MD007: align nested lists to a widened parent's content column (#​700) (595cc4d)

Downloads

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

Compare Source

Added
  • MD043: report expected and actual headings at first mismatch ([#&#8203

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate renovate Bot added the dependencies This updates dependency files label Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 48870b0 to 856f3a5 Compare June 24, 2026 01:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.17 Update dependency rvben/rumdl to v0.2.18 Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 856f3a5 to 27340bf Compare June 25, 2026 20:45
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.18 Update dependency rvben/rumdl to v0.2.19 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 27340bf to 841ed56 Compare June 26, 2026 21:09
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.19 Update dependency rvben/rumdl to v0.2.20 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 841ed56 to 7764668 Compare June 30, 2026 16:13
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.20 Update dependency rvben/rumdl to v0.2.21 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 7764668 to 122120e Compare June 30, 2026 22:54
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.21 Update dependency rvben/rumdl to v0.2.22 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 122120e to 5751d54 Compare July 2, 2026 22:57
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.22 Update dependency rvben/rumdl to v0.2.23 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 5751d54 to af78ab1 Compare July 4, 2026 13:55
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.23 Update dependency rvben/rumdl to v0.2.24 Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from af78ab1 to ce9bde0 Compare July 5, 2026 18:13
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.24 Update dependency rvben/rumdl to v0.2.25 Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from ce9bde0 to fb7b52f Compare July 6, 2026 16:06
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.25 Update dependency rvben/rumdl to v0.2.26 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from fb7b52f to 2e08c15 Compare July 7, 2026 22:15
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.26 Update dependency rvben/rumdl to v0.2.27 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 2e08c15 to b9d5098 Compare July 10, 2026 10:14
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.27 Update dependency rvben/rumdl to v0.2.28 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from b9d5098 to 92e5193 Compare July 16, 2026 19:52
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.28 Update dependency rvben/rumdl to v0.2.30 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 92e5193 to 141d1df Compare July 19, 2026 15:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.30 Update dependency rvben/rumdl to v0.2.31 Jul 19, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 141d1df to 49132bb Compare July 20, 2026 12:12
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.31 Update dependency rvben/rumdl to v0.2.32 Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 49132bb to 190c4be Compare July 21, 2026 18:57
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.32 Update dependency rvben/rumdl to v0.2.33 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 190c4be to 75aeba1 Compare July 21, 2026 23:43
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.33 Update dependency rvben/rumdl to v0.2.34 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 75aeba1 to 8857a1c Compare July 24, 2026 23:31
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.34 Update dependency rvben/rumdl to v0.2.35 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 8857a1c to 47c5cdd Compare July 25, 2026 22:08
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.35 Update dependency rvben/rumdl to v0.2.36 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/rvben-rumdl-0.x branch from 47c5cdd to 7e1bb18 Compare July 26, 2026 17:36
@renovate renovate Bot changed the title Update dependency rvben/rumdl to v0.2.36 Update dependency rvben/rumdl to v0.2.37 Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant