Skip to content

chore(deps): bump rvben/rumdl from 0.1.93 to 0.2.0#531

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

chore(deps): bump rvben/rumdl from 0.1.93 to 0.2.0#531
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rvben/rumdl-0.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps rvben/rumdl from 0.1.93 to 0.2.0.

Release notes

Sourced from rvben/rumdl's releases.

v0.2.0

Added

  • lsp: improve link completion ranking, ignores, and absolute paths (0ac911e)
  • flavor: add support for MyST (Markedly Structured Text) (#637) (3455840)

Fixed

  • md007: close ordered-ancestor exemption leak across deeper nested quotes (0fa6180)
  • md007: flag misindented top-level unordered list items (f277892)
  • md007: apply ordered-ancestor exemption only to genuinely nested sublists (#638) (4c96cf7)
  • md013: reflow list-item prose in normalize mode without false length warnings (#639) (0816967)
  • cross-file: honor inline-disable and per-file-ignores on lint-cache fast path (05c77e4)

Downloads

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

... (truncated)

Changelog

Sourced from rvben/rumdl's changelog.

0.2.0 - 2026-05-22

Added

  • lsp: improve link completion ranking, ignores, and absolute paths (0ac911e)
  • flavor: add support for MyST (Markedly Structured Text) (#637) (3455840)

Fixed

  • md007: close ordered-ancestor exemption leak across deeper nested quotes (0fa6180)
  • md007: flag misindented top-level unordered list items (f277892)
  • md007: apply ordered-ancestor exemption only to genuinely nested sublists (#638) (4c96cf7)
  • md013: reflow list-item prose in normalize mode without false length warnings (#639) (0816967)
  • cross-file: honor inline-disable and per-file-ignores on lint-cache fast path (05c77e4)

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)

... (truncated)

Commits
  • d9e57d9 chore: bump version to v0.2.0
  • 272465d style: apply rustfmt to MyST flavor detection let-chain block
  • 86155f5 chore: replace wildcard match with explicit variant in lsp test
  • 0fa6180 fix(md007): close ordered-ancestor exemption leak across deeper nested quotes
  • f277892 fix(md007): flag misindented top-level unordered list items
  • 4c96cf7 fix(md007): apply ordered-ancestor exemption only to genuinely nested sublist...
  • 0816967 fix(md013): reflow list-item prose in normalize mode without false length war...
  • 0ac911e feat(lsp): improve link completion ranking, ignores, and absolute paths
  • 05c77e4 fix(cross-file): honor inline-disable and per-file-ignores on lint-cache fast...
  • 3455840 feat(flavor): add support for MyST (Markedly Structured Text) (#637)
  • 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.93 to 0.2.0.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.93...v0.2.0)

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

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 22, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Superseded by #533.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/rvben/rumdl-0.2.0 branch May 29, 2026 13: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.

0 participants