Skip to content

build(deps): update dependency rumdl to v0.2.28#2741

Merged
sisp merged 1 commit into
copier-org:masterfrom
renovate-bot:renovate/rumdl-0.x
Jul 13, 2026
Merged

build(deps): update dependency rumdl to v0.2.28#2741
sisp merged 1 commit into
copier-org:masterfrom
renovate-bot:renovate/rumdl-0.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
rumdl ==0.2.21==0.2.28 age confidence

Release Notes

rvben/rumdl (rumdl)

v0.2.28

Compare Source

Added
  • md043: report each heading mismatch via sequence alignment (d46dbef)
Fixed
  • lsp: isolate rule panics from the document lint path (020d4a2)
  • prevent stack overflow on deeply nested blockquote markers (1dd3ce5)
  • write fixes atomically and exit non-zero on unreadable files (085d7fe)
  • per-file-ignores: enforce centrally in the fix coordinator (c4b9899)
  • fmt: honor per-file-ignores on the stdin pipeline (5b5e779)
  • fmt: honor per-file-ignores in the fix pipeline (cb2d7f7)
  • md043: say 'pattern position' in unsatisfied-wildcard warnings (9ffc105)
Performance
  • md013: drop the per-check heading lookup allocation (f76a209)
  • make semantic-line-break reflow iterative (5692564)
  • md077: compute list-continuation ranges in linear time (d36b017)

v0.2.27

Compare Source

Fixed
  • MD077: detect latent list markers past an unstable heading (05d273e)
  • MD013: keep reference-style links atomic when reflowing (a991a71)

v0.2.26

Compare Source

Added
  • wasi: add wasi build feature, make target, and CI coverage (8b9b027)
  • lsp: add enableSymbols setting to gate symbol providers (b80f001)
Fixed
  • workspace-index: make cache temp file names unique per write (d3aa269)
  • allow building for WASI (8d0b44a)
  • MD060: preserve trailing blank lines and skip table-free content (0223b30)

v0.2.25

Compare Source

Added
  • lsp: document LSP settings and scope link-completion triggers (18fae1b)
  • MD013: reflow lists with configured marker spacing (#​692) (b00b117)
Fixed
  • MD052: preserve author casing in undefined-reference messages (6d1cb96)
  • MD013: preserve single-tilde strikethrough content during reflow (#​701) (a2387ce)
  • rules: resolve complex link handling in reflow and MD052 (#​702) (d57a61a)
  • rules: prevent front-matter and skippable region leakage (#​699) (e09fa06)
  • MD007: align nested lists to a widened parent's content column (#​700) (595cc4d)

v0.2.24

Compare Source

Added
Fixed
  • MD013: extend standalone-link reflow boundary to blockquotes (74e79f6)
  • MD013: treat standalone links as paragraph boundaries in reflow (#​697) (39ea2b2) - thanks @​chandlerc
  • MD013: associate paragraph reflow fix with all violating lines (#​698) (f17be35) - thanks @​chandlerc
  • fix-coordinator: honor inline rumdl-configure-file overrides when applying fixes (c347ab6)
  • MD013: exempt standalone links with trailing punctuation and wrappers (#​694) (d7a3c2e) - thanks @​chandlerc
  • MD013: keep the space after an inline code span before punctuation (#​693) (13745db) - thanks @​chandlerc
  • lsp: iterate formatting fixes to a fixpoint so one format pass converges (#​695) (78c42ad) - thanks @​chandlerc
  • MD028: make blockquote-merge autofix opt-in by default (cffadef)
  • MD036: make emphasis-to-heading autofix opt-in by default (9b145a9)
  • MD007: scope fence-opening exception to backtick/tilde fences (2a3a554)
  • MD007: keep nested lists nested under a fence-opening list item (59f987e) - thanks @​chandlerc

v0.2.23

Compare Source

Added
  • rules: add MD082 to require content between headings (e5592ae)
Fixed
  • lint-context: attach list items whose marker line opens a code fence (95898f4)
  • parser: parse reference-definition titles on a continuation line (fb02b52)
  • cli: make per-file exclude notice verbose-only (2923e27)

v0.2.22

Compare Source

Added
  • md077: add opt-in style = "aligned" for continuation indent (14eebe1)
Fixed
  • md040: keep blockquote fences valid when adding default language (eab51f6)
  • md013: keep blockquote markers when reflowing a blockquote nested in a list item (f601c8c)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@forking-renovate forking-renovate Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2026
@renovate-bot renovate-bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2026
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.00%. Comparing base (f7aff0f) to head (692202f).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2741      +/-   ##
==========================================
- Coverage   96.64%   95.00%   -1.65%     
==========================================
  Files          60       60              
  Lines        7580     7580              
==========================================
- Hits         7326     7201     -125     
- Misses        254      379     +125     
Flag Coverage Δ
unittests 95.00% <ø> (-1.65%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.22 build(deps): update dependency rumdl to v0.2.23 Jun 25, 2026
@renovate-bot renovate-bot force-pushed the renovate/rumdl-0.x branch 2 times, most recently from 1b162c3 to ecc1579 Compare June 27, 2026 11:30
@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.23 build(deps): update dependency rumdl to v0.2.24 Jun 27, 2026
@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.24 build(deps): update dependency rumdl to v0.2.25 Jun 28, 2026
@renovate-bot renovate-bot force-pushed the renovate/rumdl-0.x branch 2 times, most recently from 6a02e32 to 0e03e24 Compare June 29, 2026 12:40
@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.25 build(deps): update dependency rumdl to v0.2.26 Jun 29, 2026
@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.26 build(deps): update dependency rumdl to v0.2.27 Jun 30, 2026
@renovate-bot renovate-bot changed the title build(deps): update dependency rumdl to v0.2.27 build(deps): update dependency rumdl to v0.2.28 Jul 3, 2026
@sisp sisp merged commit ccd5372 into copier-org:master Jul 13, 2026
15 of 21 checks passed
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants