Skip to content

build(deps): bump rvben/rumdl from 0.1.44 to 0.1.46#564

Merged
matoous merged 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.46
Mar 12, 2026
Merged

build(deps): bump rvben/rumdl from 0.1.44 to 0.1.46#564
matoous merged 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.46

Conversation

@dependabot
Copy link
Contributor

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

Bumps rvben/rumdl from 0.1.44 to 0.1.46.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.46

Added

  • Per-rule enabled = false now actually disables rules; enabled = true/false is fully bidirectional and takes precedence over global disable/extend-disable/extend-enable lists (#520)

Fixed

  • MD032: False positive for list continuation text in nested blockquotes (#519)
  • MD014: Now reports all violations per code block, not just the first (#516)
  • MD033: allowed and disallowed shorthand config options no longer produce unknown key warnings (#508)
  • MD013: strict-sentences alias now correctly recognized in config validation
  • MD049/MD050: Skip mkdocstrings blocks in emphasis-related rules to prevent false positives (#515)
  • Code block tools: Strip ANSI codes, parse multi-line errors, and combine stdout/stderr for complete diagnostic output (#506)
  • Code block tools: Default tombi tool now runs tombi lint instead of tombi format when configured in the lint slot (#506)
  • Config: enabled key no longer rejected as unknown in per-rule config blocks (#520)
  • Inline config: Unified directive parser eliminates disambiguation bugs between enable/disable/configure directives

Changed

  • Consolidated ~110 test binaries into a single lib binary for faster builds
  • Removed dead code from rule.rs, MD014, and code_block_utils modules

Downloads

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

</tr></table> 

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.46] - 2026-03-11

Added

  • Per-rule enabled = false now actually disables rules; enabled = true/false is fully bidirectional and takes precedence over global disable/extend-disable/extend-enable lists (#520)

Fixed

  • MD032: False positive for list continuation text in nested blockquotes (#519)
  • MD014: Now reports all violations per code block, not just the first (#516)
  • MD033: allowed and disallowed shorthand config options no longer produce unknown key warnings (#508)
  • MD013: strict-sentences alias now correctly recognized in config validation
  • MD049/MD050: Skip mkdocstrings blocks in emphasis-related rules to prevent false positives (#515)
  • Code block tools: Strip ANSI codes, parse multi-line errors, and combine stdout/stderr for complete diagnostic output (#506)
  • Code block tools: Default tombi tool now runs tombi lint instead of tombi format when configured in the lint slot (#506)
  • Config: enabled key no longer rejected as unknown in per-rule config blocks (#520)
  • Inline config: Unified directive parser eliminates disambiguation bugs between enable/disable/configure directives

Changed

  • Consolidated ~110 test binaries into a single lib binary for faster builds
  • Removed dead code from rule.rs, MD014, and code_block_utils modules

[0.1.45] - 2026-03-10

Added

  • MD013: New require-sentence-capital option for sentence-per-line and semantic-line-breaks reflow modes. When set to false, periods are recognized as sentence boundaries without requiring an uppercase letter afterward (#514)
  • MD013: ! and ? are now always recognized as sentence boundaries regardless of the require-sentence-capital setting
  • MD013: Single-letter initial detection (e.g., "J. K. Rowling") to prevent false sentence splits
  • MD013: Expanded default abbreviation list with: vs, fig, no, vol, ch, sec, al

Fixed

  • MD044: Names inside backtick code spans in YAML frontmatter are no longer flagged when code_blocks = false (#513)
  • MD051: HTML/JSX tags in headings (e.g., <Component />, <span>text</span>) are now stripped before anchor generation, preventing false-positive broken link warnings (#510)
  • MD032: Complex nested lists with continuation paragraphs at parent indent levels are no longer incorrectly split into separate lists (#512)
  • npm: Binary downloaded from npm registry is now automatically made executable on macOS/Linux, fixing "permission denied" errors (#511)

Changed

... (truncated)

Commits
  • a00435e fix(lint): resolve clippy uninlined_format_args warning in list_blocks
  • 593d815 chore(release): bump version to v0.1.46
  • f6dc7c3 fix(code-block-tools): default tombi tool runs tombi lint instead of `tombi...
  • 9331e4f feat(config): make per-rule enabled fully bidirectional
  • 75f67ba fix(rules): register shorthand aliases for MD013 strict-sentences option
  • 7b14787 test(rules): add edge case and regression tests for recent fixes
  • 81d6b34 fix(rules): register config aliases for MD033 shorthand options
  • 1f2c850 refactor(rules): remove unused methods from MD014
  • ffc9bf1 fix(rules): report all violations per code block in MD014
  • 5d08d97 fix(config): allow 'enabled' key in any rule's config block
  • 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 [rvben/rumdl](https://github.com/rvben/rumdl) from 0.1.44 to 0.1.46.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@d5489c9...a00435e)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.46
  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 github_actions Pull requests that update GitHub Actions code labels Mar 12, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 12, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
developer-sumup-com ad04ca9 Commit Preview URL

Branch Preview URL
Mar 12 2026, 03:15 AM

@matoous matoous merged commit 2b69112 into main Mar 12, 2026
5 checks passed
@matoous matoous deleted the dependabot/github_actions/rvben/rumdl-0.1.46 branch March 12, 2026 09:21
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant