Skip to content

build(deps): bump rvben/rumdl from 0.1.67 to 0.1.68#659

Merged
matoous merged 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.68
Apr 10, 2026
Merged

build(deps): bump rvben/rumdl from 0.1.67 to 0.1.68#659
matoous merged 1 commit intomainfrom
dependabot/github_actions/rvben/rumdl-0.1.68

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps rvben/rumdl from 0.1.67 to 0.1.68.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.68

Fixed

  • MD039: preserve link titles and image captions when trimming spaces (845bcb3)
  • MD025: preserve closing hashes when demoting closed ATX headings (58b690d)
  • MD040: preserve existing info string attributes when adding language (c46da6a)
  • MD026: include setext H1 underlines in likely_has_headings check (83dbca2)
  • skip overlapping fix ranges in apply_warning_fixes to prevent data corruption (2ecf48c)
  • MD025: prevent infinite demotion loop when configured level is 6 (b4a6d3d)
  • MD046: correctly match closing fence by opener length in fix() (1e03cae)
  • MD030: align fix() with check() for parser-recognized list items (96aa7aa)
  • MD030: check nested list items regardless of indentation depth (423435f)
  • MD044: skip URL after WikiLink double-bracket links (f2390c8)
  • MD013: correct line-length boundary check when indentation is stripped (7620cd6)
  • MD013: preserve indentation of list continuation lines after nested lists (a4cb7c0)
  • MD013: recognize "St." as abbreviation in sentence-per-line mode (31c76cf)

Downloads

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

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.1.68 - 2026-04-08

Fixed

  • MD039: preserve link titles and image captions when trimming spaces (845bcb3)
  • MD025: preserve closing hashes when demoting closed ATX headings (58b690d)
  • MD040: preserve existing info string attributes when adding language (c46da6a)
  • MD026: include setext H1 underlines in likely_has_headings check (83dbca2)
  • skip overlapping fix ranges in apply_warning_fixes to prevent data corruption (2ecf48c)
  • MD025: prevent infinite demotion loop when configured level is 6 (b4a6d3d)
  • MD046: correctly match closing fence by opener length in fix() (1e03cae)
  • MD030: align fix() with check() for parser-recognized list items (96aa7aa)
  • MD030: check nested list items regardless of indentation depth (423435f)
  • MD044: skip URL after WikiLink double-bracket links (f2390c8)
  • MD013: correct line-length boundary check when indentation is stripped (7620cd6)
  • MD013: preserve indentation of list continuation lines after nested lists (a4cb7c0)
  • MD013: recognize "St." as abbreviation in sentence-per-line mode (31c76cf)

0.1.67 - 2026-04-04

Added

  • MD077: detect over-indented tight continuation lines (a1e100d)
  • docs: add interactive playground page powered by rumdl-wasm (3352b87)

Fixed

  • MD077: correct nested list tight continuation false positive (12f34e3)
  • MD077: skip deeply indented list markers in tight continuation check (3455ae9)
  • ci: use nextest archive in pre-push hook to prevent binary race (fccfe9a)
  • remove orphaned doc comments causing clippy warnings (0dd98b4)
  • docs: prevent playground panels from shrinking after Fix All (e209ce6)
  • MD064: skip spaces after list markers inside blockquotes (36fbeae)
  • docs: replace npmjs.com link with github link in playground (da60e47)
  • docs: load rumdl-wasm from jsdelivr without version pin (e781e6b)

0.1.66 - 2026-04-02

... (truncated)

Commits
  • 8d6f2a0 fix(MD023): use byte-based range for indent removal to handle multi-byte whit...
  • 8993b32 fix: resolve remaining clippy uninlined_format_args in integration tests
  • 9d23121 fix: resolve clippy 1.94.0 lint errors
  • 9b58f64 test(MD022): add roundtrip safety tests for check/fix alignment
  • 45300c1 refactor(MD023): derive fix() from check() to eliminate two-path divergence
  • 0655e76 refactor(MD019): derive fix() from check() to eliminate two-path divergence
  • d90979f refactor(MD014): derive fix() from check() to eliminate two-path divergence
  • 1e3730d refactor(MD010): derive fix() from check() to eliminate two-path divergence
  • 6571409 chore: bump version to v0.1.68
  • c096c7a chore: fix clippy warnings in sentence_utils and md046
  • 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.1.67 to 0.1.68.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@6540b53...8d6f2a0)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.68
  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 Apr 9, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 9, 2026

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 e3d057f Commit Preview URL

Branch Preview URL
Apr 09 2026, 03:16 AM

@matoous matoous merged commit 515e755 into main Apr 10, 2026
5 checks passed
@matoous matoous deleted the dependabot/github_actions/rvben/rumdl-0.1.68 branch April 10, 2026 16:19
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