Skip to content

build(deps): bump rvben/rumdl from 0.2.43 to 0.2.49 - #879

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.43 to 0.2.49.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.49

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)

Downloads

File Platform Checksum
rumdl-v0.2.49-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.49-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.49-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.49-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.49-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.49-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.49-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl
</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.

0.2.50 - 2026-08-04

Added

  • md077: support fixed continuation indent config (#786) (fea6322)

Fixed

  • md065: leave markers alone inside a block that hides its content (2654364)
  • md065: report thematic breaks written with spaces between markers (1d29236)
  • md076: ask the parser whether a list item's block is really fenced (fd616c2)
  • md022: require a blank line below a heading above a spaced thematic break (27120f2)
  • MD076: preserve fenced list item spacing (#788) (2d60067)
  • md022: use the same list test below a heading in check and fix (#790) (ef926b7)
  • md040: locate the fence a list marker holds instead of assuming the indent (6099a6c)
  • md077: keep the strict-flavor minimum as a floor under a configured indent (cfaad2e)
  • md077: reject a configured indent of 0 (1ac97a3)
  • md077: accept the indent option instead of reporting it as unknown (cba175c)
  • md013: stop exempting a complete link followed by a parenthesized aside (722fad6)
  • md013: keep nested links intact when reflowing emphasis spans (#779) (cb65237)
  • md013: exempt standalone links with nested markup or unresolved references (#781) (2c52283)

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)

... (truncated)

Commits
  • 4e70093 chore: bump version to v0.2.49
  • 72bcb49 fix(config): keep an extends target's path and contents out of messages about it
  • a5e7c40 fix(md072): keep every trailing newline when sorting frontmatter keys
  • 2ed4238 fix(fix-utils): measure fix ranges against the content the rule read
  • 51d584e fix(md044): read a wikilink's display text, not the page name it hides
  • aabd859 fix(md039): keep wikilinks and nested images intact when trimming link text
  • 1147d17 fix(md045,md057,md044): stop reporting wiki embeds as images
  • b02ea88 perf(md038): judge nested backticks against the outermost spans on a line
  • 0ba54ce fix(md058,md065): preserve the trailing newline when inserting blank lines (#...
  • 56e2b3f fix(md013): track line numbers in BlockBuilder for list reflow (#780)
  • 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.49.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@d4b387e...4e70093)

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

cloudflare-workers-and-pages Bot commented Aug 5, 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 9fc90de Commit Preview URL

Branch Preview URL
Aug 05 2026, 03:14 AM

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #880.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/rvben/rumdl-0.2.49 branch August 7, 2026 03:13
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