Skip to content

chore(deps): Bump rvben/rumdl from 0.1.91 to 0.1.96 - #116

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/rvben/rumdl-0.1.96
Closed

chore(deps): Bump rvben/rumdl from 0.1.91 to 0.1.96#116
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/rvben/rumdl-0.1.96

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Bumps rvben/rumdl from 0.1.91 to 0.1.96.

Release notes

Sourced from rvben/rumdl's releases.

v0.1.96

Fixed

  • md073: protect code-span contents from link/image stripping (530e41d)
  • md073: preserve inline code spans and emphasis in generated TOC entries (#634) (897c76a)
  • md057: handle trailing-slash directory links that include a fragment or query (539a6d0)
  • md057: eliminate duplicate warnings for broken relative links and accept existing directory targets (#631, #632) (6a37ada)

Downloads

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

Added

  • md010: add code_blocks config option, consistent code-block handling (#630) (b98ca52)
  • md010: add code_blocks config option (default false) (2c95e17)

Fixed

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

0.1.96 - 2026-05-21

Fixed

  • md073: protect code-span contents from link/image stripping (530e41d)
  • md073: preserve inline code spans and emphasis in generated TOC entries (#634) (897c76a)
  • md057: handle trailing-slash directory links that include a fragment or query (539a6d0)
  • md057: eliminate duplicate warnings for broken relative links and accept existing directory targets (#631, #632) (6a37ada)

0.1.95 - 2026-05-19

Added

  • md010: add code_blocks config option, consistent code-block handling (#630) (b98ca52)
  • md010: add code_blocks config option (default false) (2c95e17)

Fixed

  • md010: treat fenced and indented code blocks consistently (#630) (435df34)

0.1.94 - 2026-05-18

Added

  • md080: add heading-anchor-collision rule (df9146d)

Fixed

  • docs: match unwrapped 'N lint rules' counts in guard (8a768bf)
  • docs: make rule-count guard fail on unwrapped counts (07226b8)
  • md049: neutralize inline-code dollars before math filtering (28a73dd)
  • md049,md080: code-block-aware math filter; mark MD080 unfixable (49e1150)
  • math: drop unmatched line-start $$ opener instead of swallowing document (f02f63f)
  • math: unify $$ math model across rules and make MD049 byte-accurate (bf05e5c)
  • math: align line map with byte model for multi-pair dollar lines (1a21816)
  • align math line map with byte model; run heading rules for blockquote-only docs (444482b)
  • md080: mirror MD051 anchor model instead of per-rule HTML guards (e38730d)
  • md080: allow markdown-enabled HTML blocks through the skip (7d48cb7)
  • md080: skip blockquote headings inside HTML blocks (334d301)
  • md080: address codex review findings (cb5acc3)
  • math: close line-level math state at the fence, ignore prose $$ (540b624)
  • math: require line-start opener for $$ display blocks (89e1a60)
  • math: close $$ display blocks when fence shares a line with content (f839492)

Performance

  • md049: binary-search merged math ranges for membership (feafbf8)
  • md049: precompute math ranges once instead of per span (00d3a83)

0.1.93 - 2026-05-15

... (truncated)

Commits
  • 73f3a8c chore: bump version to v0.1.96
  • 530e41d fix(md073): protect code-span contents from link/image stripping
  • 897c76a fix(md073): preserve inline code spans and emphasis in generated TOC entries ...
  • 539a6d0 fix(md057): handle trailing-slash directory links that include a fragment or ...
  • 6a37ada fix(md057): eliminate duplicate warnings for broken relative links and accept...
  • b2164bb chore: bump version to v0.1.95
  • 2a0e759 docs(markdownlint-comparison): note MD010 code-blocks default deviation (#630)
  • b98ca52 feat(md010): add code_blocks config option, consistent code-block handling (#...
  • e600eb4 refactor(md010): rename stale test names and clarify default-behavior comments
  • aeddc6a test(md010): migrate tests that used indented-code-block content as tab fixtures
  • 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.91 to 0.1.96.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.91...v0.1.96)

---
updated-dependencies:
- dependency-name: rvben/rumdl
  dependency-version: 0.1.96
  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 May 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #120.

@dependabot dependabot Bot closed this Jun 4, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/rvben/rumdl-0.1.96 branch June 4, 2026 13:53
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