Skip to content

build(deps-dev): bump rumdl from 0.2.55 to 0.2.60 - #936

Merged
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.58
Aug 26, 2026
Merged

build(deps-dev): bump rumdl from 0.2.55 to 0.2.60#936
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.58

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.55 to 0.2.60.

Release notes

Sourced from rumdl's releases.

v0.2.60

Fixed

  • deps: update h2 to 0.4.16 (a650302)

Downloads

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

Fixed

  • MD033: ignore escaped HTML tag openers (eaa4075)
  • config: match absolute patterns through symlinks (5dd6158)
  • MD013: stop reflow from joining a setext heading into its underline (9ec9e17)

Downloads

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.60 - 2026-08-22

Fixed

  • deps: update h2 to 0.4.16 (a650302)

0.2.59 - 2026-08-22

Fixed

  • MD033: ignore escaped HTML tag openers (eaa4075)
  • config: match absolute patterns through symlinks (5dd6158)
  • MD013: stop reflow from joining a setext heading into its underline (9ec9e17)

0.2.58 - 2026-08-19

Added

  • wasm: load extends chains from embedder-supplied config files (e7c7d8f)

0.2.57 - 2026-08-18

Fixed

  • MD013: let a sentence open with a number under require-sentence-capital (5060333)
  • lsp: keep a CRLF document's line endings through fixes and code actions (c88a7da)

0.2.56 - 2026-08-18

Fixed

  • MD076: attach its edit to each warning so the CLI reports it fixable (a10f6c8)
  • MD076: analyse each nested list on its own spacing (eb2d9d8)
  • MD064: judge column alignment per list so a nested item keeps its parent's exemption (9ea97d1)
  • MD076: measure a list item's nesting level in columns as the block tracker does (15ba409)
  • MD032: measure list indent in columns so a tab nests and continues an item (bd197b0)
  • MD013: read sentence openers off the parse and honour reference definitions (78bafa9)
  • MD032: measure an HTML opener's indent in columns against every open item (56944fc)
  • MD013: keep links, images, math and HTML whole in sentence reflow (72871b9)
  • code-block-tools: resolve Windows tool names the way Command::new does (a005be4)
  • MD032: let an HTML block or fence at short indent end a list (75d49a8)
  • MD032: keep a Quarto div fence out of the lazy-continuation check (98242fd)
  • MD013: run reflow after every rule that rewrites inline content (aabb420)
  • MD046: classify indented code blocks from the line above's verdict (e8004fb)
  • MD032: treat under-indented text and no-space # lines as lazy continuations (3e60005)
  • code-block-tools: resolve tools in-process instead of spawning which (fb3e5d8)
  • MD057: invalidate cache when link targets change (f6ae68f)
  • MD075: require an outer pipe on orphaned table row candidates (66d8d12)
  • MD034: recognize reference definitions whose label escapes a closing bracket (f024e4d)
Commits
  • 50dbfef chore: bump version to v0.2.60
  • a650302 fix(deps): update h2 to 0.4.16
  • 3fa9334 chore: bump version to v0.2.59
  • eaa4075 fix(MD033): ignore escaped HTML tag openers
  • 5dd6158 fix(config): match absolute patterns through symlinks
  • 9e71066 docs(scope): reject general regex ignore surfaces
  • 13fc31b docs: point the schema instructions at src/config/
  • 9ec9e17 fix(MD013): stop reflow from joining a setext heading into its underline
  • 0230274 chore: bump version to v0.2.58
  • 48acdbd docs(wasm): document the Linter class and loading config files with extends
  • 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 Aug 25, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 25, 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 6b35d8a Commit Preview URL

Branch Preview URL
Aug 26 2026, 09:05 PM

@matoous

matoous commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [rumdl](https://github.com/rvben/rumdl) from 0.2.55 to 0.2.60.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.55...v0.2.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rumdl-0.2.58 branch from 7462f97 to 6b35d8a Compare August 26, 2026 21:02
@dependabot dependabot Bot changed the title build(deps-dev): bump rumdl from 0.2.55 to 0.2.58 build(deps-dev): bump rumdl from 0.2.55 to 0.2.60 Aug 26, 2026
@matoous
matoous merged commit eee5331 into main Aug 26, 2026
4 checks passed
@matoous
matoous deleted the dependabot/npm_and_yarn/rumdl-0.2.58 branch August 26, 2026 21:05
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