Skip to content

build(deps): bump rvben/rumdl from 0.2.43 to 0.2.47 - #873

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

build(deps): bump rvben/rumdl from 0.2.43 to 0.2.47#873
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rvben/rumdl-0.2.47

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.43 to 0.2.47.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.47

Added

  • md084: flag deprecated and markup-unsuitable Unicode code points (bac271b)
  • md013: measure reflowed lines with the check's length exemptions (2063a81)

Fixed

  • md013: take the space before an inline span from the source (038dc39)
  • md084: report invisible characters orphaned mid-line by an annotation delimiter (a3e6152)
  • md084: keep orphaned selectors visible beside an annotation delimiter (4a2dec0)
  • md084: keep the removal fix for invisible deprecated code points (ab37e5d)
  • md013: keep protecting an element a reflow break carried forward (d86470b)
  • md013: break semantic lines only where the source has whitespace (3fd88b7)

Downloads

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

... (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.49 - 2026-08-02

Security

  • config: keep an extends target's path and contents out of messages about it (72bcb49)

    An extends value is expanded from the environment before it is resolved, so naming the resolved path in an error or warning printed environment variable values wherever that message went, which under CI is the build log. extends also points at an arbitrary path, so a target that is not valid TOML had its offending line quoted back. A file reached through extends is now named by the reference as written, and its own text is never repeated. A config you name yourself is unchanged, and rumdl config, the language server's report to its editor, and RUST_LOG=debug still show resolved paths.

    Reported privately by Shuvam Kumar.

Fixed

  • md072: keep every trailing newline when sorting frontmatter keys (a5e7c40)
  • fix-utils: measure fix ranges against the content the rule read (2ed4238)
  • md044: read a wikilink's display text, not the page name it hides (51d584e)
  • md039: keep wikilinks and nested images intact when trimming link text (aabd859)
  • md045,md057,md044: stop reporting wiki embeds as images (1147d17)
  • md058,md065: preserve the trailing newline when inserting blank lines (#783) (0ba54ce)
  • md013: track line numbers in BlockBuilder for list reflow (#780) (56e2b3f)
  • mkdocs: read an indented code block inside a container body as code (9439134)
  • md087,inline-config: judge directives in indented container bodies (9285de1)

Performance

  • md038: judge nested backticks against the outermost spans on a line (b02ea88)

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)

... (truncated)

Commits
  • b2ae2ba chore: bump version to v0.2.47
  • 038dc39 fix(md013): take the space before an inline span from the source
  • a3e6152 fix(md084): report invisible characters orphaned mid-line by an annotation de...
  • 4a2dec0 fix(md084): keep orphaned selectors visible beside an annotation delimiter
  • ab37e5d fix(md084): keep the removal fix for invisible deprecated code points
  • bac271b feat(md084): flag deprecated and markup-unsuitable Unicode code points
  • 5da6551 docs(md013): use US spelling in the reflow exemption docs
  • d86470b fix(md013): keep protecting an element a reflow break carried forward
  • 2063a81 feat(md013): measure reflowed lines with the check's length exemptions
  • 3fd88b7 fix(md013): break semantic lines only where the source has whitespace
  • 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.43 to 0.2.47.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@d4b387e...b2ae2ba)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.2.47
  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 3, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 3, 2026

Copy link
Copy Markdown

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 969e1e2 Commit Preview URL

Branch Preview URL
Aug 03 2026, 03:15 AM

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