Skip to content

Bump rumdl from 0.2.45 to 0.2.62 - #414

Merged
stefanvanburen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.62
Sep 10, 2026
Merged

Bump rumdl from 0.2.45 to 0.2.62#414
stefanvanburen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rumdl-0.2.62

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.45 to 0.2.62.

Release notes

Sourced from rumdl's releases.

v0.2.62

Added

  • flavor: add support for Markdown with Gherkin (MDG) (db62377)

Downloads

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

Added

  • cli: add --stdin-batch for NUL-framed multi-document linting and --stdin-batch-closed-world for supplied-document-only link resolution

Downloads

File Platform Checksum

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.62 - 2026-08-27

Added

  • flavor: add support for Markdown with Gherkin (MDG) (db62377)

0.2.61 - 2026-08-26

Added

  • cli: add --stdin-batch for NUL-framed multi-document linting and --stdin-batch-closed-world for supplied-document-only link resolution

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)

... (truncated)

Commits
  • 96c8520 chore: bump version to v0.2.62
  • 9a6c634 ci(deps): move upd to v0.8.2 and align the last mise pin
  • 8715514 ci: track the mise version each workflow passes to mise-action
  • b58f8c3 ci: pin the mise version at every mise-action call site
  • 4ffaf20 ci(windows): name cargo-binstall in the scoped mise installs
  • ca4bc0f docs(mdg): correct the tag-line rationale and the flavor selection note
  • db62377 feat(flavor): add support for Markdown with Gherkin (MDG)
  • d314d41 chore: bump version to v0.2.61
  • 2c486b7 fix(lint-context): stop reading a lazy continuation as a setext underline
  • dc1eb6a fix(cli): stop rewriting Rust source when formatting doc 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.45 to 0.2.62.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.45...v0.2.62)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.2.62
  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 Sep 1, 2026
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
connect Ready Ready Preview Sep 1, 2026 7:05am UTC

Request Review

@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 1, 2026
@stefanvanburen
stefanvanburen merged commit a4180f4 into main Sep 10, 2026
5 checks passed
@stefanvanburen
stefanvanburen deleted the dependabot/npm_and_yarn/rumdl-0.2.62 branch September 10, 2026 11:18
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