openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
60 stars 37 forks source link

fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10 #152

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.puppycrawl.tools:checkstyle (source) 9.3 -> 10.6.0 age adoption passing confidence

Release Notes

checkstyle/checkstyle ### [`v10.6.0`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.6.0) Checkstyle 10.6.0 - https://checkstyle.org/releasenotes.html#Release\_10.6.0 Breaking backward compatibility: [#​12520](https://togithub.com/checkstyle/checkstyle/issues/12520) - Simplify JavadocStyleCheck: remove functionality for missing package-info Javadoc Bug fixes: [#​12409](https://togithub.com/checkstyle/checkstyle/issues/12409) - Inconsistent allowedAbbreviations when a method contains an underscore [#​12486](https://togithub.com/checkstyle/checkstyle/issues/12486) - NoWhitespaceAfter false positive on synchronized method [#​11807](https://togithub.com/checkstyle/checkstyle/issues/11807) - Null pointer exception with records in RequireThisCheck
Other Changes:
Resolve pitest for profile metrics
Review usages of `BeforeAll` in tests
Create CI task to lint github actions
Run regression testing in CI over openjdk19
Replace backward slash with forward slash while creating `CheckerFrameworkError` object in `checker-framework.groovy`
Convert sevntu-checkstyle-check to ant run
doc: remove 'pre' tags from description
Create YAML linting CI task
Use Shellcheck to resolve violations code in Shell Script
All scripts that print example of execution should not have hardcoded name in message
'R: Push Release Notes' makes xml section version as snapshot
'R: Push Release Notes' failing on push
Remove 'releasenotes.xml after commit:'
'R: Push Release Notes' failing
Create CI task to enforce '.ci' directory contains only script files
### [`v10.5.0`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.5.0) Checkstyle 10.5.0 - https://checkstyle.org/releasenotes.html#Release\_10.5.0 New: [#​11644](https://togithub.com/checkstyle/checkstyle/issues/11644) - Allow 3rd party Check providers to group modules under custom parent module Bug fixes: [#​12443](https://togithub.com/checkstyle/checkstyle/issues/12443) - checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from IllegalType rule [#​12345](https://togithub.com/checkstyle/checkstyle/issues/12345) - False positive in NoWhiteSpaceAfter [#​12291](https://togithub.com/checkstyle/checkstyle/issues/12291) - EmptyForInitializerPad: ArrayIndexOutOfBoundsException
Other Changes:
doc: releasenotes 10.5.0
Resolve Pitest suppression for RightCurlyCheck
Remove new curl parameter from all GitHub actions for release
Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
Github action "Copy site to sourceforge"
Issue #​11604: separates detail ast from xpath
PMD warning in execution logs
failure of update github.io to clone checkstyle.github.io
Enforce file size on Java inputs
failure to publish github release notes ' R: Publish GitHub Page'
Resolve Pitest suppression for AccessModifierOption
Resolve Pitest suppression for SeparatorWrapCheck
Re-enable sonar
Investigate why GITHUB token has no access to issues
Update doc for MutableException
Update Test Configuration To Support Adding TreeWalker Property
Missing Link found on Checkstyle docs
doc: archive release notes for 8.0-8.34
add release number validation
Create instance of regexp check to enforce usage of 'fail-with-body' in curl commands
Action 'Bump version/Update Milestone' is failing to update milestones
Specify violation messages in input files.
'R: Publish GitHub Page' failing at perform curl command but action status is succcess
Debug documentation is not clear
Improper text in NewLineAtEndOfFileCheck documentation
doc: expanded documentation on severities
Resolve Pitest for Block Profile-2
### [`v10.4`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.4) Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release\_10.4 Breaking backward compatibility: [#​12101](https://togithub.com/checkstyle/checkstyle/issues/12101) - Checker.localeLanguage property work strange with system property user.language [#​12102](https://togithub.com/checkstyle/checkstyle/issues/12102) - Remove custom cache in Violation.java. It was extra cache for resource bundle cache for messages. Bug fixes: [#​11920](https://togithub.com/checkstyle/checkstyle/issues/11920) - False Positive: UnusedLocalVariableCheck
Other Changes:
Overview Section is quite confusing
Move codenarc to non GitHub CI
CI: validate PR number when commit is for PR
Create CI task to fail PR if merge commit exists
checker-framework.groovy depends too much on name of repo
Resolve Switch case mutation for ParenPad
Rename all 'Checker-Framework / checker-..' actions
Resolve Pitest suppression for ParenPad
Resolve Pitest suppression for Javadoc profile
Resolve Pitest suppression for misc profile
dependency: bump mockito-inline from 4.8.0 to 4.8.1
UnusedImports doc: add limitation regarding same-name imports
Update doc for EmptyLineSeparator
Update verify-no-exception-configs validation
Pitest/Checker: Drop New/Unnecessary Displays And Switch to Git Diff
Add example of custom jars to Ant Documentation
Resolve Pitest suppression for block profile
Resolve Pitest suppression for EmptyForInitializerPad-2
doc: Update SuppressionXpathSingleFilter example (related to #​3095)
doc: remove teamcity badge but keep links in case we will restore it
Create IDEA Inspections Docker image for CircleCI
Specify violation messages in input files.
Resolve Pitest suppression for SeperatorWrapCheck
Resolve Pitest suppression for EmptyForInitializerPadCheck
Resolve Pitest suppression for MethodParamPadCheck
Resolve Pitest suppression for OperatorWrapCheck
Resolve Pitest suppression for AbstractParenPadCheck - 2
Resolve Pitest suppression for EmptyForIteratorPadCheck
Resolve Pitest suppression for AbstractParenPadCheck
Remove changes needed for PMD Accessor violations from Java 11 improvements
Minor word missing in checkstyle docs
doc: fix formatting mistake
### [`v10.3.4`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.3.4) https://checkstyle.org/releasenotes.html#Release\_10.3.4 ### [`v10.3.3`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.3.3) https://checkstyle.org/releasenotes.html#Release\_10.3.3 ### [`v10.3.2`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.3.2) https://checkstyle.org/releasenotes.html#Release\_10.3.2 Bug fixes: [#​11736](https://togithub.com/checkstyle/checkstyle/issues/11736) - MissingJavadocType: Support qualified annotation names [#​11655](https://togithub.com/checkstyle/checkstyle/issues/11655) - Update google_checks.xml to have the SuppressionCommentFilter and SuppressWarningsHolder modules in the config by default (and by extension, SuppressWarningsFilter)
Other Changes:
Update releasenotes to use GitHub Pages execution
Allow SuppressWarningHolder to suppress the violation with NameCheck
Pitest: Kill all surviving mutations
Pitest: Activate "ALL" mutator group
Use Shellcheck to resolve violations code in Shell Script
pitest: increase mutation coverage for pitest-imports profile to 100%
Update GitHub Action for bump-license-year.sh
Solve fb-contrib errors
Remove pitest mutation checking HTML model
automate execution by Github action bump-license-year.sh on first day of month
update code base to have javadoc tag to explain noinspection tag content
doc: put example of enableExternalDtdLoad to xdoc
update doc for SuppressWarningsHolder
releasenotes script generated empty commit
Include CDG Accelerator Plugin to boost pitest performance
Enforce file size on Java inputs
Expand XPath IT Regression Testing
There are semantic problems in the Chinese error message of keyword `design.forExtension` .
prepare-settings.sh fails to create settings.xml
Use groovy version provided by `apt` in pitest.yml
tweet-releasenotes.sh does not check env variables
download of m2 cache from sourceforge.io is slow
infra: turns off create dependency reduced pom for shade plugin
Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
Specify violation messages in input files.
pitest: increase mutation coverage for javadoc profile to 100%
### [`v10.3.1`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.3.1) https://checkstyle.org/releasenotes.html#Release\_10.3.1 ### [`v10.3`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.3) https://checkstyle.org/releasenotes.html#Release\_10.3 ### [`v10.2`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.2) https://checkstyle.org/releasenotes.html#Release\_10.2 ### [`v10.1`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.1) https://checkstyle.org/releasenotes.html#Release\_10.1 ### [`v10.0`](https://togithub.com/checkstyle/checkstyle/releases/tag/checkstyle-10.0) https://checkstyle.org/releasenotes.html#Release\_10.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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.