Skip to content

build(deps-dev): bump rumdl from 0.1.30 to 0.1.34#524

Merged
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/rumdl-0.1.34
Mar 2, 2026
Merged

build(deps-dev): bump rumdl from 0.1.30 to 0.1.34#524
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/rumdl-0.1.34

Conversation

@dependabot
Copy link
Contributor

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

Bumps rumdl from 0.1.30 to 0.1.34.

Release notes

Sourced from rumdl's releases.

v0.1.34

Added

  • Config: Support top-level global keys in rumdl.toml without requiring a [global] section header, matching ruff.toml conventions. Keys like line-length, disable, exclude, and respect-gitignore now work at the top level. If both top-level and [global] keys exist, [global] takes precedence

Fixed

  • Config: Resolve rule name aliases in fixable config lists (was only resolving aliases for unfixable). Users can now write fixable = ["trailing-spaces"] instead of needing fixable = ["MD009"]
  • CLI: Correct include/exclude precedence to match industry standard — exclude always wins over include in discovery mode, consistent with ruff, eslint, and markdownlint-cli

Downloads

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

... (truncated)

Changelog

Sourced from rumdl's changelog.

[0.1.34] - 2026-03-01

Added

  • Config: Support top-level global keys in rumdl.toml without requiring a [global] section header, matching ruff.toml conventions. Keys like line-length, disable, exclude, and respect-gitignore now work at the top level. If both top-level and [global] keys exist, [global] takes precedence

Fixed

  • Config: Resolve rule name aliases in fixable config lists (was only resolving aliases for unfixable). Users can now write fixable = ["trailing-spaces"] instead of needing fixable = ["MD009"]
  • CLI: Correct include/exclude precedence to match industry standard — exclude always wins over include in discovery mode, consistent with ruff, eslint, and markdownlint-cli

[0.1.33] - 2026-02-28

Added

  • CLI: Add --fixable and --unfixable flags to control which rules are allowed to auto-fix. --fixable acts as an allowlist (only listed rules can fix), --unfixable acts as a blocklist (takes precedence). Both accept comma-separated rule names or aliases (#472)

Fixed

  • CLI: Resolve rule name aliases in fixable/unfixable config lists so that aliases like commands-show-output correctly match canonical names like MD014
  • Rules: Detect links and images inside MkDocs admonitions, content tabs, and markdown HTML blocks
  • Docs: Fix incorrect MD014 documentation that claimed the rule cannot be auto-fixed — it removes $ prompts from commands without output, matching markdownlint-cli behavior (#473)

Changed

  • Docs: Add feature comparison matrix and cold start benchmarks for all 8 comparison tools

[0.1.32] - 2026-02-27

Fixed

  • MD013: Respect MkDocs 4-space list continuation indent during reflow. For

... (truncated)

Commits
  • 1fc3ed5 chore(release): prepare v0.1.34
  • 1fc13dc feat(config): support top-level global keys in rumdl.toml without [global] se...
  • b2fc28e chore(ci): add ryl YAML linter with prek hook
  • 7dda9cd fix(lint): resolve clippy warnings in MkDocs flavor detection and tests
  • 16bc933 chore(release): prepare v0.1.33
  • 5acab2f fix(cli): resolve rule aliases in fixable/unfixable lists
  • 10b0d2d fix(rules): detect links and images inside MkDocs markdown HTML blocks
  • 11a8135 feat(cli): add --fixable and --unfixable CLI flags (#472, #473)
  • 72c567e fix(rules): parse inline images inside MkDocs admonitions and add broader rul...
  • 4bc8288 fix(rules): detect links inside MkDocs admonitions and content tabs
  • 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.30 to 0.1.34.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.30...v0.1.34)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.1.34
  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 javascript Pull requests that update Javascript code labels Mar 2, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 2, 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 1874d7b Commit Preview URL

Branch Preview URL
Mar 02 2026, 03:21 AM

@matoous matoous merged commit 1a5c4b5 into main Mar 2, 2026
3 checks passed
@matoous matoous deleted the dependabot/npm_and_yarn/rumdl-0.1.34 branch March 2, 2026 09:38
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant