build(deps): update dependency ubi:rvben/rumdl to v0.1.46#22
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
build(deps): update dependency ubi:rvben/rumdl to v0.1.46#22renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
568defe to
377c40f
Compare
377c40f to
ddb06b1
Compare
ddb06b1 to
1db1107
Compare
ee98158 to
0ebac8e
Compare
0ebac8e to
c30b311
Compare
c30b311 to
42c6ce3
Compare
42c6ce3 to
07a13df
Compare
07a13df to
eeb7cc5
Compare
eeb7cc5 to
418905a
Compare
418905a to
13cb8c5
Compare
13cb8c5 to
7602d08
Compare
7602d08 to
a3e0639
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a3e0639 to
f2612b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.1.25→v0.1.46v0.1.54(+7)Release Notes
rvben/rumdl (ubi:rvben/rumdl)
v0.1.46Compare Source
Added
enabled = falsenow actually disables rules;enabled = true/falseis fully bidirectional and takes precedence over globaldisable/extend-disable/extend-enablelists (#520)Fixed
allowedanddisallowedshorthand config options no longer produce unknown key warnings (#508)strict-sentencesalias now correctly recognized in config validationtombitool now runstombi lintinstead oftombi formatwhen configured in thelintslot (#506)enabledkey no longer rejected as unknown in per-rule config blocks (#520)Changed
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.45Compare Source
Added
require-sentence-capitaloption for sentence-per-line and semantic-line-breaks reflow modes. When set tofalse, periods are recognized as sentence boundaries without requiring an uppercase letter afterward (#514)!and?are now always recognized as sentence boundaries regardless of therequire-sentence-capitalsettingFixed
code_blocks = false(#513)<Component />,<span>text</span>) are now stripped before anchor generation, preventing false-positive broken link warnings (#510)Changed
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.44Compare Source
Fixed
resolving false positives with 4-space indentation config
(#504)
indent detection in nested lists
(thanks @anaxite)
preventing false positive when a list continuation follows a nested item
(#507)
invalid links like
https://rumdl.dev/jq/(#505)
source_filethroughlint()for path-dependent rulesdiagnostics, providing full context from tools like
tombi(#506)
Changed
jqas both linter and formatterDownloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.43Compare Source
Added
textDocument/renamesupport for markdown headings — rename aheading and all references to it update automatically
"fixed"field to JSON output when--fixis active, showinghow many issues were auto-fixed
--fixnow works with batch output formats (JSON, GitLab, SARIF,JUnit) instead of silently skipping fixes
(#498)
baselineStatefield to SARIF output for baseline comparisonFixed
<!-- rumdl-disable -->) in--fixmode — previously, disabled rules could still apply fixespreventing false positives on HTML attributes containing
*or_<code>*text*</code>) toprevent false positives on emphasis-like patterns inside HTML tags
that look like empty links
{#​1-intro})Changed
and can cause false positives on documentation files showing code examples.
Enable with
extend-enable = ["MD070"](#502)
Performance
forward-tracking
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.42Compare Source
Fixed
Code blocks in doc comments contain Rust code formatted by rustfmt
(default
max_width = 100), not prose governed by markdown line limits.Prose lines are still checked
(#486, reported by @sorairolake)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.41Compare Source
Fixed
semantic-line-breaks diagnostics on
/// detailsblocks and their content(#495, reported by @tahv)
{#id .class}syntax is only treated as atomic in MkDocs/Kramdown flavors,preventing incorrect wrapping behavior in standard markdown
(#494, reported by @sisp)
so they are never split across lines
warning, fixing cases where
<!-- rumdl-disable -->inside indented listitems was ignored
(#493, reported by @sisp)
BrokenLinkCallbackto fix false positives on brackettext like
[0],[i], and[key]that are not actual markdown links(#488, reported by @eread)
on sequences of underscores or asterisks that are not emphasis markers
(#489, reported by @eread)
dead code
(#490, reported by @eread)
of prepending to it
(#490, reported by @eread)
brackets in code spans
should_skipfor autolink-only documents and nested link textfalse negatives
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.40Compare Source
Fixed
(admonitions, content tabs, markdown HTML) — pulldown-cmark missed these
because it treats 4-space-indented container content as indented code blocks.
Replaced the per-line backtick scanner with a dedent-and-reparse approach
that handles all CommonMark edge cases including nested containers
(#487, reported by @stefanvanburen)
column checks, preventing false positives for URLs and emails inside
multi-line code spans
positives for reference links inside multi-line code spans
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.39Compare Source
Fixed
eliminate false positives — HTML warning blocks (
<div class="warning">),unlabeled code blocks (default to Rust), rustdoc anchors (
#method.bar),and shortcut intra-doc links (
[crate::module]) are all valid rustdoc syntax(#438, reported by @sorairolake)
includepatterns in.rumdl.tomlnot discovering.rsfiles — config-based include now correctly expands the file type filter to
include Rust files alongside markdown
(#438, reported by @sorairolake)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.38Compare Source
Fixed
within list items — closing fences were merged with subsequent paragraph
text (#485, reported by @sisp)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.37Compare Source
Fixed
indents when using
semantic-line-breaksreflow mode. Continuation linesat the minimum indent were incorrectly flagged as needing reflow
(#484)
of trimming and re-indenting, which produced incorrect indentation for
code blocks and nested structures
cases where indented code blocks inside list items were incorrectly
treated as text for reflow
comments, frontmatter, code blocks) to prevent false positives on
blockquote separators
inline code in table cells
markers in tables
mask_pipes_in_inline_codefor table cell parsing
generation
[!NOTE]) in shortcut linkdetection to avoid false positives
split_row_into_cellsfunction, consolidatetable cell parsing
multiple rules
Changed
toml0.9 → 1.0,toml_edit0.24 → 0.25,jsonschema0.37 → 0.44.Remove unused
randdev-dependency. ~80 crates updated to latestcompatible versions
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.36Compare Source
Added
rumdl checkandrumdl check --fixnow lint markdown inside
///and//!doc comments in.rsfiles.Rules that don't apply to doc comments (MD041, MD047) are automatically
skipped. Column numbers are remapped to the original source positions
(#438)
Fixed
enabled = trueand
extend-enablein WASM/Obsidian plugin configuration(obsidian-rumdl#15)
fixable/unfixableconfig fields so fix scope restrictionswork in WASM builds
enable_is_explicitwhenenableis present, matching CLIbehavior where
enable = []means "no rules"MarkdownFlavor::from_str()for flavor parsing soall aliases (
qmd,rmd,gfm,commonmark, etc.) work in WASMDownloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.35Compare Source
Added
preview of the destination file or heading section with up to 15 lines of
content (#477)
Fixed
paragraphs, not just the first line after the blank
(#474)
(thanks @jlgrimes in #475)
invoked from a target file with cursor not on a heading or link
(#476)
(thanks @jlgrimes in #478)
Downloads
Installation
Using uv (Recommended)
Using pip
Using pipx
Direct Download
Download the appropriate binary for your platform from the
Configuration
📅 Schedule: Branch creation - "after 8:00pm on Saturday,before 11:59pm on Sunday" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.