renovate-bot opened a new pull request, #210: URL: https://github.com/apache/superset-kubernetes-operator/pull/210
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rvben/rumdl](https://redirect.github.com/rvben/rumdl) | patch | `v0.2.34` → `v0.2.40` | --- ### Release Notes <details> <summary>rvben/rumdl (rvben/rumdl)</summary> ### [`v0.2.40`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.40) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.39...v0.2.40) ##### Fixed - **md003**: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so `rumdl fmt` added a horizontal rule the document never had ([7363c34](https://redirect.github.com/rvben/rumdl/commit/7363c34e5adab8367eb41ad46feff87c2c2137bc)) - **md077**: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged ([58fb25b](https://redirect.github.com/rvben/rumdl/commit/58fb25b47777d1745ad4dd854f7bb47685bd354a)) - **reflow**: keep wiki links, shortcodes and math whole inside a wrapped span ([db12c2c](https://redirect.github.com/rvben/rumdl/commit/db12c2c5aa37b6dad600d8b4ff889b903cdf5571)) - **config**: honor the documented MD033 `table_allowed` alias, which silently dropped the configured value ([db2c204](https://redirect.github.com/rvben/rumdl/commit/db2c2048f4f6df06e6a38cf5c7896ef6d1e677df)) - **config**: stop reporting MD013's documented `semantic-link-understanding` alias as an unknown option ([1539a64](https://redirect.github.com/rvben/rumdl/commit/1539a64a54a419158586268dca97d87c264c1626)) - **parity**: make the markdownlint comparison harness actually run ([182763c](https://redirect.github.com/rvben/rumdl/commit/182763c47dec12b1ee2d73dabbeff148330d6f30)) ##### Documentation - **md013**: document that `ignore-link-urls` affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat ([c4f8bad](https://redirect.github.com/rvben/rumdl/commit/c4f8badab81b051eb16fadb0a5a53c7c2a7238f4)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.40-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.40-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.40-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.40-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.40-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.40-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.40-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.40/rumdl-v0.2.40-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash 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.39`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.39) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.38...v0.2.39) ##### Added - **config**: expand \~ to the home directory in path settings ([70f91aa](https://redirect.github.com/rvben/rumdl/commit/70f91aaaf4e02a5374bef57ff1295ce802802450)) ##### Fixed - **md013**: wrap over-long emphasis spans that contain nested markup ([ddc73f4](https://redirect.github.com/rvben/rumdl/commit/ddc73f49d494c21f28cec18f5cc196bfd4ba2f81)) - **discovery**: strip Windows verbatim prefix from canonicalized paths ([a85ab87](https://redirect.github.com/rvben/rumdl/commit/a85ab87f92d697cb82f5764c4ef8ed764c6a4c39)) - **discovery**: apply absolute exclude patterns during directory discovery ([0d20fc8](https://redirect.github.com/rvben/rumdl/commit/0d20fc8f11abe36e8838ab847c3d6fd2ea3046bd)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.39-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.39-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.39-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.39-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.39-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.39-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.39-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.39/rumdl-v0.2.39-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash 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.38`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.38) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.37...v0.2.38) ##### Added - **md044**: add ignore-frontmatter-fields option ([b664e5a](https://redirect.github.com/rvben/rumdl/commit/b664e5ac776963b18a52fc9fb7cead8287530e10)) - **config**: warn when an inline enable cannot re-enable a config-disabled rule ([a74a923](https://redirect.github.com/rvben/rumdl/commit/a74a92322d556967f61a1dde86c0f9649fed89e0)) ##### Fixed - **md044**: stop flagging proper names inside frontmatter file paths ([35649d9](https://redirect.github.com/rvben/rumdl/commit/35649d9baf4d9452fbf0c669137e6c98280af9f3)) - **md022**: stop panicking when one blank-line requirement is unlimited ([8a25eb2](https://redirect.github.com/rvben/rumdl/commit/8a25eb2c9d76df171475b69a1f11f455a9bfdc60)) - **config**: report unknown option keys in inline configure-file comments ([8f4c0ea](https://redirect.github.com/rvben/rumdl/commit/8f4c0ea63e732abc52da7786abbabc53984fdf5c)) - **config**: apply markdownlint-configure-file when the comment spans lines ([7a023a5](https://redirect.github.com/rvben/rumdl/commit/7a023a58079876674ca99f67b7f4e68c29472c8f)) - **config**: honor booleans and alias keys in markdownlint-configure-file ([#​745](https://redirect.github.com/rvben/rumdl/issues/745)) ([acefc19](https://redirect.github.com/rvben/rumdl/commit/acefc195b64003b3c1deef1dc9ac4c81b43f8bfa)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.38-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.38-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.38-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.38-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.38-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.38-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.38-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.38/rumdl-v0.2.38-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash 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.37`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.37) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.36...v0.2.37) ##### Added - **reflow**: add atomic\_spans configuration and refactor inline wrapping ([#​742](https://redirect.github.com/rvben/rumdl/issues/742)) ([aeabec1](https://redirect.github.com/rvben/rumdl/commit/aeabec1070d6f87baa7d2e817c75c86047d7ad2a)) ##### Changed - **BREAKING**: the MD013 `emphasis-spans` option is renamed to `atomic-spans` (default `true`), with inverted meaning (`emphasis-spans = true` is now `atomic-spans = false`). Configs setting the old key should migrate; it is no longer recognized ##### Fixed - **reflow**: keep code spans atomic when wrapping would collapse whitespace ([d43618b](https://redirect.github.com/rvben/rumdl/commit/d43618ba07a231eab8cf0babe9d170a38fc38986)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.37-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.37-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.37-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.37-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.37-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.37-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.37-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.37/rumdl-v0.2.37-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash 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.36`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.36) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.35...v0.2.36) ##### Added - **code-block-tools**: add shuck:format as a built-in shell formatter ([5b23261](https://redirect.github.com/rvben/rumdl/commit/5b232610a871755fd3900fe1b67f263b1fcd1474)) ##### Fixed - **wasm**: stop double-converting already-character-based columns ([4178cdf](https://redirect.github.com/rvben/rumdl/commit/4178cdf8c0d64cba53340c17ce1dfa9a0ed9ff39)) - **tests**: resolve String addition compilation errors under Rust 1.96 ([#​737](https://redirect.github.com/rvben/rumdl/issues/737)) ([38f36cf](https://redirect.github.com/rvben/rumdl/commit/38f36cf3dfb523f4ced6daf0b7e3f505018be713)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.36-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.36-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.36-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.36-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.36-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.36-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.36-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.36/rumdl-v0.2.36-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash 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.35`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.2.35) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.2.34...v0.2.35) ##### Added - **cli**: honor --deny-config-warnings on the stdin path ([0f93ca5](https://redirect.github.com/rvben/rumdl/commit/0f93ca5187176e459bbbae4a43a8468983ae8176)) - **cli**: make --deny-config-warnings cover inline disable-comment rule names ([96d75f5](https://redirect.github.com/rvben/rumdl/commit/96d75f56b5f114983ec1163413d779f48a2ad8e7)) - **cli**: add --deny-config-warnings for config-file and CLI-flag problems ([5045daf](https://redirect.github.com/rvben/rumdl/commit/5045daf52e13d0e308740df7253177f24411a0e7)) - **reflow**: support breaking within emphasis spans ([2e8bded](https://redirect.github.com/rvben/rumdl/commit/2e8bded170f917ab00deef193aa5996a301c3bd4)) ##### Fixed - **reflow**: preserve non-breaking spaces and the space before French double punctuation ([f66021f](https://redirect.github.com/rvben/rumdl/commit/f66021f067713fa28b481a457cb99b3dc7a7804b)) - **cli**: walk directory arguments even when file paths are also passed ([d058273](https://redirect.github.com/rvben/rumdl/commit/d058273dd177eb0d41059215c21cb1e598a3ab18)) - **lsp**: honor line anchors in goto-definition ([17a21e7](https://redirect.github.com/rvben/rumdl/commit/17a21e796f6f18ef1abf88e7b64d2a7f33647987)) - **md077**: attribute middle-level continuation lines to their own list item ([c73763b](https://redirect.github.com/rvben/rumdl/commit/c73763ba2e0149548703e8733346967e1eca1d28)) #### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.2.35-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.35-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.35-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.2.35-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.2.35-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.35-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.2.35-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.2.35/rumdl-v0.2.35-x86_64-pc-windows-msvc.zip.sha256) | #### Installation ##### Using uv (Recommended) ```bash uv tool install rumdl ``` ##### Using pip ```bash pip install rumdl ``` ##### Using pipx ```bash pipx install rumdl ``` ##### Direct Download Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/superset-kubernetes-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
