Skip to content

chore(deps): bump rumdl from 0.1.25 to 0.1.43#724

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/rumdl-0.1.43
Open

chore(deps): bump rumdl from 0.1.25 to 0.1.43#724
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/rumdl-0.1.43

Conversation

@dependabot
Copy link
Contributor

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

Bumps rumdl from 0.1.25 to 0.1.43.

Release notes

Sourced from rumdl's releases.

v0.1.43

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})
  • MD076: Detect inconsistent spacing when code blocks are inside list items
  • MDX: Improve compatibility by skipping JSX/MDX content in 7 rules

Changed

  • MD070: Changed to opt-in rule. Its auto-fix modifies document structure and can cause false positives on documentation files showing code examples. Enable with extend-enable = ["MD070"] (#502)
  • CLI: Simplify fix mode output for structured formats
  • Upgrade Rust toolchain from 1.91.0 to 1.94.0

Performance

  • MD053: Optimize link definition matching with binary search and forward-tracking

Downloads

File Platform Checksum
rumdl-v0.1.43-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.43-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.43-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.43-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum

... (truncated)

Changelog

Sourced from rumdl's changelog.

[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})
  • MD076: Detect inconsistent spacing when code blocks are inside list items
  • MDX: Improve compatibility by skipping JSX/MDX content in 7 rules

Changed

  • MD070: Changed to opt-in rule. Its auto-fix modifies document structure and can cause false positives on documentation files showing code examples. Enable with extend-enable = ["MD070"] (#502)
  • CLI: Simplify fix mode output for structured formats
  • Upgrade Rust toolchain from 1.91.0 to 1.94.0

Performance

  • MD053: Optimize link definition matching with binary search and forward-tracking

[0.1.42] - 2026-03-05

Fixed

  • MD013: Disable code block line length checking for Rust doc comments. Code blocks in doc comments contain Rust code formatted by rustfmt (default max_width = 100), not prose governed by markdown line limits. Prose lines are still checked (#486, reported by @​sorairolake)

... (truncated)

Commits
  • 9ff781f fix(lint): remove default() calls on unit structs in tests
  • 9d624be fix(lint): resolve clippy warnings in md053 and skip_context
  • 0cc7f9f docs(rules): document MD070 as opt-in rule
  • f664b69 fix(test): correct MD037 assertion for emphasis inside HTML block elements
  • 61df69f chore(release): prepare v0.1.43
  • 890cbee fix(rules): make MD070 opt-in to prevent unexpected file corruption
  • 4526979 fix(rules): use byte-level search for inline HTML code detection
  • 27fa741 fix(rules): skip inline HTML code elements in MD037 emphasis detection
  • 10e2c2a fix(rules): skip HTML blocks in MD037 to prevent false positives
  • 0ec1501 fix(rules): skip frontmatter lines in MD042 to prevent false positives
  • 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.25 to 0.1.43.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.25...v0.1.43)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.1.43
  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 python:uv Pull requests that update python:uv code labels Mar 9, 2026
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Markdown Lint

Rule     Violations   Fixable  Percentage
--------------------------------------------------
MD025    358          358        95.0%
MD076    10           -           2.7%
MD077    9            9           2.4%
--------------------------------------------------
Total    377          367       100.0%

Details for results above can be reviewed via Actions job summary.

You can find an explanation of all linting rules here.
Run rumdl check locally, use --fix to fix issues automatically where possible.

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Summary - Link Checker

Status Count
🔍 Total 470
✅ Successful 374
⏳ Timeouts 0
🔀 Redirected 1
👻 Excluded 95
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

Redirects in docs/data-destinations/honeycomb.md

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.

0 participants