Skip to content

build(deps): bump the github-actions group across 2 directories with 1 update - #13

Merged
lens0021 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-68d49115c5
Aug 15, 2026
Merged

build(deps): bump the github-actions group across 2 directories with 1 update#13
lens0021 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-68d49115c5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update in the / directory: rvben/rumdl.
Bumps the github-actions group with 1 update in the /.github/workflows directory: rvben/rumdl.

Updates rvben/rumdl from 0.2.49 to 0.2.52

Release notes

Sourced from rvben/rumdl's releases.

v0.2.52

Fixed

  • md012: report blank lines before a code block that ends the document (#791) (e897556)
  • rules: treat a template shortcode tag as opaque markup (6962184)
  • cli: report a piped document's findings on stdout like every other run (47f8a50)

Downloads

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

Added

  • md088: normalize quotes and dashes to ASCII (#763) (52e9844)

Fixed

  • config: keep a file's per-file-ignores out of the workspace index it feeds (2bb0ce7)

... (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
  • 9faf469 chore: bump version to v0.2.52
  • e897556 fix(md012): report blank lines before a code block that ends the document (#791)
  • 6962184 fix(rules): treat a template shortcode tag as opaque markup
  • 64eeee6 test(md018): pin the tags option against the config key validator
  • c1d2316 docs(actions): drop the dependabot ignore advice for the v0 action tag
  • 47f8a50 fix(cli): report a piped document's findings on stdout like every other run
  • fdc8f3d docs(actions): explain dependabot's version PRs against the v0 action tag
  • f00215f chore: bump version to v0.2.51
  • 2bb0ce7 fix(config): keep a file's per-file-ignores out of the workspace index it feeds
  • e215c65 fix(md051): validate cross-file link fragments for a document read from stdin
  • Additional commits viewable in compare view

Updates rvben/rumdl from 0.2.49 to 0.2.52

Release notes

Sourced from rvben/rumdl's releases.

v0.2.52

Fixed

  • md012: report blank lines before a code block that ends the document (#791) (e897556)
  • rules: treat a template shortcode tag as opaque markup (6962184)
  • cli: report a piped document's findings on stdout like every other run (47f8a50)

Downloads

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

Added

  • md088: normalize quotes and dashes to ASCII (#763) (52e9844)

Fixed

  • config: keep a file's per-file-ignores out of the workspace index it feeds (2bb0ce7)

... (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
  • 9faf469 chore: bump version to v0.2.52
  • e897556 fix(md012): report blank lines before a code block that ends the document (#791)
  • 6962184 fix(rules): treat a template shortcode tag as opaque markup
  • 64eeee6 test(md018): pin the tags option against the config key validator
  • c1d2316 docs(actions): drop the dependabot ignore advice for the v0 action tag
  • 47f8a50 fix(cli): report a piped document's findings on stdout like every other run
  • fdc8f3d docs(actions): explain dependabot's version PRs against the v0 action tag
  • f00215f chore: bump version to v0.2.51
  • 2bb0ce7 fix(config): keep a file's per-file-ignores out of the workspace index it feeds
  • e215c65 fix(md051): validate cross-file link fragments for a document read from stdin
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…1 update

Bumps the github-actions group with 1 update in the / directory: [rvben/rumdl](https://github.com/rvben/rumdl).
Bumps the github-actions group with 1 update in the /.github/workflows directory: [rvben/rumdl](https://github.com/rvben/rumdl).


Updates `rvben/rumdl` from 0.2.49 to 0.2.52
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@4e70093...9faf469)

Updates `rvben/rumdl` from 0.2.49 to 0.2.52
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@4e70093...9faf469)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.2.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: rvben/rumdl
  dependency-version: 0.2.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

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 15, 2026
@lens0021
lens0021 merged commit 61c4718 into main Aug 15, 2026
17 checks passed
@lens0021
lens0021 deleted the dependabot/github_actions/github-actions-68d49115c5 branch August 15, 2026 10:37
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.

1 participant