Skip to content

chore(deps): Bump rvben/rumdl from 0.1.47 to 0.1.66#113

Merged
sorairolake merged 1 commit intodevelopfrom
dependabot/github_actions/rvben/rumdl-0.1.66
Apr 11, 2026
Merged

chore(deps): Bump rvben/rumdl from 0.1.47 to 0.1.66#113
sorairolake merged 1 commit intodevelopfrom
dependabot/github_actions/rvben/rumdl-0.1.66

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps rvben/rumdl from 0.1.47 to 0.1.66.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.66

Added

  • vscode: implement multiline warning range support in VS Code fix simulation (7e4e70b)

Fixed

  • md075: skip pipes inside math spans to prevent false positives (0420515)

Downloads

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

Added

  • config: add extends field for config inheritance (abc0971)
  • lsp: add enableLinkNavigation config option (7384ff0)

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

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

Added

  • vscode: implement multiline warning range support in VS Code fix simulation (7e4e70b)

Fixed

  • md075: skip pipes inside math spans to prevent false positives (0420515)

0.1.65 - 2026-04-02

Added

... (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.47 to 0.1.66.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.47...v0.1.68)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.66
  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
@sorairolake sorairolake merged commit 2ba9d35 into develop Apr 11, 2026
11 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/rvben/rumdl-0.1.66 branch April 11, 2026 14:48
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