Skip to content

chore: update dependency com.puppycrawl.tools:checkstyle to v13.2.0#1849

Open
renovate[bot] wants to merge 1 commit intonightlyfrom
renovate/checkstyletools
Open

chore: update dependency com.puppycrawl.tools:checkstyle to v13.2.0#1849
renovate[bot] wants to merge 1 commit intonightlyfrom
renovate/checkstyletools

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Change Age Confidence
com.puppycrawl.tools:checkstyle (source) 13.0.013.2.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v13.2.0

Compare Source

Checkstyle 13.2.0 - https://checkstyle.org/releasenotes.html#Release_13.2.0

New:

#​16678 - new Check: NumericalPrefixesInfixesSuffixesCharacterCaseCheck numerical prefixes, infixes, and suffixes should be lowercase, except for "L"

Bug fixes:

#​18653 - False-negative: HexLiteralCase does not throw violation on Hex float literals
#​18486 - False positive: JavadocParagraph reports violation when <`p`> is after tags

Other Changes:
Documentation examples for MultiFileRegexpHeader does not have any header
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Redundant `tokens` property in `CustomImportOrder` of `google_checks.xml`
Resolve error-prone violations
Fix SpotBugs UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR warning in IndentationCheck
Split openrewrite-refaster-rules ci job into two jobs
Enable pitest EXPERIMENTAL_MEMBER_VARIABLE
Add validation for single commit in pull
Update all pitest profiles to have mutationThreshold=99
Resolve violations from spotbugs sb-contrib 7.6.0
Convert regressions that use maven-checkstyle-plugin to CLI based
Define violation messages for all violations
dependency: bump pmd.version from 7.20.0 to 7.21.0
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger

v13.1.0

Compare Source

Checkstyle 13.1.0 - https://checkstyle.org/releasenotes.html#Release_13.1.0

Breaking backward compatibility:

#​12556 - Remove deprecated method CheckstyleAntTask:createClasspath()

New:

#​18329 - ImportControl: add module attribute to allow/disallow module imports
#​18368 - New check: MissingOverrideOnRecordAccessor to require Override on record component accessor methods

Bug fixes:

#​16087 - false positive invalid tag JavadocType
#​18790 - IllegalTokenText reports false positives for Unicode whitespace characters without escape sequences
#​18118 - Inconsistent behaviour of Indentation check
#​13038 - VariableDeclarationUsageDistanceCheck doesn't handle method definition properly
#​11103 - Indentation: Lambda in Enum causes error loop
#​18644 - False-negative: SummaryJavadoc:forbiddenSummaryFragments for tab-formatted code
#​6807 - False-positive RightCurly in google_checks since 8.20
#​17561 - Google style: Override is required on explicitly declared accessor method for a record
#​18559 - Add missing checks to sun_checks.xml: DeclarationOrder, FallThrough, OneStatementPerLine

Other Changes:
Documentation examples for MultiFileRegexpHeader are not in valid regex form
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Dedicate `rewrite` recipes
Define violation messages for all violations
CLI '-s' option does not match by data from '-t'
Split openrewrite-recipes in two groups to always run in CI in less that 15 minutes
Do not use cause excpetion message durging wrapping
Resolve violations from spotbugs sb-contrib 7.6.0
Convert regressions that use maven-checkstyle-plugin to CLI based
Resolve error-prone violations
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
Add missing property examples to XDocs for Checkstyle Checks
Heading anchor link icon does not copy section URL to clipboard
update JavadocTagContinuationIndentation Examples
Fix `prone` order
test to check indentation trailing comments are vertically aligned
Update doc to mention that XPath has direct connection to if comment aware checks are added or not
Recfactor classes to avoid CT_CONSTRUCTOR_THROW violation
recheck that CNC_COLLECTION_NAMING_CONFUSION is resolved.
Add `NullArgumentForNonNullParameter` #​17988 #​17985 #​18479
Updating properties in Input files to mention all default properties,
use new nio jdk api instead of all api
Enforce file size on Java inputs
Specify XPath version in documentation
Resolve Pitest Suppressions - filters
Fix wrong test scope for `PMD`
Resolve spotbugs suppression for UnusedLocalVariableCheck
Resolve Pitest Suppressions - coding-2
Add `CodeCleanup`
Add OpenJDK Java Style Guidelines coverage infrastructure
Update JRE compatibility table for 13.x and fix grammar on landing page
XMLLoggerTest.java to use verifyWithInlineConfigParserAndXmlLogger
doc: add Example5 for IllegalTokenTextCheck custom message
Upgrade all scripts to groovy 3.0.17 or 5.x
Resolve Pitest Suppressions - ant
Add `UpgradeToJava21` #​18528 #​18531
Checker framework report violation on theoretcally possible cases but practiacally impossible
Resolve error-prone violations
Give more clarity on xdocs for AnnotationLocation
jdk21: activate WhenShouldBeUsed for checkstyle project
Resolve Pitest Suppressions - indentation
Add `rewrite` support for `errorprone.refasterrules`
pitest: increase mutation coverage for indentation profile to 100%
Resolve Pitest Suppressions - common
Add `EmptyNewlineAtEndOfFile`
Resolve Pitest Suppressions - imports
Cirrus should be used wisely to avoid credit limits
XdocsExamplesAstConsistencyTest should validate literal values match between examples
dependency: bump org.openrewrite.recipe:rewrite-migrate-java from 3.22.0 to 3.24.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the t: dependencies A pull request / issue targeting dependency updates label Jan 31, 2026
@renovate renovate bot requested review from 0utplay and derklaro January 31, 2026 17:38
@github-actions
Copy link

github-actions bot commented Jan 31, 2026

Test Results

 56 files  ±0   56 suites  ±0   4m 29s ⏱️ -17s
571 tests ±0  571 ✅ ±0  0 💤 ±0  0 ❌ ±0 
938 runs  ±0  938 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit b2959eb. ± Comparison against base commit 347ad6f.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/checkstyletools branch from 2568d78 to 0454c36 Compare February 2, 2026 19:00
@renovate renovate bot force-pushed the renovate/checkstyletools branch from 0454c36 to b2959eb Compare February 6, 2026 01:13
@renovate renovate bot changed the title chore: update dependency com.puppycrawl.tools:checkstyle to v13.1.0 chore: update dependency com.puppycrawl.tools:checkstyle to v13.2.0 Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t: dependencies A pull request / issue targeting dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants