Skip to content

fix(deps): update all patch and minor versions - #1271

Merged
laurit merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions
Sep 9, 2026
Merged

fix(deps): update all patch and minor versions#1271
laurit merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
grafana/otel-lgtm patch 0.32.00.32.1 age confidence
otel/opentelemetry-collector-contrib minor 0.159.00.160.0 age confidence
rumdl tools patch 0.2.620.2.69 age confidence
org.slf4j:jul-to-slf4j (source, changelog) dependencies patch 2.0.182.0.19 age confidence
org.slf4j:slf4j-api (source, changelog) dependencies patch 2.0.182.0.19 age confidence
org.graalvm.buildtools.native plugin patch 1.1.111.1.12 age confidence
com.diffplug.spotless plugin patch 8.10.18.10.2 age confidence

Release Notes

grafana/docker-otel-lgtm (grafana/otel-lgtm)

v0.32.1

Compare Source

What's Changed

OpenTelemetry & LGTM

Full Changelog: grafana/docker-otel-lgtm@v0.32.0...v0.32.1

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.160.0

Compare Source

🚀 New components 🚀
  • spanpruningprocessor: Added missing spanpruningprocessor to otelcol-contrib (#​1608)
💡 Enhancements 💡
  • otelcol-contrib: Upgrade go.opentelemetry.io/obi to v0.11.0. (#​1604)
rvben/rumdl (rumdl)

v0.2.69

Compare Source

Fixed
  • MD032: recognize spaced nested blockquotes (974540f)
  • MD032: separate lists from standalone code fences (e335c58)
  • mdx: avoid parser panic on malformed Setext headings (5e4a387)
  • preserve markdown containing merge conflicts (8aabd3d)
  • deps: remove unmaintained paste and atomic-polyfill (e2ab5cb)

Downloads

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

Compare Source

Fixed
  • MDX: recognize Markdown links and images inside JSX elements, including generated reference tables, without requiring blank lines. This removes false MD091 warnings and lets normal link rules check the content. JavaScript expressions, JSX attributes, comments, and code are excluded, and link fixes preserve source labels and positions (#​801).
Performance
  • Reduce regex locking and redundant rule work.
  • Precompute proper-name lookups and streamline regex caching.

Downloads

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

Compare Source

Fixed
  • code-block-tools: survive a tool that exits without reading its input (a3f2b15)
  • MD042: do not report an image with an unparseable destination as an empty link (600236e)
  • code-block-tools: report missing tool binaries instead of passing silently (fd83c4b)
  • code-block-tools: report tool failures from the format path (4f92370)

Downloads

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

Compare Source

Fixed
  • MD051: GitHub-style anchors match GitHub.com for a § in the heading and for an emoji not surrounded by spaces (#​854) (d530737). A link written to the old slug is now reported, and MD073 regenerates the TOC entry of such a heading on its next fix; MD080 and the LSP heading rename use the same slug.
  • MD063: recognize an ordinal wrapped in punctuation (473bf51)
  • MD013: keep a link-only line inside the sentence it continues (3e767ee)
  • MD013: read require-sentence-capital when counting sentences (8706780)
Added
  • config: apply inline --config overrides to the non-rule sections (7737dca)
  • cli: accept format as a hidden alias for fmt (0cd9168)

Downloads

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

Compare Source

Added
  • MD091: add opt-in rule for markdown inside HTML blocks (4333acf)
  • cli: add --no-code-block-tools and --only-code-block-tools mode flags (#​829) (fc410f7)
  • config: show every configuration section in rumdl config (#​851) (4dc0d30)
Fixed
  • config: parse [tool.rumdl.code-block-tools] in pyproject.toml (#​851) (87b159d)
  • config: report a malformed code-block-tools section (ed1b7c5)
  • config: report the line length MD013 enforces (a4bf2a7)
  • config: state that an empty section in rumdl config is empty (cac7b76)
  • config: print each code-block-tools setting on one line (02ba15d)
  • MD046: preserve code blocks during style conversion (9f13f3b)
  • MD063: preserve the English first-person pronoun in sentence-case headings (#​845) (35b2df9)
  • MD063: honor pronoun boundaries and explicit ignores (0604c03)

Downloads

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

Compare Source

Added
  • flavor: add preview support for GitHub Agentic Workflows (gh-aw), including imports and current conditional branch syntax (39f7263)
  • Rust API: add MarkdownFlavor::GhAw; downstream exhaustive matches must handle the new variant
  • MD089: add opt-in cjk-spacing rule (50f40a2)
  • MD089: add configuration for cjk-spacing symbol sets (868e933)
  • unicode: add is_cjk_letter predicate (087e518)
Fixed
  • MD013: handle sentences ending before code spans in sentence-per-line reflow (#​811, #​812) (576e2c1)
  • MD022: accept per-level arrays during validation (976087c)
  • MD051: slug headings with the whitespace an anchor element leaves (04cbfc2)
  • MD057: exclude Markdown-looking frontmatter strings from body link validation and workspace indexing (39f7263)
  • MD041: never move or promote headings across GitHub Agentic Workflow control boundaries (39f7263)
  • MD063: capitalize opening link labels in sentence case (88ea8b7)
  • MD073: skip TOC entries for headings that slug to nothing (41e2312)
  • docs: improve responsive accessibility (4b54ce5)

Downloads

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

Compare Source

Added
  • brand: refine wordmark typography (e871dcb)
  • playground: rebuild browser editor (35e27df)
  • analytics: classify aggregate referral sources (3cc0ef2)
  • brand: add social previews and npm identity (d6971f6)
  • docs: restore terminal capture colors (eccf710)
  • docs: frame terminal capture (084fc30)
  • docs: use real terminal capture (e417bae)
  • docs: replace hero proof with real terminal (6c66a07)
  • docs: sharpen homepage activation path (a60b622)
  • docs: expose private adoption snapshot (da299bb)
  • brand: adopt Heading Pulse identity (1a05c28)
  • docs: activate adoption analytics and reporting (3a0b64f)
  • docs: improve website and product documentation (ad4ebf9)
Fixed
  • deps: update vulnerable development dependencies (8489019)
  • MD051: register HTML anchors as browsers resolve them (e4615b0)
  • MD063: preserve every inline HTML tag in headings (e5de9cf)
  • MD073: read TOC markers and heading anchors as rendered (6a8eba2)
  • MD061: preserve matched term casing in diagnostics (11bf7cd)
  • MD029: check parenthesized markers and ordered-only documents (c67c96c)
  • MD041: promote only paragraph lines and measure title length in characters (faba034)
  • MD026: keep entity and emoji shortcode delimiters in headings (ab0886d)
  • MD009: honor br-spaces below 2 as no line-break exception (39bba7c)
  • docs: sharpen closing invitation (32f8e33)
  • docs: clarify repository check actions (136eb57)
  • docs: restore homepage documentation gateway (db5ae8f)
  • output: show full Windows paths without the verbatim prefix (2dbfd15)
  • output: drop the Windows verbatim prefix from SARIF artifact URIs (c9a8758)
  • output: harden machine-readable formats (3e2816d)
  • docs: ignore out-of-contract adoption rows (473620d)
  • docs: enforce analytics event contract (cc7d4c8)
  • docs: make uvx the primary trial command (3fc2727)
  • cli: honour --disable all and disable = ["all"] in rumdl check (22a3b37)
  • docs: bind production analytics dataset (33f26c9)
  • docs: make homepage links verifiable (df67325)

Downloads

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

Compare Source

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.11...1.1.12


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 September 8, 2026 05:18
@renovate
renovate Bot force-pushed the renovate/all-patch-and-minor-versions branch from 943deaf to 4c17313 Compare September 8, 2026 10:44
@renovate
renovate Bot force-pushed the renovate/all-patch-and-minor-versions branch from 4c17313 to a1f52a7 Compare September 9, 2026 00:26
@laurit
laurit merged commit b2be520 into main Sep 9, 2026
16 checks passed
@laurit
laurit deleted the renovate/all-patch-and-minor-versions branch September 9, 2026 05:54
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.

2 participants