Skip to content

Bump rvben/rumdl from 0.2.60 to 0.2.62 in /.github/workflows - #3624

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/rvben/rumdl-0.2.62
Open

Bump rvben/rumdl from 0.2.60 to 0.2.62 in /.github/workflows#3624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/rvben/rumdl-0.2.62

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.60 to 0.2.62.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.62

Added

  • flavor: add support for Markdown with Gherkin (MDG) (db62377)

Downloads

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

Added

  • cli: add --stdin-batch for NUL-framed multi-document linting and --stdin-batch-closed-world for supplied-document-only link resolution (9ae854b)

Fixed

  • lint-context: stop reading a lazy continuation as a setext underline (2c486b7)
  • cli: stop rewriting Rust source when formatting doc comments (dc1eb6a)
  • cli: report document-level fixes as fixed (7e767a9)

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

[Unreleased]

0.2.67 - 2026-09-06

Fixed

  • code-block-tools: survive a tool that exits without reading its input (a3f2b15)
  • MD042: do not report an image with an unparseable destination as an empty link (600236e)
  • code-block-tools: report missing tool binaries instead of passing silently (fd83c4b)
  • code-block-tools: report tool failures from the format path (4f92370)

0.2.66 - 2026-09-05

Fixed

  • MD051: GitHub-style anchors match GitHub.com for a § in the heading and for an emoji not surrounded by spaces (#854) (d530737). A link written to the old slug is now reported, and MD073 regenerates the TOC entry of such a heading on its next fix; MD080 and the LSP heading rename use the same slug.
  • MD063: recognize an ordinal wrapped in punctuation (473bf51)
  • MD013: keep a link-only line inside the sentence it continues (3e767ee)
  • MD013: read require-sentence-capital when counting sentences (8706780)

Added

  • config: apply inline --config overrides to the non-rule sections (7737dca)
  • cli: accept format as a hidden alias for fmt (0cd9168)

0.2.65 - 2026-09-04

Added

  • MD091: add opt-in rule for markdown inside HTML blocks (4333acf)
  • cli: add --no-code-block-tools and --only-code-block-tools mode flags (#829) (fc410f7)
  • config: show every configuration section in rumdl config (#851) (4dc0d30)

Fixed

  • config: parse [tool.rumdl.code-block-tools] in pyproject.toml (#851) (87b159d)
  • config: report a malformed code-block-tools section (ed1b7c5)
  • config: report the line length MD013 enforces (a4bf2a7)
  • config: state that an empty section in rumdl config is empty (cac7b76)
  • config: print each code-block-tools setting on one line (02ba15d)
  • MD046: preserve code blocks during style conversion (9f13f3b)
  • MD063: preserve the English first-person pronoun in sentence-case headings (#845) (35b2df9)
  • MD063: honor pronoun boundaries and explicit ignores (0604c03)

... (truncated)

Commits
  • 96c8520 chore: bump version to v0.2.62
  • 9a6c634 ci(deps): move upd to v0.8.2 and align the last mise pin
  • 8715514 ci: track the mise version each workflow passes to mise-action
  • b58f8c3 ci: pin the mise version at every mise-action call site
  • 4ffaf20 ci(windows): name cargo-binstall in the scoped mise installs
  • ca4bc0f docs(mdg): correct the tag-line rationale and the flavor selection note
  • db62377 feat(flavor): add support for Markdown with Gherkin (MDG)
  • d314d41 chore: bump version to v0.2.61
  • 2c486b7 fix(lint-context): stop reading a lazy continuation as a setext underline
  • dc1eb6a fix(cli): stop rewriting Rust source when formatting doc comments
  • 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.60 to 0.2.62.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@50dbfef...96c8520)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.2.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 6, 2026 21:22
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 6, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying matrix-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: cf0936c
Status: ✅  Deploy successful!
Preview URL: https://61c50e2e.matrix-website.pages.dev
Branch Preview URL: https://dependabot-github-actions-do-1vcc.matrix-website.pages.dev

View logs

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants