Skip to content

build(deps): bump rvben/rumdl from 0.2.62 to 0.2.65 - #961

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.2.62 to 0.2.65.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.65

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)

Downloads

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

... (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
  • 7060796 chore: bump version to v0.2.65
  • 8812b02 test(config): pin the line length MD060 and MD075 size tables against
  • 02ba15d fix(config): print each code-block-tools setting on one line
  • a4bf2a7 fix(config): report the line length MD013 enforces
  • cac7b76 fix(config): state that an empty section in rumdl config is empty
  • ed1b7c5 fix(config): report a malformed code-block-tools section
  • 4dc0d30 feat(config): show every configuration section in rumdl config
  • 87b159d fix(config): parse [tool.rumdl.code-block-tools] in pyproject.toml
  • 4333acf feat(MD091): add opt-in rule for markdown inside HTML blocks
  • fc410f7 feat(cli): add code-block-tool mode flags
  • 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.62 to 0.2.65.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@96c8520...7060796)

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

cloudflare-workers-and-pages Bot commented Sep 7, 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 fc3951b Commit Preview URL

Branch Preview URL
Sep 07 2026, 03:17 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