Skip to content

chore(deps): bump rvben/rumdl from 0.2.30 to 0.2.46 - #38

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rvben/rumdl-0.2.46
Closed

chore(deps): bump rvben/rumdl from 0.2.30 to 0.2.46#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rvben/rumdl-0.2.46

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.30 to 0.2.46.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.46

Fixed

  • discovery: stop reading gitignores above the repository root (2ff6e98)
  • cli: lint markdown files whose extension is capitalized (baece97)
  • cli: report why a run checked no markdown files (f0a0c61)
  • md013: keep a quoted question inside its sentence when splitting (2cef5ec)

Downloads

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

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.45

Fixed

  • md013: keep every word when a sentence boundary falls inside emphasis (207823b)
  • md037: don't flag text between emphasis spans when a span wraps (17db4f9)

Changed

... (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.

0.2.48 - 2026-08-01

Added

  • md087: report inline disable comments that suppress nothing (40fc37d)
  • md051,md057: check path-shaped frontmatter values behind an option (98a0ff0)
  • md033: add allowed-inside and a no-markdown-equivalent allowlist value (cb0ba51)
  • name rules by their readable name in generated output (3b196d8)
  • md082: add allow-parent-headings to accept a heading with subsections (662d570)
  • md040: add custom-languages for fence labels Linguist does not know (1eda9f4)
  • md086: add rule for unclosed comment delimiters (6cbd27f)
  • md057: report relative links that point at their own file (7fd85fe)
  • lsp: report inline config problems as diagnostics (20acc02)

Fixed

  • md063: name the documented style spellings when a style is invalid (5476db8)
  • md013: exempt an HTML-only line in a blockquote inside a list item (98e5d34)
  • md013: exempt nested standalone links (3be374e)
  • md013: adjust paragraph reflow limit for common indent (2f7c68e)
  • md032: avoid warning on pseudo-list markers after recognized lists (71e6ff5)
  • md062: preserve parentheses in link destinations (8ec2eea)
  • md051: resolve cross-file links whose path carries a query string (8876d46)
  • md051,md057: read frontmatter in documents that hold no body links (5f35562)
  • md040: take disabled fences out of the label vote by the shared state (dd7011d)
  • md040: honor a rule alias in a disable comment (7b86267)
  • md040: reject custom-languages entries containing whitespace (651a7ec)
  • md040: stop normalizing fence labels to an invalid preferred alias (7c10626)
  • config: apply map-valued rule options set in rumdl.toml (a8ff5b6)
  • inline-config: ignore directives inside indented code blocks (fee4d6f)
  • config: warn when an inline enable targets a per-file-ignored rule (3c3837f)
  • lsp: measure diagnostic positions in UTF-16 code units (3cb34b4)
  • comments: read an unclosed comment in a container body, not in code (85bd3f8)
  • comments: hide the block an unclosed <!-- opens from every rule (27c247c)
  • md086: keep reporting an Obsidian opener below an unclosed HTML one (a05dff9)
  • md086: don't report a comment opener the other syntax hides (4d589a1)
  • comments: ignore Obsidian comment delimiters inside front matter (441a0a4)
  • comments: ignore comment delimiters inside front matter (dded694)
  • comments: end an HTML comment at the first --> after the opener (274166a)
  • md057: keep search paths a fallback when matching a link to its own file (26e88cc)
  • md057: anchor reference definition fixes to the link destination (b930b71)
  • lsp: use defaults when a workspace root's own scope cannot be resolved (d1777ce)
  • cli: count fixes a document enables with an inline configure-file comment (f17a5eb)

... (truncated)

Commits
  • 50e0d35 chore: bump version to v0.2.46
  • 2ff6e98 fix(discovery): stop reading gitignores above the repository root
  • baece97 fix(cli): lint markdown files whose extension is capitalized
  • f0a0c61 fix(cli): report why a run checked no markdown files
  • 3446e52 test(md074): serialize the tests that share the validation cache
  • 2cef5ec fix(md013): keep a quoted question inside its sentence when splitting
  • 0610735 chore: bump version to v0.2.45
  • 207823b fix(md013): keep every word when a sentence boundary falls inside emphasis
  • 17db4f9 fix(md037): don't flag text between emphasis spans when a span wraps
  • f4ec7f9 chore: bump version to v0.2.44
  • 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.2.30 to 0.2.46.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@12e34fe...50e0d35)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.2.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 Aug 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #39.

@dependabot dependabot Bot closed this Aug 8, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/rvben/rumdl-0.2.46 branch August 8, 2026 11:22
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.

0 participants