Skip to content

chore(deps): update all patch versions - #1215

Merged
jaydeluca merged 1 commit into
mainfrom
renovate/all-patch-versions
Jul 21, 2026
Merged

chore(deps): update all patch versions#1215
jaydeluca merged 1 commit into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint patch 0.22.80.22.9 age confidence
eclipse-temurin final digest d0eb1b9681c543
grafana/otel-lgtm patch 0.29.00.29.1 age confidence
rumdl patch 0.2.320.2.38 age confidence
com.google.cloud.tools.jib plugin patch 3.5.33.5.4 age confidence
org.graalvm.buildtools.native plugin patch 1.1.41.1.5 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.9

Compare Source

Fixed
  • stream lychee input files through stdin (#​400)
  • discover flint project root from parent mise files (#​401)
Other
  • add local flint testing guidance (#​402)
  • (deps) update taiki-e/install-action action to v2.83.1 (#​399)
grafana/docker-otel-lgtm (grafana/otel-lgtm)

v0.29.1

Compare Source

What's Changed

OpenTelemetry & LGTM
Other Changes

New Contributors

Full Changelog: grafana/docker-otel-lgtm@v0.29.0...v0.29.1

rvben/rumdl (rumdl)

v0.2.38

Compare Source

Added
  • md044: add ignore-frontmatter-fields option (b664e5a)
  • config: warn when an inline enable cannot re-enable a config-disabled rule (a74a923)
Fixed
  • md044: stop flagging proper names inside frontmatter file paths (35649d9)
  • md022: stop panicking when one blank-line requirement is unlimited (8a25eb2)
  • config: report unknown option keys in inline configure-file comments (8f4c0ea)
  • config: apply markdownlint-configure-file when the comment spans lines (7a023a5)
  • config: honor booleans and alias keys in markdownlint-configure-file (#​745) (acefc19)

Downloads

File Platform Checksum
rumdl-v0.2.38-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.38-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.38-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.38-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.38-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.38-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.38-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
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

Compare Source

Added
  • reflow: add atomic_spans configuration and refactor inline wrapping (#​742) (aeabec1)
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)

Downloads

File Platform Checksum
rumdl-v0.2.37-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.37-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.37-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.37-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.37-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.37-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.37-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
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

Compare Source

Added
  • code-block-tools: add shuck:format as a built-in shell formatter (5b23261)
Fixed
  • wasm: stop double-converting already-character-based columns (4178cdf)
  • tests: resolve String addition compilation errors under Rust 1.96 (#​737) (38f36cf)

Downloads

File Platform Checksum
rumdl-v0.2.36-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.36-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.36-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.36-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.36-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.36-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.36-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
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

Compare Source

Added
  • cli: honor --deny-config-warnings on the stdin path (0f93ca5)
  • cli: make --deny-config-warnings cover inline disable-comment rule names (96d75f5)
  • cli: add --deny-config-warnings for config-file and CLI-flag problems (5045daf)
  • reflow: support breaking within emphasis spans (2e8bded)
Fixed
  • reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
  • cli: walk directory arguments even when file paths are also passed (d058273)
  • lsp: honor line anchors in goto-definition (17a21e7)
  • md077: attribute middle-level continuation lines to their own list item (c73763b)

Downloads

File Platform Checksum
rumdl-v0.2.35-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.35-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.35-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.35-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.35-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.35-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.35-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
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.34

Compare Source

Added
  • code-block-tools: restore shuck as a built-in shell linter (da66447)
Performance
  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)

Downloads

File Platform Checksum
rumdl-v0.2.34-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.34-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.34-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.34-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.34-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.34-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.34-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
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.33

Compare Source

Fixed
  • md044: stop flagging proper names inside bare URLs (5e9b51a)
  • md040: recognize file-extension fence labels as known languages (686ba20)
  • cli: replace unhelpful panic message with an actionable one (#​717) (37ac880)
  • reflow: re-search cached inline-math after a dollar sign (a30a4f9)
  • reflow: support multiple backticks and optimize code span parsing (81944c5)
  • md013: stop reflow from starting lines with block markers (eebd18b)
Performance
  • reflow: implement cached match lookups to prevent quadratic suffix scanning (1cc8d2b)

Downloads

File Platform Checksum
rumdl-v0.2.33-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.33-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.33-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.33-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.33-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.33-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.33-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.5

Compare Source

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.4...1.1.5


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 07:59 AM, only on Tuesday (* 0-7 * * 2)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 review from a team as code owners July 21, 2026 00:13
@jaydeluca
jaydeluca merged commit 879cce5 into main Jul 21, 2026
17 checks passed
@jaydeluca
jaydeluca deleted the renovate/all-patch-versions branch July 21, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant