Skip to content

build(deps-dev): Bump rumdl from 0.1.37 to 0.1.44#477

Merged
martimlobao merged 2 commits intomainfrom
dependabot/uv/rumdl-0.1.44
Mar 10, 2026
Merged

build(deps-dev): Bump rumdl from 0.1.37 to 0.1.44#477
martimlobao merged 2 commits intomainfrom
dependabot/uv/rumdl-0.1.44

Conversation

@dependabot
Copy link
Contributor

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

Bumps rumdl from 0.1.37 to 0.1.44.

Release notes

Sourced from rumdl's releases.

v0.1.44

Fixed

  • MD007: Accept both text-aligned and fixed indent under ordered parents, resolving false positives with 4-space indentation config (#504)
  • MD007: Use accepted indent for stored content column, fixing inconsistent indent detection in nested lists
  • MD013/MD032/MD046: Suppress false positives inside JSX component blocks (thanks @​anaxite)
  • MD032: Recognize parent-level continuation after nested list items, preventing false positive when a list continuation follows a nested item (#507)
  • LSP: Skip documentation URLs for code-block-tool warnings, avoiding invalid links like https://rumdl.dev/jq/ (#505)
  • LSP: Plumb source_file through lint() for path-dependent rules
  • Code block tools: Include all output lines in generic fallback diagnostics, providing full context from tools like tombi (#506)

Changed

  • Code block tools: Classify jq as both linter and formatter

Downloads

File Platform Checksum
rumdl-v0.1.44-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.44-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.44-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.44-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.1.44-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.1.44-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.1.44-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

... (truncated)

Changelog

Sourced from rumdl's changelog.

[0.1.44] - 2026-03-09

Fixed

  • MD007: Accept both text-aligned and fixed indent under ordered parents, resolving false positives with 4-space indentation config (#504)
  • MD007: Use accepted indent for stored content column, fixing inconsistent indent detection in nested lists
  • MD013/MD032/MD046: Suppress false positives inside JSX component blocks (thanks @​anaxite)
  • MD032: Recognize parent-level continuation after nested list items, preventing false positive when a list continuation follows a nested item (#507)
  • LSP: Skip documentation URLs for code-block-tool warnings, avoiding invalid links like https://rumdl.dev/jq/ (#505)
  • LSP: Plumb source_file through lint() for path-dependent rules
  • Code block tools: Include all output lines in generic fallback diagnostics, providing full context from tools like tombi (#506)

Changed

  • Code block tools: Classify jq as both linter and formatter

[0.1.43] - 2026-03-07

Added

  • LSP: Add textDocument/rename support for markdown headings — rename a heading and all references to it update automatically
  • CLI: Add "fixed" field to JSON output when --fix is active, showing how many issues were auto-fixed
  • CLI: --fix now works with batch output formats (JSON, GitLab, SARIF, JUnit) instead of silently skipping fixes (#498)
  • SARIF: Add baselineState field to SARIF output for baseline comparison

Fixed

  • Fix mode: Respect inline disable comments (<!-- rumdl-disable -->) in --fix mode — previously, disabled rules could still apply fixes
  • MD037: Skip HTML blocks when detecting spaces around emphasis markers, preventing false positives on HTML attributes containing * or _
  • MD037: Skip inline HTML code elements (e.g., <code>*text*</code>) to prevent false positives on emphasis-like patterns inside HTML tags
  • MD042: Skip frontmatter lines to prevent false positives on YAML keys that look like empty links
  • MD051: Allow digit-starting custom anchor IDs (e.g., {#1-intro})

... (truncated)

Commits
  • d5489c9 fix(rules): resolve clippy needless_range_loop and too_many_arguments warnings
  • 345b34e chore(release): update mise version to v0.1.44 in README
  • c5c8c06 chore(release): update npm package versions to v0.1.44
  • 6375f38 chore(release): update pre-commit version to v0.1.44
  • 2664a96 chore(release): bump version to v0.1.44
  • 3b8ea49 fix(rules): suppress false positives for MD013/MD032/MD046 inside JSX compone...
  • 27dcbf7 fix(rules): resolve clippy unnecessary_map_or warning in MD007
  • 8aaff89 ci(release): notify rumdl-chrome-extension on WASM publish
  • 96fe50a fix(lsp): plumb source_file through lint() for path-dependent rules
  • 0408d9b fix(list-blocks): recognize parent-level continuation after nested list items
  • Additional commits viewable 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 [rumdl](https://github.com/rvben/rumdl) from 0.1.37 to 0.1.44.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.37...v0.1.44)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.1.44
  dependency-type: direct:development
  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 python:uv Pull requests that update python:uv code labels Mar 9, 2026
@martimlobao martimlobao enabled auto-merge (squash) March 10, 2026 01:00
@martimlobao martimlobao merged commit 10d952d into main Mar 10, 2026
3 checks passed
@martimlobao martimlobao deleted the dependabot/uv/rumdl-0.1.44 branch March 10, 2026 01:01
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.62%. Comparing base (db86479) to head (d5c6909).
⚠️ Report is 5 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #477   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files          12       12           
  Lines         651      651           
=======================================
  Hits          590      590           
  Misses         61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants