Skip to content

fix(deps): update all patch versions - #1236

Merged
jaydeluca merged 1 commit into
mainfrom
renovate/all-patch-versions
Aug 4, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
prom/prometheus digest 3c42b89508729e
prom/prometheus patch v3.13.1v3.13.2 age confidence
rumdl tools patch 0.2.430.2.49 age confidence
io.grpc:protoc-gen-grpc-java dependencies patch 1.83.01.83.1 age confidence
io.grpc:grpc-stub dependencies patch 1.83.01.83.1 age confidence
io.grpc:grpc-services dependencies patch 1.83.01.83.1 age confidence
io.grpc:grpc-protobuf dependencies patch 1.83.01.83.1 age confidence
io.grpc:grpc-netty-shaded dependencies patch 1.83.01.83.1 age confidence
org.graalvm.buildtools.native plugin patch 1.1.61.1.7 age confidence

Release Notes

prometheus/prometheus (prom/prometheus)

v3.13.2: 3.13.2 / 2026-07-29

Compare Source

What's Changed

Full Changelog: prometheus/prometheus@v3.13.1...v3.13.2

rvben/rumdl (rumdl)

v0.2.49

Compare Source

Security
  • config: keep an extends target's path and contents out of messages about it (72bcb49)

    An extends value is expanded from the environment before it is resolved, so naming the
    resolved path in an error or warning printed environment variable values wherever that
    message went, which under CI is the build log. extends also points at an arbitrary path,
    so a target that is not valid TOML had its offending line quoted back. A file reached
    through extends is now named by the reference as written, and its own text is never
    repeated. A config you name yourself is unchanged, and rumdl config, the language server's
    report to its editor, and RUST_LOG=debug still show resolved paths.

    Reported privately by Shuvam Kumar.

Fixed
  • md072: keep every trailing newline when sorting frontmatter keys (a5e7c40)
  • fix-utils: measure fix ranges against the content the rule read (2ed4238)
  • md044: read a wikilink's display text, not the page name it hides (51d584e)
  • md039: keep wikilinks and nested images intact when trimming link text (aabd859)
  • md045,md057,md044: stop reporting wiki embeds as images (1147d17)
  • md058,md065: preserve the trailing newline when inserting blank lines (#​783) (0ba54ce)
  • md013: track line numbers in BlockBuilder for list reflow (#​780) (56e2b3f)
  • mkdocs: read an indented code block inside a container body as code (9439134)
  • md087,inline-config: judge directives in indented container bodies (9285de1)
Performance
  • md038: judge nested backticks against the outermost spans on a line (b02ea88)

Downloads

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

Compare Source

Added
  • md087: report inline disable comments that suppress nothing (40fc37d)
  • md051,md057: check path-shaped frontmatter values behind an option (98a0ff0)
  • md033: add allowed-inside and a no-markdown-equivalent allowlist value (cb0ba51)
  • name rules by their readable name in generated output (3b196d8)
  • md082: add allow-parent-headings to accept a heading with subsections (662d570)
  • md040: add custom-languages for fence labels Linguist does not know (1eda9f4)
  • md086: add rule for unclosed comment delimiters (6cbd27f)
  • md057: report relative links that point at their own file (7fd85fe)
  • lsp: report inline config problems as diagnostics (20acc02)
Fixed
  • md063: name the documented style spellings when a style is invalid (5476db8)
  • md013: exempt an HTML-only line in a blockquote inside a list item (98e5d34)
  • md013: exempt nested standalone links (3be374e)
  • md013: adjust paragraph reflow limit for common indent (2f7c68e)
  • md032: avoid warning on pseudo-list markers after recognized lists (71e6ff5)
  • md062: preserve parentheses in link destinations (8ec2eea)
  • md051: resolve cross-file links whose path carries a query string (8876d46)
  • md051,md057: read frontmatter in documents that hold no body links (5f35562)
  • md040: take disabled fences out of the label vote by the shared state (dd7011d)
  • md040: honor a rule alias in a disable comment (7b86267)
  • md040: reject custom-languages entries containing whitespace (651a7ec)
  • md040: stop normalizing fence labels to an invalid preferred alias (7c10626)
  • config: apply map-valued rule options set in rumdl.toml (a8ff5b6)
  • inline-config: ignore directives inside indented code blocks (fee4d6f)
  • config: warn when an inline enable targets a per-file-ignored rule (3c3837f)
  • lsp: measure diagnostic positions in UTF-16 code units (3cb34b4)
  • comments: read an unclosed comment in a container body, not in code (85bd3f8)
  • comments: hide the block an unclosed <!-- opens from every rule (27c247c)
  • md086: keep reporting an Obsidian opener below an unclosed HTML one (a05dff9)
  • md086: don't report a comment opener the other syntax hides (4d589a1)
  • comments: ignore Obsidian comment delimiters inside front matter (441a0a4)
  • comments: ignore comment delimiters inside front matter (dded694)
  • comments: end an HTML comment at the first --> after the opener (274166a)
  • md057: keep search paths a fallback when matching a link to its own file (26e88cc)
  • md057: anchor reference definition fixes to the link destination (b930b71)
  • lsp: use defaults when a workspace root's own scope cannot be resolved (d1777ce)
  • cli: count fixes a document enables with an inline configure-file comment (f17a5eb)
  • lsp: resolve a secondary workspace root's own configuration (41b9a22)
  • cli: count an unloadable subdirectory config as a config warning (648aa72)
  • md041: report the fix capability its opt-in fix enables (ed30c9a)
  • lsp: resolve workspace configuration from the workspace root (8e0fcee)
Performance
  • md062,lint-context: scan link escapes in one forward pass (8fff82b)

Downloads

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

Compare Source

Added
  • md084: flag deprecated and markup-unsuitable Unicode code points (bac271b)
  • md013: measure reflowed lines with the check's length exemptions (2063a81)
Fixed
  • md013: take the space before an inline span from the source (038dc39)
  • md084: report invisible characters orphaned mid-line by an annotation delimiter (a3e6152)
  • md084: keep orphaned selectors visible beside an annotation delimiter (4a2dec0)
  • md084: keep the removal fix for invisible deprecated code points (ab37e5d)
  • md013: keep protecting an element a reflow break carried forward (d86470b)
  • md013: break semantic lines only where the source has whitespace (3fd88b7)

Downloads

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

Compare Source

Fixed
  • discovery: stop reading gitignores above the repository root (2ff6e98)
  • cli: lint markdown files whose extension is capitalized (baece97)
  • cli: report why a run checked no markdown files (f0a0c61)
  • md013: keep a quoted question inside its sentence when splitting (2cef5ec)

Downloads

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

Compare Source

Fixed
  • md013: keep every word when a sentence boundary falls inside emphasis (207823b)
  • md037: don't flag text between emphasis spans when a span wraps (17db4f9)
Changed
  • md013: reflow output changed for emphasis spanning several sentences. In
    sentence-per-line and semantic-line-breaks modes, **First. Second.** now
    becomes **First.\nSecond.** instead of **First.**\n**Second.**. Reopening the
    markers on each line replaced the sentence-separating space with a marker pair,
    which deleted the space and, on many inputs, whole words. A line break inside a
    span is whitespace in CommonMark, so the rendered output is unchanged.

Downloads

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

Compare Source

Added
  • config: read .editorconfig when a project opts in (c215175)
  • md085: add opt-in rule for paragraph continuation indentation (f929e82)
  • md063: add sentence-case-restart-after option (498d922)
  • md041: add allow-preamble option (72ca4f4)
  • md013: add math-blocks option to exempt display math from the length check (e75ea67)
Fixed
  • md013: don't reflow display math blocks or the prose written against their delimiters (bda0cc5, c03c883)
  • watch: re-run when a config above the watched path changes (d085756)
  • lsp: stop caching a config that could not be resolved (151f8e2)
  • lsp: resolve to defaults when a file's config cannot be loaded (76165f9)
  • lsp: surface a broken user config instead of falling back to a parent (0c315ea)
  • lsp: resolve a discovered config the same way the CLI does (a6724d2)
  • md013: wrap paragraphs before numbers that only look like list markers (099a900)
  • md037,md052: check emphasis and references inside table cells (0e4859c)

Downloads

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

grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.83.1

gRPC Java 1.83.1 Release Notes
Improvements
  • netty: Fix client-initiated stream limit bypass in NettyServerHandler (#​12942). Enforces the limit proactively at startup without waiting for SETTINGS_ACK
  • core: Coalesce Contiguous Small Buffers for ReadableBuffer (#​12944)
graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.7

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.

@renovate
renovate Bot requested review from a team as code owners August 4, 2026 00:35
@jaydeluca
jaydeluca merged commit 067ae79 into main Aug 4, 2026
17 checks passed
@jaydeluca
jaydeluca deleted the renovate/all-patch-versions branch August 4, 2026 01:01
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