Skip to content

build(deps-dev): bump rumdl from 0.2.34 to 0.2.38#842

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.38
Open

build(deps-dev): bump rumdl from 0.2.34 to 0.2.38#842
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.38

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.34 to 0.2.38.

Release notes

Sourced from rumdl's releases.

v0.2.38

Added

  • md044: add ignore-frontmatter-fields option (b664e5a)
  • config: warn when an inline enable cannot re-enable a config-disabled rule (a74a923)

Fixed

  • md044: stop flagging proper names inside frontmatter file paths (35649d9)
  • md022: stop panicking when one blank-line requirement is unlimited (8a25eb2)
  • config: report unknown option keys in inline configure-file comments (8f4c0ea)
  • config: apply markdownlint-configure-file when the comment spans lines (7a023a5)
  • config: honor booleans and alias keys in markdownlint-configure-file (#745) (acefc19)

Downloads

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

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.38 - 2026-07-21

Added

  • md044: add ignore-frontmatter-fields option (b664e5a)
  • config: warn when an inline enable cannot re-enable a config-disabled rule (a74a923)

Fixed

  • md044: stop flagging proper names inside frontmatter file paths (35649d9)
  • md022: stop panicking when one blank-line requirement is unlimited (8a25eb2)
  • config: report unknown option keys in inline configure-file comments (8f4c0ea)
  • config: apply markdownlint-configure-file when the comment spans lines (7a023a5)
  • config: honor booleans and alias keys in markdownlint-configure-file (#745) (acefc19)

0.2.37 - 2026-07-19

Added

  • reflow: add atomic_spans configuration and refactor inline wrapping (#742) (aeabec1)

Changed

  • BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Configs setting the old key should migrate; it is no longer recognized

Fixed

  • reflow: keep code spans atomic when wrapping would collapse whitespace (d43618b)

0.2.36 - 2026-07-18

Added

  • code-block-tools: add shuck:format as a built-in shell formatter (5b23261)

Fixed

  • wasm: stop double-converting already-character-based columns (4178cdf)
  • tests: resolve String addition compilation errors under Rust 1.96 (#737) (38f36cf)

0.2.35 - 2026-07-17

Added

  • cli: honor --deny-config-warnings on the stdin path (0f93ca5)
  • cli: make --deny-config-warnings cover inline disable-comment rule names (96d75f5)
  • cli: add --deny-config-warnings for config-file and CLI-flag problems (5045daf)
  • reflow: support breaking within emphasis spans (2e8bded)

Fixed

... (truncated)

Commits
  • b16eb40 chore: bump version to v0.2.38
  • 324c45d docs(md044): document frontmatter checking and ignore-frontmatter-fields
  • b664e5a feat(md044): add ignore-frontmatter-fields option
  • 35649d9 fix(md044): stop flagging proper names inside frontmatter file paths
  • 4d95ecb refactor(frontmatter): share quoted-key separator and TOML root-key helpers
  • a74a923 feat(config): warn when an inline enable cannot re-enable a config-disabled rule
  • 0297ead test(parity): add a rumdl vs markdownlint agreement harness
  • 84afec0 ci(fuzz): pin the fuzz target to the host triple so the workflow can build
  • 8a25eb2 fix(md022): stop panicking when one blank-line requirement is unlimited
  • 8f4c0ea fix(config): report unknown option keys in inline configure-file comments
  • 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.34 to 0.2.38.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.34...v0.2.38)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.2.38
  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 Jul 21, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 21, 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 2a063d7 Commit Preview URL

Branch Preview URL
Jul 21 2026, 03:16 AM

@matoous
matoous force-pushed the main branch 2 times, most recently from c78206e to 453035a Compare July 22, 2026 14:51
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.

0 participants