Skip to content

chore(deps): bump rumdl from 0.1.87 to 0.1.88 in /vibetuner-py#1748

Merged
davidpoblador merged 1 commit into
mainfrom
dependabot/uv/vibetuner-py/rumdl-0.1.88
May 6, 2026
Merged

chore(deps): bump rumdl from 0.1.87 to 0.1.88 in /vibetuner-py#1748
davidpoblador merged 1 commit into
mainfrom
dependabot/uv/vibetuner-py/rumdl-0.1.88

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps rumdl from 0.1.87 to 0.1.88.

Release notes

Sourced from rumdl's releases.

v0.1.88

Added

  • md051,md052: handle Pandoc implicit header refs and divergent slugs (8805001)
  • md042: document parser-level exclusion of Pandoc inline footnotes, example refs, and implicit header refs (6e4f7d8)
  • md040: accept Pandoc {=format} raw blocks; keep {r}/{python} Quarto-only (f4e446f)
  • md038: skip Pandoc inline code attribute syntax (db18bba)
  • md037: skip Pandoc sub/superscripts and bracketed spans (80a2be6)
  • md034: skip URLs inside Pandoc line blocks and metadata (24469fc)
  • md029: skip Pandoc example-list markers under Pandoc-compatible flavor (2421618)
  • pandoc: add is_pandoc_raw_block_lang helper (60fb48f)
  • pandoc: detect multi-line tables (52c242a)
  • pandoc: detect grid tables (f331d65)
  • pandoc: detect multi-block YAML metadata (0869d66)
  • pandoc: detect pipe-table captions (44a20aa)
  • pandoc: detect line blocks (8f9590a)
  • pandoc: detect bracketed spans (0023c4a)
  • pandoc: detect inline code attribute syntax (0cced5f)
  • pandoc: detect subscripts and superscripts (d015748)
  • pandoc: detect example lists and references (ae9aeba)
  • pandoc: detect implicit header references (f290047)
  • pandoc: detect inline footnotes ^[note] (b021786)
  • rules: re-gate Pandoc-syntax skips on is_pandoc_compatible() (b9748c2)
  • lint_context: gate Pandoc pre-pass on is_pandoc_compatible() (c342c93)
  • cli: accept --flavor pandoc (5c83805)
  • flavor: add is_pandoc_compatible() helper (7c5964c)
  • flavor: add Pandoc variant to MarkdownFlavor (af7b6d3)

Fixed

  • server: resolve clap --config arg collision causing panic (deb93ef)
  • md051: emit Pandoc auto_identifiers suffix slugs for duplicate headings (33c858e)
  • md040: accept Pandoc {.class} code attributes as language declaration (10a5a8e)
  • pandoc: exclude link labels from citation detection (186533b)
  • pandoc: require citation @ to sit at a citation boundary (f4df478)
  • md038: keep checking inner whitespace on attributed code spans (1bc9bef)
  • md063: keep numeric ordinals lower-cased in title case (ef3d881)
  • MD009: allow br_spaces on paragraph lines in strict mode (526ec41)
  • MD013: preserve wildcard asterisks during reflow (#604) (012c477)

Downloads

File Platform Checksum
rumdl-v0.1.88-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.1.88-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.1.88-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.1.88-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.1.88 - 2026-05-04

Added

  • md051,md052: handle Pandoc implicit header refs and divergent slugs (8805001)
  • md042: document parser-level exclusion of Pandoc inline footnotes, example refs, and implicit header refs (6e4f7d8)
  • md040: accept Pandoc {=format} raw blocks; keep {r}/{python} Quarto-only (f4e446f)
  • md038: skip Pandoc inline code attribute syntax (db18bba)
  • md037: skip Pandoc sub/superscripts and bracketed spans (80a2be6)
  • md034: skip URLs inside Pandoc line blocks and metadata (24469fc)
  • md029: skip Pandoc example-list markers under Pandoc-compatible flavor (2421618)
  • pandoc: add is_pandoc_raw_block_lang helper (60fb48f)
  • pandoc: detect multi-line tables (52c242a)
  • pandoc: detect grid tables (f331d65)
  • pandoc: detect multi-block YAML metadata (0869d66)
  • pandoc: detect pipe-table captions (44a20aa)
  • pandoc: detect line blocks (8f9590a)
  • pandoc: detect bracketed spans (0023c4a)
  • pandoc: detect inline code attribute syntax (0cced5f)
  • pandoc: detect subscripts and superscripts (d015748)
  • pandoc: detect example lists and references (ae9aeba)
  • pandoc: detect implicit header references (f290047)
  • pandoc: detect inline footnotes ^[note] (b021786)
  • rules: re-gate Pandoc-syntax skips on is_pandoc_compatible() (b9748c2)
  • lint_context: gate Pandoc pre-pass on is_pandoc_compatible() (c342c93)
  • cli: accept --flavor pandoc (5c83805)
  • flavor: add is_pandoc_compatible() helper (7c5964c)
  • flavor: add Pandoc variant to MarkdownFlavor (af7b6d3)

Fixed

  • server: resolve clap --config arg collision causing panic (deb93ef)
  • md051: emit Pandoc auto_identifiers suffix slugs for duplicate headings (33c858e)
  • md040: accept Pandoc {.class} code attributes as language declaration (10a5a8e)
  • pandoc: exclude link labels from citation detection (186533b)
  • pandoc: require citation @ to sit at a citation boundary (f4df478)
  • md038: keep checking inner whitespace on attributed code spans (1bc9bef)
  • md063: keep numeric ordinals lower-cased in title case (ef3d881)
  • MD009: allow br_spaces on paragraph lines in strict mode (526ec41)
  • MD013: preserve wildcard asterisks during reflow (#604) (012c477)
Commits
  • 6fd01e7 chore: bump version to v0.1.88
  • deb93ef fix(server): resolve clap --config arg collision causing panic
  • 33c858e fix(md051): emit Pandoc auto_identifiers suffix slugs for duplicate headings
  • 10a5a8e fix(md040): accept Pandoc {.class} code attributes as language declaration
  • 186533b fix(pandoc): exclude link labels from citation detection
  • f4df478 fix(pandoc): require citation @ to sit at a citation boundary
  • 1bc9bef fix(md038): keep checking inner whitespace on attributed code spans
  • ef28eac docs(flavors): describe parser-level exclusions accurately
  • 47c2d8a docs(quarto): note that Quarto extends Pandoc
  • fb17fe8 docs(flavors): list Pandoc flavor in overview
  • 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.1.87 to 0.1.88.
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.1.87...v0.1.88)

---
updated-dependencies:
- dependency-name: rumdl
  dependency-version: 0.1.88
  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 python:uv Pull requests that update python:uv code labels May 5, 2026
@davidpoblador davidpoblador merged commit ff2a8cc into main May 6, 2026
3 checks passed
@davidpoblador davidpoblador deleted the dependabot/uv/vibetuner-py/rumdl-0.1.88 branch May 6, 2026 05:55
davidpoblador pushed a commit that referenced this pull request May 6, 2026
🤖 I have created a release *beep* *boop*
---


##
[10.8.4](v10.8.3...v10.8.4)
(2026-05-06)


### Bug Fixes

* reserve scrollbar gutter to prevent horizontal layout shift
([#1744](#1744))
([6878bf6](6878bf6))


### Miscellaneous Chores

* **deps:** bump cryptography from 47.0.0 to 48.0.0
([#1751](#1751))
([6768455](6768455))
* **deps:** bump cryptography from 47.0.0 to 48.0.0 in /vibetuner-py
([#1747](#1747))
([d5525d3](d5525d3))
* **deps:** bump resend from 2.29.0 to 2.30.0
([#1750](#1750))
([dfcd20b](dfcd20b))
* **deps:** bump resend from 2.29.0 to 2.30.0 in /vibetuner-py
([#1749](#1749))
([a724ba1](a724ba1))
* **deps:** bump rumdl from 0.1.87 to 0.1.88
([#1752](#1752))
([aa9d738](aa9d738))
* **deps:** bump rumdl from 0.1.87 to 0.1.88 in /vibetuner-py
([#1748](#1748))
([ff2a8cc](ff2a8cc))
* **deps:** drop lint-po git pin in favor of PyPI 0.1.5
([#1745](#1745))
([add3c9b](add3c9b))
* **deps:** update mongo docker tag to v8.3
([#1753](#1753))
([1cb20d0](1cb20d0))
* update deps 2026-05-06
([fb303df](fb303df))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant