Skip to content

build(deps-dev): bump rumdl from 0.1.34 to 0.1.36#528

Merged
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/rumdl-0.1.36
Mar 3, 2026
Merged

build(deps-dev): bump rumdl from 0.1.34 to 0.1.36#528
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/rumdl-0.1.36

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps rumdl from 0.1.34 to 0.1.36.

Release notes

Sourced from rumdl's releases.

v0.1.36

Added

  • Lint: Rust doc comment linting — rumdl check and rumdl check --fix now lint markdown inside /// and //! doc comments in .rs files. Rules that don't apply to doc comments (MD041, MD047) are automatically skipped. Column numbers are remapped to the original source positions (#438)

Fixed

  • WASM: Enable opt-in rules (like MD060) via per-rule enabled = true and extend-enable in WASM/Obsidian plugin configuration (obsidian-rumdl#15)
  • WASM: Add fixable/unfixable config fields so fix scope restrictions work in WASM builds
  • WASM: Set enable_is_explicit when enable is present, matching CLI behavior where enable = [] means "no rules"
  • WASM: Use canonical MarkdownFlavor::from_str() for flavor parsing so all aliases (qmd, rmd, gfm, commonmark, etc.) work in WASM

Downloads

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

... (truncated)

Changelog

Sourced from rumdl's changelog.

[0.1.36] - 2026-03-02

Added

  • Lint: Rust doc comment linting — rumdl check and rumdl check --fix now lint markdown inside /// and //! doc comments in .rs files. Rules that don't apply to doc comments (MD041, MD047) are automatically skipped. Column numbers are remapped to the original source positions (#438)

Fixed

  • WASM: Enable opt-in rules (like MD060) via per-rule enabled = true and extend-enable in WASM/Obsidian plugin configuration (obsidian-rumdl#15)
  • WASM: Add fixable/unfixable config fields so fix scope restrictions work in WASM builds
  • WASM: Set enable_is_explicit when enable is present, matching CLI behavior where enable = [] means "no rules"
  • WASM: Use canonical MarkdownFlavor::from_str() for flavor parsing so all aliases (qmd, rmd, gfm, commonmark, etc.) work in WASM

[0.1.35] - 2026-03-02

Added

  • LSP: Hover preview for markdown links — hovering over a link shows a preview of the destination file or heading section with up to 15 lines of content (#477)

Fixed

  • MD077: Flag and fix all continuation lines in multiline loose list paragraphs, not just the first line after the blank (#474) (thanks @​jlgrimes in #475)
  • LSP: Return incoming cross-file references when find-references is invoked from a target file with cursor not on a heading or link (#476) (thanks @​jlgrimes in #478)
  • CI: Only dispatch downstream notifications when publish steps succeed
Commits
  • 28dd972 chore(release): prepare v0.1.36
  • 0ad3201 fix(wasm): add missing config fields and fix parity with CLI
  • 4ddf73d feat(lint): add Rust doc comment linting support
  • 5b51ab8 fix(wasm): enable opt-in rules via per-rule enabled = true and extend-enable
  • 4b94bda chore(release): prepare v0.1.35
  • 07ce499 test(rules,lsp): add additional test coverage for MD077 and find-references
  • b2eb267 feat(lsp): add hover preview for markdown links (#477)
  • 8e97afd fix(ci): only dispatch downstream notifications when publish steps succeed
  • 268ca3b fix(lsp): find incoming file references from target document
  • 93a7b75 Fix MD077 for multiline loose continuation paragraphs
  • See full diff 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.1.34 to 0.1.36.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.34...v0.1.36)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.1.36
  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 javascript Pull requests that update Javascript code labels Mar 3, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 3, 2026

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 d4d93c3 Commit Preview URL

Branch Preview URL
Mar 03 2026, 03:16 AM

@matoous matoous merged commit 7e4aec5 into main Mar 3, 2026
4 checks passed
@matoous matoous deleted the dependabot/npm_and_yarn/rumdl-0.1.36 branch March 3, 2026 09: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