Skip to content

build(deps): update dependency aqua:rvben/rumdl to v0.2.73 - #291

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aqua-rvben-rumdl-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aqua-rvben-rumdl-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
aqua:rvben/rumdl tools patch 0.2.580.2.73 0.2.74 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rvben/rumdl (aqua:rvben/rumdl)

v0.2.73

Compare Source

Fixed
  • MD022,MD031,MD032,MD058: count a comment-only line as a blank line (b394e30)
  • MD057: stop requiring index.md for directory links in filesystem mode (c04ae4e)
  • MD051: validate fragments in repository-absolute cross-file links (ead5f39)
  • parser: stop reading headings inside blocks whose body is not Markdown (59958b1)
  • MD077: carry a code block's interior indentation when reindenting its fence (00c578d)

v0.2.72

Compare Source

Added
  • MD090: add rule flagging horizontal rules directly before headings (09dcae5)
Fixed
  • MD013: end a sentence after a closing marker run of any shape (e63206c)

v0.2.71

Compare Source

Fixed
  • MD034: do not report the tail of a schemed URI as a bare email (a8df862)
  • lsp: write the mailto scheme when converting a bare email to a link (600e229)
  • config: measure suggestion distance in characters, not bytes (eabdf80)
  • MD034: emit a link, not an autolink, when fixing bare URLs in MDX (98a6255)
  • config: suggestion panics on multibyte characters (dd88a4a)

v0.2.70

Compare Source

Fixed
  • mdx: recover instead of crashing on unclosed JSX in a link label (35de79c)
  • lsp: index links whose paths contain parentheses (bc5adc0)
  • MD057: handle balanced parentheses in link paths (b2a9ce9)
  • MD032: respect suppression at each list boundary (9aeb5f3)
  • MD087,inline-config: ignore directives inside inline code spans (749a7ea)
  • stdin: preserve original bytes when formatting is unchanged (2c84470)
  • MD046: align fence repairs with diagnostic edits (443892e)
  • MD032: preserve line endings in document fixes (60bae56)
Performance
  • MD024: avoid cloned keys and redundant diagnostic work (ffebf4e)

v0.2.69

Compare Source

Fixed
  • MD032: recognize spaced nested blockquotes (974540f)
  • MD032: separate lists from standalone code fences (e335c58)
  • mdx: avoid parser panic on malformed Setext headings (5e4a387)
  • preserve markdown containing merge conflicts (8aabd3d)
  • deps: remove unmaintained paste and atomic-polyfill (e2ab5cb)

v0.2.68

Compare Source

Fixed
  • MDX: recognize Markdown links and images inside JSX elements, including generated reference tables, without requiring blank lines. This removes false MD091 warnings and lets normal link rules check the content. JavaScript expressions, JSX attributes, comments, and code are excluded, and link fixes preserve source labels and positions (#​801).
Performance
  • Reduce regex locking and redundant rule work.
  • Precompute proper-name lookups and streamline regex caching.

v0.2.67

Compare Source

Fixed
  • code-block-tools: survive a tool that exits without reading its input (a3f2b15)
  • MD042: do not report an image with an unparseable destination as an empty link (600236e)
  • code-block-tools: report missing tool binaries instead of passing silently (fd83c4b)
  • code-block-tools: report tool failures from the format path (4f92370)

v0.2.66

Compare Source

Fixed
  • MD051: GitHub-style anchors match GitHub.com for a § in the heading and for an emoji not surrounded by spaces (#​854) (d530737). A link written to the old slug is now reported, and MD073 regenerates the TOC entry of such a heading on its next fix; MD080 and the LSP heading rename use the same slug.
  • MD063: recognize an ordinal wrapped in punctuation (473bf51)
  • MD013: keep a link-only line inside the sentence it continues (3e767ee)
  • MD013: read require-sentence-capital when counting sentences (8706780)
Added
  • config: apply inline --config overrides to the non-rule sections (7737dca)
  • cli: accept format as a hidden alias for fmt (0cd9168)

v0.2.65

Compare Source

Added
  • MD091: add opt-in rule for markdown inside HTML blocks (4333acf)
  • cli: add --no-code-block-tools and --only-code-block-tools mode flags (#​829) (fc410f7)
  • config: show every configuration section in rumdl config (#​851) (4dc0d30)
Fixed
  • config: parse [tool.rumdl.code-block-tools] in pyproject.toml (#​851) (87b159d)
  • config: report a malformed code-block-tools section (ed1b7c5)
  • config: report the line length MD013 enforces (a4bf2a7)
  • config: state that an empty section in rumdl config is empty (cac7b76)
  • config: print each code-block-tools setting on one line (02ba15d)
  • MD046: preserve code blocks during style conversion (9f13f3b)
  • MD063: preserve the English first-person pronoun in sentence-case headings (#​845) (35b2df9)
  • MD063: honor pronoun boundaries and explicit ignores (0604c03)

v0.2.64

Compare Source

Added
  • flavor: add preview support for GitHub Agentic Workflows (gh-aw), including imports and current conditional branch syntax (39f7263)
  • Rust API: add MarkdownFlavor::GhAw; downstream exhaustive matches must handle the new variant
  • MD089: add opt-in cjk-spacing rule (50f40a2)
  • MD089: add configuration for cjk-spacing symbol sets (868e933)
  • unicode: add is_cjk_letter predicate (087e518)
Fixed
  • MD013: handle sentences ending before code spans in sentence-per-line reflow (#​811, #​812) (576e2c1)
  • MD022: accept per-level arrays during validation (976087c)
  • MD051: slug headings with the whitespace an anchor element leaves (04cbfc2)
  • MD057: exclude Markdown-looking frontmatter strings from body link validation and workspace indexing (39f7263)
  • MD041: never move or promote headings across GitHub Agentic Workflow control boundaries (39f7263)
  • MD063: capitalize opening link labels in sentence case (88ea8b7)
  • MD073: skip TOC entries for headings that slug to nothing (41e2312)
  • docs: improve responsive accessibility (4b54ce5)

v0.2.63

Compare Source

Added
  • brand: refine wordmark typography (e871dcb)
  • playground: rebuild browser editor (35e27df)
  • analytics: classify aggregate referral sources (3cc0ef2)
  • brand: add social previews and npm identity (d6971f6)
  • docs: restore terminal capture colors (eccf710)
  • docs: frame terminal capture (084fc30)
  • docs: use real terminal capture (e417bae)
  • docs: replace hero proof with real terminal (6c66a07)
  • docs: sharpen homepage activation path (a60b622)
  • docs: expose private adoption snapshot (da299bb)
  • brand: adopt Heading Pulse identity (1a05c28)
  • docs: activate adoption analytics and reporting (3a0b64f)
  • docs: improve website and product documentation (ad4ebf9)
Fixed
  • deps: update vulnerable development dependencies (8489019)
  • MD051: register HTML anchors as browsers resolve them (e4615b0)
  • MD063: preserve every inline HTML tag in headings (e5de9cf)
  • MD073: read TOC markers and heading anchors as rendered (6a8eba2)
  • MD061: preserve matched term casing in diagnostics (11bf7cd)
  • MD029: check parenthesized markers and ordered-only documents (c67c96c)
  • MD041: promote only paragraph lines and measure title length in characters (faba034)
  • MD026: keep entity and emoji shortcode delimiters in headings (ab0886d)
  • MD009: honor br-spaces below 2 as no line-break exception (39bba7c)
  • docs: sharpen closing invitation (32f8e33)
  • docs: clarify repository check actions (136eb57)
  • docs: restore homepage documentation gateway (db5ae8f)
  • output: show full Windows paths without the verbatim prefix (2dbfd15)
  • output: drop the Windows verbatim prefix from SARIF artifact URIs (c9a8758)
  • output: harden machine-readable formats (3e2816d)
  • docs: ignore out-of-contract adoption rows (473620d)
  • docs: enforce analytics event contract (cc7d4c8)
  • docs: make uvx the primary trial command (3fc2727)
  • cli: honour --disable all and disable = ["all"] in rumdl check (22a3b37)
  • docs: bind production analytics dataset (33f26c9)
  • docs: make homepage links verifiable (df67325)

v0.2.62

Compare Source

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

v0.2.61

Compare Source

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

v0.2.60

Compare Source

Fixed
  • deps: update h2 to 0.4.16 (a650302)

v0.2.59

Compare Source

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)

Configuration

📅 Schedule: (in timezone Europe/Stockholm)

  • Branch creation
    • "after 8:00pm on Saturday,before 11:59pm on Sunday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner September 15, 2026 15:39
@renovate renovate Bot added the dependencies Related to project dependencies label Sep 15, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/aqua-rvben-rumdl-0.x branch from a74a1c3 to 30f197e Compare September 15, 2026 23:45
@renovate renovate Bot changed the title build(deps): update dependency aqua:rvben/rumdl to v0.2.68 build(deps): update dependency aqua:rvben/rumdl to v0.2.69 Sep 15, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/aqua-rvben-rumdl-0.x branch from 30f197e to 7350dee Compare September 17, 2026 21:38
@renovate renovate Bot changed the title build(deps): update dependency aqua:rvben/rumdl to v0.2.69 build(deps): update dependency aqua:rvben/rumdl to v0.2.71 Sep 17, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 17, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/aqua-rvben-rumdl-0.x branch from 7350dee to 5fc5ed5 Compare September 18, 2026 23:36
@renovate renovate Bot changed the title build(deps): update dependency aqua:rvben/rumdl to v0.2.71 build(deps): update dependency aqua:rvben/rumdl to v0.2.73 Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants