Skip to content

Commit 49a25e7

Browse files
chore(deps): update dependency rumdl to v0.1.83 (#2070)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rumdl](https://redirect.github.com/rvben/rumdl) | patch | `0.1.80` → `0.1.83` | --- ### Release Notes <details> <summary>rvben/rumdl (rumdl)</summary> ### [`v0.1.83`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.1.83) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.1.82...v0.1.83) ##### Fixed - **lsp**: respect --config flag in server mode ([40f2a9d](https://redirect.github.com/rvben/rumdl/commit/40f2a9d1cd046a44282fb100e8f42052fa1e0ac0)) ##### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.1.83-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.83-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.83-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.83-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.83-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.83-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.83-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.83/rumdl-v0.1.83-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.1.82`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.1.82) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.1.81...v0.1.82) ##### Added - **md057**: fall back to project root when resolving absolute links ([3df4ed0](https://redirect.github.com/rvben/rumdl/commit/3df4ed00d77fe0d3d94f56ba17a1a60cef170c47)) ##### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.1.82-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.82-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.82-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.82-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.82-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.82-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.82-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.82/rumdl-v0.1.82-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.1.81`](https://redirect.github.com/rvben/rumdl/releases/tag/v0.1.81) [Compare Source](https://redirect.github.com/rvben/rumdl/compare/v0.1.80...v0.1.81) ##### Added - **md057**: add relative\_to\_roots option for absolute link validation ([e911919](https://redirect.github.com/rvben/rumdl/commit/e91191941703dd2095b6b3d4b1d6633f4031d35c)) - **md024**: treat headings with different {#custom-id} anchors as distinct ([0b4dadb](https://redirect.github.com/rvben/rumdl/commit/0b4dadb54a1d519a3316360bd87d3690c30e09fd)) ##### Fixed - **md013**: don't warn on under-limit list items in normalize mode ([3e08094](https://redirect.github.com/rvben/rumdl/commit/3e0809434f523db0c72d16712e7800bd257c475c)) - **fmt**: honor <div markdown> opt-in across all flavors ([4c9c8dc](https://redirect.github.com/rvben/rumdl/commit/4c9c8dcffafd982451970ab87a6daf8196575612)) - **docs**: restore grid-cards formatting on landing page ([5acba85](https://redirect.github.com/rvben/rumdl/commit/5acba85bc6c3e4e6dd43d78ee4b654ffafd38ce7)) - **md005,md032**: preserve nesting under tight continuation followed by sub-list ([993c0f5](https://redirect.github.com/rvben/rumdl/commit/993c0f55d85453d5c70256416c24e7a13b5dbf64)) ##### Downloads | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | [rumdl-v0.1.81-x86\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz) | Linux x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.81-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz) | Linux x86\_64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz) | Linux ARM64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz.sha256) | | [rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz) | Linux ARM64 (musl) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz.sha256) | | [rumdl-v0.1.81-x86\_64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-apple-darwin.tar.gz) | macOS x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.81-aarch64-apple-darwin.tar.gz](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-apple-darwin.tar.gz) | macOS ARM64 (Apple Silicon) | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-aarch64-apple-darwin.tar.gz.sha256) | | [rumdl-v0.1.81-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-x86_64-pc-windows-msvc.zip) | Windows x86\_64 | [checksum](https://redirect.github.com/rvben/rumdl/releases/download/v0.1.81/rumdl-v0.1.81-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**: 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. --- - [ ] <!-- 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/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0647bd commit 49a25e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lychee = "0.23.0"
1818
"npm:renovate" = "43.129.1"
1919
"pipx:codespell" = "2.4.2"
2020
ruff = "0.15.11"
21-
rumdl = "0.1.80"
21+
rumdl = "0.1.83"
2222
shfmt = "3.13.1"
2323
taplo = "0.10.0"
2424

0 commit comments

Comments
 (0)