Skip to content

Update all patch versions#2902

Merged
laurit merged 2 commits into
mainfrom
renovate/all-patch-versions
Jun 9, 2026
Merged

Update all patch versions#2902
laurit merged 2 commits into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint patch 0.22.40.22.5 age confidence
grafana/flint patch v0.22.4v0.22.5 age confidence
rumdl patch 0.2.40.2.10 age confidence
com.uber.nullaway:nullaway dependencies patch 0.13.40.13.6 age confidence
com.github.luben:zstd-jni dependencies patch 1.5.7-91.5.7-10 age confidence
net.bytebuddy:byte-buddy-agent (source) dependencies patch 1.18.91.18.10 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.5

Compare Source

Fixed
  • trigger full lint when node runtime updates (#​328)
  • normalize renovate-deps version and manager shapes (#​326)
Other
  • clarify Flint check model (#​317)
  • (deps) update taiki-e/install-action action to v2.79.15 (#​329)
  • (deps) update taiki-e/install-action action to v2.79.14 (#​327)
  • (deps) update dependency mise to v2026.5.16 (#​324)
  • (deps) lock file maintenance (#​325)
  • (deps) update taiki-e/install-action action to v2.79.11 (#​322)
  • (deps) update dependency rust to v1.96.0 (#​323)
  • (deps) update taiki-e/install-action action to v2.79.10 (#​321)
  • (deps) update taiki-e/install-action action to v2.79.9 (#​319)
  • (deps) update taiki-e/install-action action to v2.79.8 (#​316)
rvben/rumdl (rumdl)

v0.2.10

Compare Source

Added
  • config: warn when multiple rumdl configs shadow each other in a directory (49cd393)
Fixed
  • config: apply inline --config overrides to subdirectory config groups (45800e8)
  • config: anchor multi-path config discovery at the common ancestor of the target paths (5b0d3c7)
  • config: discover global config from cwd for multi-path runs (#​660) (3c28327)
  • config: show shadowed-config warning paths relative to their directory (37358a1)

Thanks to @​darwin for reporting and contributing the initial fix for multi-path config discovery in #​660.

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

Compare Source

Added
Fixed
  • md022: keep the blanks-around-headings fix idempotent when a heading sits between a list and a list marker
  • md030: reject out-of-range ol-align-column values (3620545)
  • md030: keep nested content attached when a marker widens (#​657) (3bcc4c4) - thanks @​chandlerc
Downloads
File Platform Checksum
rumdl-v0.2.9-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.9-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.9-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.9-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.9-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.9-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.9-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.8

Compare Source

Added
  • code-block-tools: add deno fmt as a built-in formatter (755b086)
  • junit: report passing files, not just failures (dc8a964)
  • code-block-tools: generate built-in tools docs table from the registry (fe9d52c)
Fixed
  • code-block-tools: drop rubocop (not usable as a generic code-block linter) (fa7fa83)
  • code-block-tools: correct and drop built-ins after verifying real binaries (9106da9)
  • code-block-tools: correct shellcheck invocation, drop unworkable eslint (415fab0)
  • MD026: make trailing-punctuation removal idempotent (3dfeb83)
  • config: bound project config discovery at the home directory (0cdf3b7)
  • tables: use real line terminator for byte offsets in table detection (751b158)
Downloads
File Platform Checksum
rumdl-v0.2.8-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.8-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.8-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.8-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.8-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.8-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.8-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.7

Compare Source

Fixed
  • MD077: normalize over-indented loose list continuation (6b9fcee)
Downloads
File Platform Checksum
rumdl-v0.2.7-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.7-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.7-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.7-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.7-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.7-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.7-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.6

Compare Source

Fixed
  • MD062: treat a lone quote in a link destination as part of the URL (b3aea98)
  • config: stop directory config discovery at the canonical project root (ef9f3f6)
  • config: match root config by canonical path in per-directory resolution (4442a9f)
  • output: relativize the verbose 'Processing file' path on Windows (35986d6)
  • output: normalize remaining displayed paths to forward slashes on Windows (dbfb3ef)
  • output: use forward slashes in displayed paths on Windows (7049c01)
  • MD049,MD037: Preserve inline code inside emphasis during auto-fix (#​652) (a1b1055)
Downloads
File Platform Checksum
rumdl-v0.2.6-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.6-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.6-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.6-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.6-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.6-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.6-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.5

Compare Source

Added
  • lsp: resolve buffer-file links and extend hover previews (94e088a)
Fixed
  • md034: don't flag URLs in JSX component attributes (MDX) (5ed2c5d)
  • md013: avoid byte-slice underflow on all-emphasis lines (ad5647a)
  • fix-utils: reject non-char-boundary ranges in validate_fix_range too (9d07c16)
  • md072: span quoted keys fully in unsorted-key diagnostics (8aa9140)
  • config: don't create phantom rule entries for unconvertible values (4b21cb0)
  • md004: guard empty marker in count_marker_prevalence too (5584c23)
  • config: keep pyproject [tool.rumdl] with only cache=true set (774a1b3)
  • wasm: cover AzureDevOps and MyST flavors in round-trip test (58f8d0d)
  • config: tighten pyproject rumdl-section detection (b8a5966)
  • config: keep pyproject [tool.rumdl] with only scalar globals (7da87d7)
  • md078,md079: declare Unfixable to match fix() returning Err (d1d838a)
  • config: skip unconvertible markdownlint values instead of exiting (9bfc296)
  • md004: guard against empty list marker instead of unwrapping (a73d0bf)
  • check: emit cross-file diagnostics in a stable path order (8eb5027)
  • md063: preserve URLs with nested parens and image alt text (ba68a84)
  • md057: only treat bare .com domains as external, not relative paths (a0f8a86)
  • md046: no trailing spaces on blank lines and tighter list detection (eceb1d6)
  • md072: preserve trailing newline and sort quoted keys by content (73f80cf)
  • fix-utils: reject fix ranges that split UTF-8 codepoints (1ded124)
  • md033: avoid non-char-boundary panic on multi-byte whitespace in tags (5dfbec7)
Performance
  • md037: use cached HTML-comment lookup in the warning filter (e5dcf91)
  • lint-context: cache math byte ranges for is_in_math_context (33ff165)
  • md057: index lines via raw_lines() instead of lines().nth() (251e8ff)
  • md032: compare blockquote prefixes as &str without allocating (c4f37d6)
  • lint-context: skip kramdown masking when there are no extension lines (29378b2)
  • rules: use LazyLock regexes instead of the mutex-backed cache (f757bae)
  • workspace: clear reverse deps via the file's own links (f28a27d)
  • lint-context: precompute math-block closer lookahead (be6796a)
  • lint-context: make is_in_list_block/is_in_table_block O(1) (9dc96a4)
  • reflow: scan is_horizontal_rule without allocating a Vec (9664d22)
  • reflow: hoist char collection out of is_sentence_boundary (457cbad)
Downloads
File Platform Checksum
rumdl-v0.2.5-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.5-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.5-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.5-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.5-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.5-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.5-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.

uber/NullAway (com.uber.nullaway:nullaway)

v0.13.6

(NOTE: originally these notes appeared with the 0.13.5 release, but that release was pushed
incorrectly due to an error in our release process.)

Includes various bug fixes, particularly in JSpecify mode. Also, the nullaway-annotations
artifact now includes a @Contract annotation. NullAway also now has a built-in handler
to reason about field initialization in classes managed by Jakarta Persistence.

Work has begun on support for wildcards in JSpecify mode. Currently, this support is off
by default, guarded by the configuration flag HandleWildcardGenerics. The support still
has multiple known bugs, and we do not yet recommend enabling it.

  • Initial subtype checking for wildcards (#​1520)
  • Handle subtype checking for wildcard super bounds (#​1547)
  • Handle most remaining wildcard subtyping / containment cases (#​1548)
  • Test case for #​1528 (#​1556)
  • Initial inference for wildcards (#​1549)
  • Fix wildcard inference bug with method references (#​1553)
  • Fix nullability for return and parameter wildcards (#​1558)
  • Test case for trick to assert chain of accesses is non-null (#​1566)
  • Improve inference failure error message (#​1567)
  • Adjust more TreePaths to have correct leaf before calling getTreeType (#​1570)
  • Add Contract annotation to nullaway-annotations by @​codingkiddo (#​1569)
  • Run inference for generic method calls nested inside receivers (#​1571)
  • Refactor hasAnyAnnotationMatching method (#​1583)
  • Improve handling of var-declared local variables (#​1573)
  • Compensate for more annotations inserted by javac (#​1574)
  • Enable test for issue 1500 and add comment (#​1560)
  • Use ground target types when handling lambdas and method refs passed to generic methods (#​1575)
  • Fix for unbounded wildcard passed to @NullUnmarked type variable (#​1577)
  • Detect and warn on annotations directly on wildcard types (#​1579)
  • Enable HandleWildcardGenerics flag when building NullAway (#​1586)
  • Report error when @​Initializer is used on a constructor by @​Vinu2111 (#​1546)
  • Add a handler for Jakarta Persistence to reason about field initialization (#​1584)
  • Revert "Report error when @​Initializer is used on a constructor (#​1546)" (#​1588)
  • Maintenance
    • Use Jacoco 0.8.15 snapshot (#​1550)
    • Update to Gradle 9.5.0 (#​1554)
    • Test with latest Error Prone snapshot on CI (#​1555)
    • Add Spring Boot as an integration test (#​1557)
    • Enable generic bytecode tests on JDK 17 (#​1561)
    • Update spotless and guava-latest deps, removed unused semver4j (#​1562)
    • Use text blocks in more tests (#​1563)
    • Use text blocks for addInputLines and addOutputLines calls (#​1564)
    • Use Temurin JDK 17 always in CI (#​1565)
    • Tell agents not to run multiple Gradle builds in parallel (#​1582)
    • Update Codecov action to v6 (#​1587)

v0.13.5

Includes various bug fixes, particularly in JSpecify mode. Also, the nullaway-annotations
artifact now includes a @Contract annotation. NullAway also now has a built-in handler
to reason about field initialization in classes managed by Jakarta Persistence.

Work has begun on support for wildcards in JSpecify mode. Currently, this support is off
by default, guarded by the configuration flag HandleWildcardGenerics. The support still
has multiple known bugs, and we do not yet recommend enabling it.

  • Initial subtype checking for wildcards (#​1520)
  • Handle subtype checking for wildcard super bounds (#​1547)
  • Handle most remaining wildcard subtyping / containment cases (#​1548)
  • Test case for #​1528 (#​1556)
  • Initial inference for wildcards (#​1549)
  • Fix wildcard inference bug with method references (#​1553)
  • Fix nullability for return and parameter wildcards (#​1558)
  • Test case for trick to assert chain of accesses is non-null (#​1566)
  • Improve inference failure error message (#​1567)
  • Adjust more TreePaths to have correct leaf before calling getTreeType (#​1570)
  • Add Contract annotation to nullaway-annotations by @​codingkiddo (#​1569)
  • Run inference for generic method calls nested inside receivers (#​1571)
  • Refactor hasAnyAnnotationMatching method (#​1583)
  • Improve handling of var-declared local variables (#​1573)
  • Compensate for more annotations inserted by javac (#​1574)
  • Enable test for issue 1500 and add comment (#​1560)
  • Use ground target types when handling lambdas and method refs passed to generic methods (#​1575)
  • Fix for unbounded wildcard passed to @NullUnmarked type variable (#​1577)
  • Detect and warn on annotations directly on wildcard types (#​1579)
  • Enable HandleWildcardGenerics flag when building NullAway (#​1586)
  • Report error when @​Initializer is used on a constructor by @​Vinu2111 (#​1546)
  • Add a handler for Jakarta Persistence to reason about field initialization (#​1584)
  • Revert "Report error when @​Initializer is used on a constructor (#​1546)" (#​1588)
  • Maintenance
    • Use Jacoco 0.8.15 snapshot (#​1550)
    • Update to Gradle 9.5.0 (#​1554)
    • Test with latest Error Prone snapshot on CI (#​1555)
    • Add Spring Boot as an integration test (#​1557)
    • Enable generic bytecode tests on JDK 17 (#​1561)
    • Update spotless and guava-latest deps, removed unused semver4j (#​1562)
    • Use text blocks in more tests (#​1563)
    • Use text blocks for addInputLines and addOutputLines calls (#​1564)
    • Use Temurin JDK 17 always in CI (#​1565)
    • Tell agents not to run multiple Gradle builds in parallel (#​1582)
    • Update Codecov action to v6 (#​1587)
raphw/byte-buddy (net.bytebuddy:byte-buddy-agent)

v1.18.10

  • Delay change of default for unsage use to Java 26 and improve error message.

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 9, 2026 00:33
@renovate renovate Bot requested a review from a team as a code owner June 9, 2026 00:33
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 9, 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 encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot requested review from jack-berg and jeanbisutti June 9, 2026 00:33
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from ac9ba46 to 026b057 Compare June 9, 2026 07:08
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 026b057 to 743e3d4 Compare June 9, 2026 07:09
@github-actions github-actions Bot requested review from atoulme and breedx-splk June 9, 2026 07:19
@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@laurit laurit added this pull request to the merge queue Jun 9, 2026
Merged via the queue into main with commit 2d27042 Jun 9, 2026
23 checks passed
@laurit laurit deleted the renovate/all-patch-versions branch June 9, 2026 13:59
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