Skip to content

Update all patch versions#2950

Merged
laurit merged 1 commit into
mainfrom
renovate/all-patch-versions
Jun 30, 2026
Merged

Update all patch versions#2950
laurit merged 1 commit into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint patch 0.22.50.22.6 age confidence
gradle (source) patch 9.6.09.6.1 age confidence
grafana/flint patch v0.22.5v0.22.6 age confidence
otel/weaver final patch v0.24.1v0.24.2 age confidence
rumdl patch 0.2.200.2.26 age confidence
org.apache.kafka:kafka-clients dependencies patch 4.3.04.3.1 age confidence
com.squareup.wire plugin patch 6.4.06.4.5 age confidence
com.gradleup.shadow plugin patch 9.4.29.4.3 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.6

Compare Source

Added
Fixed
  • (renovate-deps) normalize tracked snapshot ordering (#​364)
Other
  • (deps) update node.js to v24.17.0 (#​356)
  • link to Flint blog post (#​368)
  • (deps) update taiki-e/install-action action to v2.82.2 (#​367)
  • (deps) update taiki-e/install-action action to v2.82.1 (#​366)
  • (deps) pin dependencies (#​363)
  • (deps) lock file maintenance (#​362)
  • (deps) update mise to v2026.6.11 (#​361)
  • (deps) update taiki-e/install-action action to v2.82.0 (#​358)
  • (deps) update dependency actions/checkout to v7 (#​359)
  • (deps) update dependency jdx/mise-action to v4.2.0 (#​357)
  • (deps) update taiki-e/install-action action to v2.81.11 (#​355)
  • update permissions (#​354)
  • (deps) lock file maintenance (#​353)
  • (deps) update mise to v2026.6.3 (#​352)
  • (deps) update taiki-e/install-action action to v2.81.10 (#​351)
  • (deps) update grafana/shared-workflows/lint-pr-title action to v1.2.3 (#​350)
  • (deps) update taiki-e/install-action action to v2.81.9 (#​349)
  • (deps) update taiki-e/install-action action to v2.81.8 (#​347)
  • (deps) update taiki-e/install-action action to v2.81.7 (#​346)
  • (deps) update taiki-e/install-action action to v2.81.6 (#​345)
  • (deps) lock file maintenance (#​342)
  • (deps) update dependency mise to v2026.6.0 (#​341)
  • (deps) update taiki-e/install-action action to v2.81.5 (#​343)
  • (deps) update dependency jdx/mise-action to v4.1.0 (#​340)
  • (deps) update taiki-e/install-action action to v2.81.4 (#​339)
  • (deps) update taiki-e/install-action action to v2.81.3 (#​338)
  • (deps) update dependency go to v1.26.4 (#​337)
  • (deps) update dependency actions/checkout to v6.0.3 (#​336)
  • (deps) update taiki-e/install-action action to v2.81.2 (#​335)
  • use shared workflow for PR title lint (#​318)
  • note zizmor drift from upstream tag movement (#​334)
  • (deps) update taiki-e/install-action action to v2.81.1 (#​333)
  • (deps) update taiki-e/install-action action to v2.81.0 (#​332)
  • (deps) update taiki-e/install-action action to v2.80.0 (#​331)
gradle/gradle (gradle)

v9.6.1

Compare Source

open-telemetry/weaver (otel/weaver)

v0.24.2: 0.24.2 - 2026-06-23

Compare Source

Release Notes

  • Fix boolean flags (--v2, --skip-policies, etc.) consuming the following positional argument; bare flags work again and --flag=false overrides .weaver.toml. (#​1532 by @​jerbly)

Install weaver 0.24.2

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-telemetry/weaver/releases/download/v0.24.2/weaver-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.24.2/weaver-installer.ps1 | iex"

Download weaver 0.24.2

File Platform Checksum
weaver-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
weaver-x86_64-apple-darwin.tar.xz Intel macOS checksum
weaver-x86_64-pc-windows-msvc.zip x64 Windows checksum
weaver-x86_64-pc-windows-msvc.msi x64 Windows checksum
weaver-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
weaver-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
weaver-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
weaver-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo open-telemetry/weaver

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
rvben/rumdl (rumdl)

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)

Downloads

File Platform Checksum
rumdl-v0.2.26-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.26-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.26-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.26-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.26-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.26-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.26-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.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)

Downloads

File Platform Checksum
rumdl-v0.2.25-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.25-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.25-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.25-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.25-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.25-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.25-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.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

Downloads

File Platform Checksum
rumdl-v0.2.24-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.24-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.24-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.24-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.24-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.24-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.24-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.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)

Downloads

File Platform Checksum
rumdl-v0.2.23-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.23-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.23-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.23-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.23-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.23-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.23-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.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)

Downloads

File Platform Checksum
rumdl-v0.2.22-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.22-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.22-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.22-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.22-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.22-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.22-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.21

Compare Source

Fixed
  • emphasis: align MD049 and MD037 with CommonMark flanking (#​681) (d1b9968)
  • ci: bump pinned Rust toolchain to 1.96.0 to unblock mise tool install (b2afd76)
Downloads
File Platform Checksum
rumdl-v0.2.21-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.21-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.21-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.21-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.21-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.21-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.21-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.

square/wire (com.squareup.wire)

v6.4.5

Compare Source

2026-06-29

Common
  • Security: Reject oversized lengths and fixed-width values that exceed the current reader limit in
    Java/Kotlin and Swift runtimes (#​3635, [GHSA-9rm7-3qhh-h2mc][GHSA-9rm7-3qhh-h2mc] reported by
    Ta Duc Thien and Duc Anh Nguyen)

v6.4.1

Compare Source


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.

Copilot AI review requested due to automatic review settings June 30, 2026 01:11
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026
@renovate renovate Bot requested a review from a team as a code owner June 30, 2026 01:11
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@laurit laurit added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit 8349e55 Jun 30, 2026
25 checks passed
@laurit laurit deleted the renovate/all-patch-versions branch June 30, 2026 06:52
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants