Skip to content

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

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

laurit merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
eclipse-temurin (source) final digest 15090d1 → bb036ed
grafana/otel-lgtm patch 0.33.0 → 0.33.1 age confidence
jaegertracing/jaeger minor 2.20.0 → 2.21.0 age confidence
otel/opentelemetry-collector-contrib minor 0.160.0 → 0.161.0 age confidence
rumdl tools patch 0.2.73 → 0.2.75 age confidence
io.prometheus:prometheus-metrics-exporter-opentelemetry dependencies minor 1.8.0 → 1.9.0 age confidence
io.prometheus:prometheus-metrics-exporter-httpserver dependencies minor 1.8.0 → 1.9.0 age confidence
io.prometheus:prometheus-metrics-core dependencies minor 1.8.0 → 1.9.0 age confidence
com.google.protobuf:protoc (source) dependencies patch 4.36.1 → 4.36.2 age confidence
com.google.protobuf:protobuf-java-util (source) dependencies patch 4.36.1 → 4.36.2 age confidence
org.graalvm.buildtools.native plugin patch 1.1.12 → 1.1.14 age confidence

Release Notes

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

v0.33.1

Compare Source

What's Changed

OpenTelemetry & LGTM
Other Changes

New Contributors

Full Changelog: grafana/docker-otel-lgtm@v0.33.0...v0.33.1

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

v0.161.0

Compare Source

🛑 Breaking changes 🛑
💡 Enhancements 💡
  • otelcol-contrib: Upgrade go.opentelemetry.io/obi to v0.13.0 (#​1643)
rvben/rumdl (rumdl)

v0.2.75

Compare Source

Added
  • md093: add opt-in rule for inline formatting in headings (ed627ef)
Fixed
  • md013: add opt-in link text wrapping (effdb6a)
  • MD013: protect opt-in bracket display math during reflow (e2c7fe8)
  • MD044: add opt-in whole-word matching for identifiers (013621e)

Downloads

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

Compare Source

Added
  • code-block-tools: add explicit rumdl, oxfmt, djlint, and shuck modes (77f0e55)
Fixed
  • MD092: allow scoped suppression of documented conflicts (6f9a6cb)
  • MD032: keep parent list items open after nested lists (952c507)
  • MD026: delete a setext heading's trailing punctuation where it stands (7f0981c)
  • parser: keep link reference definitions out of a setext heading (80fdfc3)
  • parser: read the whole paragraph as a setext heading (5d7b046)
  • parser: lint the headings a short or quoted setext underline makes (e183924)
  • parser: keep a container open below a block written inside it (e2c13b7)
  • parser: read an empty list item under a paragraph as its text (68a04ae)
  • MD013: write one space at a soft break after a trailing space (6388794)
  • MD013: keep a whole-line display math expression on its own line (cc518ab)
  • MD013: read no math span through a code span (f069246)
  • MD013: keep a definition-list marker written on its own line (7e11b9e)
  • MD013: split a CJK sentence only where its delimiter runs pair (06ba814)
  • MD013: keep a closing bracket with the CJK sentence it ends (a2a82de)
  • MD057: require the link target's exact case on case-insensitive filesystems (202da50)
  • MD057: check inline links whose text wraps onto another line (943d1de)
  • parser: read a link label to the bracket the inline parse closes it at (8ace221)
  • parser: read no setext heading inside an HTML block (9eebbd3)
  • parser: end a paragraph at an MDX flow expression (8f2def2)
  • MD090: report a break under the underline of an equals setext heading (b78d5eb)
  • MD065: keep the underline of a quoted setext heading (320b7d0)
  • parser: detect setext headings that start with markup or sit in a blockquote (5513bb8)
  • lsp: apply only the fixes rumdl fmt applies in Fix all (1c7aabe)
  • discovery: match a rooted Windows path without a drive against absolute exclude patterns (a021a02)
  • mdx: pass the MDX recovery tests in builds without debug assertions (adb5d17)
  • cli: mark fixed the finding the fix resolved when another says the same thing (9061b88)
  • stdin: write a piped document back unchanged when no fix applies (6ed5b5b)
  • cli: keep a diff out of JSON Lines output (15a575b)
  • cli: list beside a diff the findings it leaves unfixed (c5a5c7a)
  • cli: keep each Rust doc comment line's prefix when a fix adds or removes lines (b48d4b6)
  • cli: state each summary count once, with singular nouns for one (fc451cb)
  • stdin: honor fmt --check, fmt --diff and check --diff for piped documents (bb95a6d)
  • cli: print --diff and fmt --check output as a patch git apply accepts (48af0f0)
  • discovery: exclude a named or piped file whenever a directory walk would skip it (009e440)
  • stdin: apply exclude patterns to --stdin-filename and --stdin-batch paths (6cf7b89)

Downloads

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

prometheus/client_java (io.prometheus:prometheus-metrics-exporter-opentelemetry)

v1.9.0

Compare Source

Features
  • support metric name filtering in OpenTelemetry exporter (#​2344) (9b0ede8)
Bug Fixes
  • avoid protobuf debug reflection in native images (#​2251) (7f899e7)
  • bound HTTPServer request resources (#​2333) (33ec556)
  • bound observation buffering during collection (#​2336) (43788f5)
  • bound scrape query parameters (#​2334) (27e1912)
  • ci: skip benchmark report for skipped runs (#​2422) (40eddb0)
  • clarify benchmark regression report verdicts (#​2394) (e5fa067)
  • deps: update dependency com.google.guava:guava to v33.7.0-jre (#​2387) (bf0db49)
  • deps: update dependency io.dropwizard.metrics:metrics-core to v4.2.40 (#​2432) (dd88326)
  • deps: update dependency io.dropwizard.metrics5:metrics-core to v5.0.8 (#​2433) (42f3c8a)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.29.0-alpha (#​2235) (cf9f702)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.30.0-alpha (#​2328) (1ca2716)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.30.0-alpha (#​2330) (07623c1)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.31.0-alpha (#​2401) (6c26619)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.31.0-alpha (#​2402) (ac0d68a)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.31.1-alpha (#​2409) (5eea652)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.31.1-alpha (#​2410) (0bcef89)
  • deps: update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.23 (#​2241) (a017f80)
  • deps: update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.24 (#​2294) (63967bd)
  • deps: update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.25 (#​2389) (92f8344)
  • deps: update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.26 (#​2477) (05146c0)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v4.1.1 (#​2399) (a0b0880)
  • deps: update jetty monorepo to v12.1.11 (#​2279) (4dc54da)
  • deps: update jetty monorepo to v12.1.12 (#​2371) (08967e0)
  • deps: update jetty monorepo to v12.1.13 (#​2459) (b217f05)
  • deps: update junit-framework monorepo to v6.1.2 (#​2300) (5966d1d)
  • deps: update junit-framework monorepo to v6.1.3 (#​2374) (d1ade52)
  • deps: update otel.instrumentation.version (#​2236) (158230d)
  • deps: update protobuf (#​2400) (e2db1ed)
  • deps: update protobuf (#​2438) (8ad6fa8)
  • deps: update protobuf to v4.35.1 (#​2221) (cf17073)
  • disable micrometer compat build cache (#​2457) (6a40eda)
  • drop +Inf bound from OpenTelemetry classic histogram boundaries (#​2458) (a3bce9a)
  • exposition: export internal package for OSGi resolution (#​2415) (28b503d)
  • httpserver: make scrape error responses secure and configurable (f6d9df5)
  • include counter names in negative value errors (#​2315) (ea8f935)
  • include license files in release source jars (#​2250) (08cf925), closes #​2216
  • keep late observations out of subsequent collection buffers (#​2471) (d78b149)
  • keep PR title check required after rebases (#​2414) (e3d4c3b)
  • prevent buffer stripe index overflow (#​2331) (b6cd000)
  • redact invalid configuration values (#​2335) (7e7e533)
  • show uncertainty in benchmark comparisons (#​2476) (398d087)
  • stabilize OpenTelemetry exporter builder API (#​2257) (09e6e2d)
  • Summary quantiles collapsing for targeted quantiles with 2*epsilon >= 1-quantile (#​2396) (9c7479f)
  • update component-prefixed action tags (#​2419) (4acf481)
Performance Improvements
  • skip snapshot rebuild in mergeDuplicates when names are unique (#​2441) (8722230)
Documentation
graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.14

Compare Source

v1.1.13

Compare Source

What's Changed

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


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 22, 2026 07:59
@laurit
laurit merged commit 09a1d98 into main Sep 22, 2026
17 checks passed
@laurit
laurit deleted the renovate/all-patch-and-minor-versions branch September 22, 2026 08:08
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