Skip to content

Bump rumdl from 0.2.28 to 0.2.35 in /src-tauri#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/rumdl-0.2.35
Open

Bump rumdl from 0.2.28 to 0.2.35 in /src-tauri#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/rumdl-0.2.35

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rumdl from 0.2.28 to 0.2.35.

Release notes

Sourced from rumdl's releases.

v0.2.35

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

  • reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
  • cli: walk directory arguments even when file paths are also passed (d058273)
  • lsp: honor line anchors in goto-definition (17a21e7)
  • md077: attribute middle-level continuation lines to their own list item (c73763b)

Downloads

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

... (truncated)

Changelog

Sourced from rumdl's changelog.

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

  • reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
  • cli: walk directory arguments even when file paths are also passed (d058273)
  • lsp: honor line anchors in goto-definition (17a21e7)
  • md077: attribute middle-level continuation lines to their own list item (c73763b)

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)

... (truncated)

Commits
  • 87a6758 chore: bump version to v0.2.35
  • b3fd874 test(cli): cover --deny-config-warnings silent, precedence, and fmt; document...
  • 0f93ca5 feat(cli): honor --deny-config-warnings on the stdin path
  • 96d75f5 feat(cli): make --deny-config-warnings cover inline disable-comment rule names
  • 5045daf feat(cli): add --deny-config-warnings for config-file and CLI-flag problems
  • f66021f fix(reflow): preserve non-breaking spaces and the space before French double ...
  • d058273 fix(cli): walk directory arguments even when file paths are also passed
  • 17a21e7 fix(lsp): honor line anchors in goto-definition
  • c73763b fix(md077): attribute middle-level continuation lines to their own list item
  • c0f492b docs(md013): note that nested inline code wraps under emphasis-spans
  • 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.28 to 0.2.35.
- [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.35)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.2.35
  dependency-type: direct:production
  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 rust Pull requests that update rust code labels Jul 18, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants