Skip to content

build(deps-dev): bump rumdl from 0.2.28 to 0.2.34#821

Merged
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.31
Jul 17, 2026
Merged

build(deps-dev): bump rumdl from 0.2.28 to 0.2.34#821
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.28 to 0.2.34.

Release notes

Sourced from rumdl's releases.

v0.2.34

Added

  • code-block-tools: restore shuck as a built-in shell linter (da66447)

Performance

  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)

Downloads

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

Fixed

  • md044: stop flagging proper names inside bare URLs (5e9b51a)

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.34 - 2026-07-14

Added

  • code-block-tools: restore shuck as a built-in shell linter (da66447)

Performance

  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)

0.2.33 - 2026-07-14

Fixed

  • md044: stop flagging proper names inside bare URLs (5e9b51a)
  • md040: recognize file-extension fence labels as known languages (686ba20)
  • cli: replace unhelpful panic message with an actionable one (#717) (37ac880)
  • reflow: re-search cached inline-math after a dollar sign (a30a4f9)
  • reflow: support multiple backticks and optimize code span parsing (81944c5)
  • md013: stop reflow from starting lines with block markers (eebd18b)

Performance

  • reflow: implement cached match lookups to prevent quadratic suffix scanning (1cc8d2b)

0.2.32 - 2026-07-13

Fixed

  • md032: stop flagging ordered lists nested in MkDocs admonitions (80f896e)
  • md013: recognize sentence boundaries followed by footnote references (04a8c78)
  • md036,md023: skip admonition and content tab bodies under MkDocs flavor (e8d1421)
  • md040: recognize py and py3 as Python language aliases (6e7f8bf)
  • md057: anchor URL extraction so links cannot borrow a sibling's destination (5a643ca)

Performance

  • reflow: skip pulldown-cmark parses when a span kind cannot be present (66d7f7b)

0.2.31 - 2026-07-12

Added

  • action: install rumdl from GitHub Releases instead of pip (7f69695)

Performance

  • reflow: optimize inline code mask calculation using pre-extracted spans (27e5507)

... (truncated)

Commits
  • 460ba73 chore: bump version to v0.2.34
  • f24f760 docs: update sponsors
  • 4979fd6 chore(deps): update crossbeam-epoch, spin, and serial_test past security advi...
  • da66447 feat(code-block-tools): restore shuck as a built-in shell linter
  • 1e6ea3b perf(reflow): probe inline math at the cursor instead of rescanning the suffix
  • 114434c refactor(reflow): replace match-cache macros with a PatternCache enum
  • 8e03537 perf(reflow): merge emphasis and code span extraction into a single cmark pass
  • 0120678 refactor(reflow): make unreachable parser fallbacks explicit and merge adjace...
  • e966899 perf(reflow): optimize MyST inline role parsing using pre-extracted code spans
  • 758e023 chore: bump version to v0.2.33
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 13, 2026

Copy link
Copy Markdown

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 3979cfc Commit Preview URL

Branch Preview URL
Jul 17 2026, 08:36 PM

Bumps [rumdl](https://github.com/rvben/rumdl) from 0.2.28 to 0.2.34.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.28...v0.2.34)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.2.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump rumdl from 0.2.28 to 0.2.31 build(deps-dev): bump rumdl from 0.2.28 to 0.2.34 Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rumdl-0.2.31 branch from 0bd3b5c to 3979cfc Compare July 17, 2026 20:34
@matoous
matoous merged commit 0cff33f into main Jul 17, 2026
4 checks passed
@matoous
matoous deleted the dependabot/npm_and_yarn/rumdl-0.2.31 branch July 17, 2026 20: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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant