Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2025

This PR contains the following updates:

Package Type Update Change Pending
rvben/rumdl action patch v0.0.196 -> v0.0.197 v0.0.203 (+5)

Release Notes

rvben/rumdl (rvben/rumdl)

v0.0.197

Compare Source

Fixed
  • Config: Resolve per-file-ignores paths relative to project root (fixes #​208)

    • Previously, per-file-ignores patterns only matched with relative paths
    • Now works correctly in GitHub Actions where absolute paths are used
    • Patterns like .github/file.md now match /home/runner/work/repo/.github/file.md
  • MD007 (ul-indent): Remove auto-switch to fixed indentation style (fixes #​209)

    • Fixed oscillation between MD005/MD007 when formatting mixed ordered/unordered lists
    • Previously, setting indent = 3 would auto-switch to fixed style, causing conflicts
    • Text-aligned style (default) now correctly handles mixed lists, matching markdownlint behavior
    • rumdl fmt now converges in a single pass for all list configurations
Performance
  • Core: Reduce memory allocations and improve cache reliability
    • Optimized internal data structures for better memory efficiency

Downloads

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

@deepsource-io
Copy link

deepsource-io bot commented Dec 25, 2025

Here's the code health analysis summary for commits 33e246a..48b224a. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Rust LogoRust✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@mergify
Copy link

mergify bot commented Dec 25, 2025

🧪 CI Insights

Here's what we observed from your CI run for 48b224a.

🟢 All jobs passed!

But CI Insights is watching 👀

@mergify mergify bot merged commit a323e40 into main Dec 25, 2025
13 checks passed
@mergify mergify bot deleted the renovate/rvben-rumdl-0.x branch December 25, 2025 20:47
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.

1 participant