Skip to content

build(deps): bump rvben/rumdl from 0.2.52 to 0.2.53 - #897

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.52 to 0.2.53.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.53

Fixed

  • tables: find a table's extent in the document's flavor (ad139af)
  • tables: quoted brackets and a blank target are not a wikilink (a8aed70)
  • lsp: a rescan keeps an open buffer only where a file still is (8e16303)
  • lsp: keep an open document indexed from its buffer (ea30cca)
  • lsp: index what an editor is showing when the workspace is rescanned (0d8eacc)
  • lsp: stop an evicted file from being put back by a waiting disk read (5644516)
  • md075: ignore Obsidian wikilink aliases in prose after tables (dda35d5)
  • md084: stop deleting line endings as invisible characters (e6ca26e)
  • rules: report a multi-line link's range on the line it ends on (2e1fde5)
  • config: break "did you mean" ties by name instead of by key order (23fafd9)
  • lsp: keep a pending edit when a file is only evicted from the index (1e34c47)
  • lsp: drop a pending edit when its file is deleted (f718eca)
  • md038: include the closing backtick in the reported range (128b9a1)
  • md038: stop deleting a line when trimming a multi-line code span (e2e27ac)
  • md018: recognize tags that start with a digit (6237384)
  • lsp: stop publishing diagnostics for files that were never opened (8b89584)
  • lsp: refresh cross-file diagnostics when the workspace index changes (eecda03)

Downloads

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

Fixed

  • lsp: honor per-directory config across workspace features (2c7670f)
  • core: align path-aware document processing across adapters (7285b7a)

Performance

  • lsp: construct workspace index rules directly (864e42a)

0.2.54 - 2026-08-11

Added

  • action: add a command input to run rumdl fmt (9b59bff)
  • action: add install-only input to skip linting (aa0c604)
  • MD010: add ignore-code-languages to exempt fence languages from tab checks (21b56d0)

Fixed

  • config: honor the markdown attribute on every block-level element (6f88d71)
  • links: stop parsing reference links and images inside HTML blocks (8829f6b)
  • html-blocks: keep a nested raw-text element from opening its own block (27d96bb)
  • code-block-tools: stop a linter in a format slot from overwriting the block (a40d7da)
  • code-block-tools: report findings at the line they belong to (31cc6cb)
  • code-block-tools: bound a hanging tool by its timeout and stop respawning it (6ce8a1d)
  • action: add rumdl to PATH so later workflow steps can call it (98baf60)

0.2.53 - 2026-08-10

Fixed

  • tables: find a table's extent in the document's flavor (ad139af)
  • tables: quoted brackets and a blank target are not a wikilink (a8aed70)
  • lsp: a rescan keeps an open buffer only where a file still is (8e16303)
  • lsp: keep an open document indexed from its buffer (ea30cca)
  • lsp: index what an editor is showing when the workspace is rescanned (0d8eacc)
  • lsp: stop an evicted file from being put back by a waiting disk read (5644516)
  • md075: ignore Obsidian wikilink aliases in prose after tables (dda35d5)
  • md084: stop deleting line endings as invisible characters (e6ca26e)
  • rules: report a multi-line link's range on the line it ends on (2e1fde5)
  • config: break "did you mean" ties by name instead of by key order (23fafd9)

... (truncated)

Commits
  • 0ac9bfb chore: bump version to v0.2.53
  • ad139af fix(tables): find a table's extent in the document's flavor
  • a8aed70 fix(tables): quoted brackets and a blank target are not a wikilink
  • 8e16303 fix(lsp): a rescan keeps an open buffer only where a file still is
  • ea30cca fix(lsp): keep an open document indexed from its buffer
  • 0d8eacc fix(lsp): index what an editor is showing when the workspace is rescanned
  • 5644516 fix(lsp): stop an evicted file from being put back by a waiting disk read
  • dda35d5 fix(md075): ignore Obsidian wikilink aliases in prose after tables
  • 2b0835f docs(readme): wrap the MegaLinter paragraph within the line limit
  • e6ca26e fix(md084): stop deleting line endings as invisible characters
  • 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.52 to 0.2.53.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@9faf469...0ac9bfb)

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

cloudflare-workers-and-pages Bot commented Aug 13, 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 dfa3dee Commit Preview URL

Branch Preview URL
Aug 13 2026, 03:18 AM

@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #900.

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