Skip to content

build(deps-dev): bump rumdl from 0.2.37 to 0.2.43 - #681

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/rumdl-0.2.43
Open

build(deps-dev): bump rumdl from 0.2.37 to 0.2.43#681
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/rumdl-0.2.43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.37 to 0.2.43.

Release notes

Sourced from rumdl's releases.

v0.2.43

Added

  • invisiblechars: new rule MD084 for detecting invisible characters (#758) (0a6354a)

Fixed

  • md084: treat a zero width joiner between visible characters as presentation (4fbb1cc)
  • md084: keep attached variation selectors in consecutive-character detection (f4e9fd3)
  • md084: don't flag variation selectors attached to a base character (14941bb)

Downloads

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

Added

  • mojibake: new rule MD083 for mojibake detection (#753) (552842b)

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.43 - 2026-07-24

Added

  • invisiblechars: new rule MD084 for detecting invisible characters (#758) (0a6354a)

Fixed

  • md084: treat a zero width joiner between visible characters as presentation (4fbb1cc)
  • md084: keep attached variation selectors in consecutive-character detection (f4e9fd3)
  • md084: don't flag variation selectors attached to a base character (14941bb)

0.2.42 - 2026-07-24

Added

  • mojibake: new rule MD083 for mojibake detection (#753) (552842b)

Fixed

  • lint_context: prevent panic when HTML tag window splits a UTF-8 char (d14b252)

0.2.41 - 2026-07-23

Added

  • flavor: add Hugo flavor and skip block attribute lists in blanks-around rules (e6bb033)

Fixed

  • md044: recognize indented HTML comments so links and code escape the rule (3d6191c)
  • md013: keep an attr list whole inside a wrapped span (e06f03d)
  • md013: keep a reference-style link whole inside a wrapped span (de42709)
  • md013: wrap an over-long span whose whole content is another span (f6c7c9c)

0.2.40 - 2026-07-22

Fixed

  • md003: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so rumdl fmt added a horizontal rule the document never had (7363c34)
  • md077: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged (58fb25b)
  • reflow: keep wiki links, shortcodes and math whole inside a wrapped span (db12c2c)
  • config: honor the documented MD033 table_allowed alias, which silently dropped the configured value (db2c204)
  • config: stop reporting MD013's documented semantic-link-understanding alias as an unknown option (1539a64)
  • parity: make the markdownlint comparison harness actually run (182763c)

Documentation

  • md013: document that ignore-link-urls affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat (c4f8bad)

... (truncated)

Commits
  • d4b387e chore: bump version to v0.2.43
  • 4fbb1cc fix(md084): treat a zero width joiner between visible characters as presentation
  • f4e9fd3 fix(md084): keep attached variation selectors in consecutive-character detection
  • 14941bb fix(md084): don't flag variation selectors attached to a base character
  • 0a6354a feat(invisiblechars): new rule MD084 for detecting invisible characters (#758)
  • 69f0700 chore: bump version to v0.2.42
  • d14b252 fix(lint_context): prevent panic when HTML tag window splits a UTF-8 char
  • 552842b feat(mojibake): new rule MD083 for mojibake detection (#753)
  • 36d3e21 chore: bump version to v0.2.41
  • e6bb033 feat(flavor): add Hugo flavor and skip block attribute lists in blanks-around...
  • 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 [rumdl](https://github.com/rvben/rumdl) from 0.2.37 to 0.2.43.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.37...v0.2.43)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.2.43
  dependency-type: direct:development
  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 python:uv Pull requests that update python:uv code labels Aug 1, 2026
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.16%. Comparing base (0e0b39f) to head (cc78da8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #681   +/-   ##
=======================================
  Coverage   60.16%   60.16%           
=======================================
  Files          41       41           
  Lines        2036     2036           
=======================================
  Hits         1225     1225           
  Misses        811      811           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants