Skip to content

Update all patch and minor versions - #570

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

Update all patch and minor versions#570
laurit merged 2 commits into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint tools patch 0.22.100.22.11 age confidence
gradle (source) patch 9.7.09.7.1 age confidence
grafana/flint patch v0.22.10v0.22.11 age confidence
checkstyle (source) dependencies minor 14.0.014.1.0 age confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies patch 8.10.08.10.1 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.11

Compare Source

Added
  • (cli) add changed-files command (#​493)
  • track GitHub Action ref metadata (#​492)
Fixed
  • (renovate-deps) keep invalid action values (#​496)
  • (java) order formatting after regex replacements (#​486)
Other
  • (deps) update taiki-e/install-action action to v2.86.2 (#​495)
  • (deps) update rust crate similar to v3.2.0 (#​494)
  • (deps) update taiki-e/install-action action to v2.86.1 (#​491)
  • (deps) update taiki-e/install-action action to v2.86.0 (#​490)
  • (renovate) use native mise checksum updates (#​489)
  • (deps) update taiki-e/install-action action to v2.85.14 (#​488)
  • (deps) update linters (#​463)
  • (deps) update dependency jdx/mise-action to v4.2.5 (#​484)
  • (deps) update dependency go to v1.26.6 (#​483)
  • (deps) update taiki-e/install-action action to v2.85.13 (#​485)
  • (deps) lock file maintenance (#​482)
  • (deps) update dependency mise to v2026.8.5 (#​481)
  • (deps) update taiki-e/install-action action to v2.85.11 (#​480)
  • (deps) update taiki-e/install-action action to v2.85.10 (#​479)
  • (deps) update actions/attest-build-provenance action to v4.2.2 (#​478)
  • (deps) update dependency swatinem/rust-cache to v2.9.2 (#​476)
  • (deps) update taiki-e/install-action action to v2.85.9 (#​477)
  • (deps) lock file maintenance (#​475)
  • (deps) update dependency mise to v2026.8.2 (#​474)
  • (deps) update rust crate similar to v3.1.2 (#​471)
  • (deps) update taiki-e/install-action action to v2.85.8 (#​473)
  • (deps) update rust crate globset to v0.4.20 (#​472)
  • (deps) update node.js to v24.19.0 (#​470)
  • (deps) update taiki-e/install-action action to v2.85.7 (#​469)
  • (deps) update taiki-e/install-action action to v2.85.6 (#​468)
  • (deps) update dependency jdx/mise-action to v4.2.4 (#​467)
  • add renovate schedule (#​466)
  • (deps) update taiki-e/install-action action to v2.85.5 (#​461)
  • (deps) update dependency mise to v2026.7.18 (#​462)
  • (deps) lock file maintenance (#​464)
  • (deps) update taiki-e/install-action action to v2.85.4 (#​460)
  • (deps) update rust crate toml to v1.1.4 (#​459)
  • (deps) update taiki-e/install-action action to v2.85.3 (#​458)
  • (deps) update actions/attest-build-provenance action to v4.1.1 (#​457)
  • update renovate config (#​456)
  • (deps) update node.js to v24.18.1 (#​455)
  • (deps) update taiki-e/install-action action to v2.85.2 (#​454)
  • explain release mise isolation (#​453)
  • limit release builds to Rust toolchain (#​450)
  • (deps) update taiki-e/install-action action to v2.85.1 (#​452)
  • (deps) update dependency jdx/mise-action to v4.2.3 (#​451)
gradle/gradle (gradle)

v9.7.1

Compare Source

checkstyle/checkstyle (checkstyle)

v14.1.0

Checkstyle 14.1.0 - https://checkstyle.org/releasenotes.html#Release_14.1.0

New:

#​14872 - UnnecessaryParentheses: no violation if casting is present before expression.
#​21163 - SuppressWarnings: no support for module declarations.
#​21161 - NoLineWrap: no support for module declarations.
#​21162 - OpenjdkAnnotationLocation: no support for module declarations.
#​20692 - new Check: ExpressionOverBlockLambda.
#​21062 - New Check: InappropriateJavadocBlockTagsOnField.
#​19967 - New Check: ModuleImportOrder.
#​21063 - New Check: InappropriateJavadocBlockTagsOnPackage.
#​21088 - New Check: ModuleDirectiveOrder.
#​19968 - New Check: AvoidModuleImport.
#​20982 - New check: JavadocEndCommentDelimiter.
#​19885 - New Check: UnnecessaryFullyQualifiedTypeCheck.
#​12596 - Add UnusedPrivateField check for unused private fields.
#​19937 - New check: JavadocLinkFirstOccurrence.
#​20792 - New check: JavadocNoErrorInThrowsTag.
#​21061 - New Check: InappropriateJavadocBlockTagsOnType.
#​19938 - New check: JavadocLinkWellKnownApi.
#​19698 - New check: JavadocThrowsOrderCheck.
#​8990 - New check JavadocParamOrder: to validate method parameter order in javadoc to match parameter order in method.
#​20986 - new Check: PreferCodeOrSnippetJavadocInlineTag.

Bug fixes:

#​21199 - JavadocPackage: false positive "Missing package-info.java file" on module-info.java.
#​4454 - Fix wrong implementation of compareTo in LocalizedMessages.
#​19156 - VariableDeclarationUsageDistance: no violation on variable used in inner class.
#​3885 - FallThrough check doesn't handle infinite loops.
#​21343 - Update Documentation Comments Style Guide: add JavadocEndCommentDelimiter.
#​21331 - False Positive: IllegalInstantiationCheck does not recognize records shadowing java.lang.Boolean.
#​19948 - Update Documentation Comments Style Guide: param description separator.
#​20227 - ClassMemberImpliedModifierCheck: nested enum/interface missing implied static not flagged in compact source files (JEP 512).
#​21336 - Update Documentation Comments Style Guide: add JavadocNoErrorInThrowsTagCheck.
#​20978 - Extend OpenjdkAnnotationLocationCheck to allow Annotation on target line for all single line targets and add check in openjdk_checks.xml.
#​21320 - Update Documentation Comments Style Guide: add JavadocLinkWellKnownApi JavadocLinkFirstOccurrence.
#​21218 - Enable in Doc Comments style guide: JavadocParamOrder and JavadocThrowsOrderare.
#​20555 - WriteTagCheck: first top-level method's Javadoc tags not reported in compact source files (JEP 512).

Other Changes:
Unnecessary suppressions should be reported in ArchUnit tests.
Fix modules with incorrect example count in EXAMPLE_COUNT_SUPPRESSED_MODULES.
Improper indentation in `property_types.html` code snippets.
Naming convention of html pages should be kebab style.
Fix examples with duplicate violation behavior.
Fix violation message comments to use quoted text and remove associated suppressions.
MissingDeprecated: no support for module declarations.
`no-warning-imports-guava` silently fails due to unfound report.
`no-warning-imports-java-design-patterns` silently fails due to unfound report.
OpenCollective URLs returning 403 Forbidden in lychee link checker.
Site workflow comment should also show links to changed Javadoc pages.
Standardize S3 destination paths for uploaded reports.
Resolve all violation reported by PreferCodeOrSnippetJavadocInlineTag.
Add manually triggered workflow to deploy `master` website to AWS.
Update Documentation Comments Style Guide - unchecked exceptions.
Trailing comment examples should have violation hint comments to be not trailing.
Change recommendation from Splitter to String.split() with limit.
doc: document ANTLR report generation workflow.
Make TestInputConfiguration a record.
Renumber examples so default-config example is Example1.
ArrayIndexOutOfBoundsException in EmptyLineSeparatorCheck when comment immediately follows class definition.
Drop nexus-codehaus-snapshot plugin repository.
Move violation comments above of annotated methods.
Optimize lychee external link check to avoid multi-hour runs.
XmlMetaReaderTest avoid hadcoded values of module counts.
Enforce module-info/`<`case`>`/module-info.java folder structure for module-info test inputs.
Violation message escaping is inconsistent.
Fix modules suppressed from the default-config example test.
Investigate and fix broken JavadocTokenTypes.html anchor links in lychee suppressions.
Replace maven-linkcheck-plugin to lychee-maven-plugin for HTML link checking.
Fix missing checkstyle-openrewrite-recipes snapshot dependency.
Move `checkstyle-files-generator` project under the `checkstyle` organization.
Address followup review comments from #​21208 (InvalidJavadocPosition on module Javadoc).
Fix Issues with new landing page.

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 lite review requested due to automatic review settings September 1, 2026 00:35
@renovate
renovate Bot requested review from a team as code owners September 1, 2026 00:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates tooling and build dependencies to the latest patch/minor releases to keep the repository’s developer tooling and Gradle build environment current.

Changes:

  • Bump Grafana Flint tool/config from 0.22.100.22.11 (mise + Renovate preset).
  • Update Gradle Wrapper from 9.7.09.7.1 (URL + SHA-256).
  • Bump build-time plugins: Checkstyle 14.0.014.1.0, Spotless Gradle plugin 8.10.08.10.1.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
mise.toml Updates Flint tool version used by local tasks (flint run).
gradle/wrapper/gradle-wrapper.properties Updates Gradle distribution URL and checksum for Gradle 9.7.1.
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts Bumps Checkstyle tool version used by the build conventions plugin.
buildSrc/build.gradle.kts Bumps Spotless Gradle plugin dependency used by buildSrc.
.github/renovate.json5 Updates the flint Renovate preset reference to the new tag.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@laurit
laurit merged commit 76da747 into main Sep 1, 2026
18 checks passed
@laurit
laurit deleted the renovate/all-patch-and-minor-versions branch September 1, 2026 07:06
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