Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.32.0 #850

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless:spotless-maven-plugin 2.31.0 -> 2.32.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

diffplug/spotless

v2.32.0

Added
  • Add option editorConfigFile for ktLint #​142
    • POTENTIALLY BREAKING ktlint step now modifies license headers. Make sure to put licenseHeader after ktlint.
  • Added skipLinesMatching option to licenseHeader to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). (#​1441).
  • Add YAML support through Jackson (#​1478)
  • Added support for npm-based ESLint-formatter for javascript and typescript (#​1453)
  • Better suggested messages when user's default is set by JVM limitation. (#​995)
Fixed
  • Support ktlint 0.48+ new rule disabling syntax (#​1456) fixes (#​1444)
  • Fix subgroups leading catch all matcher.
Changes
  • Bump default version for prettier from 2.0.5 to 2.8.1 (#​1453)
  • Bump the dev version of Gradle from 7.5.1 to 7.6 (#​1409)
    • We also removed the no-longer-required dependency org.codehaus.groovy:groovy-xml
  • Breaking changes to Spotless' internal testing infrastructure testlib (#​1443)
    • ResourceHarness no longer has any duplicated functionality which was also present in StepHarness
    • StepHarness now operates on Formatter rather than a FormatterStep
    • StepHarnessWithFile now takes a ResourceHarness in its constructor to handle the file manipulation parts
    • Standardized that we test exception messages, not types, which will ease the transition to linting later on
    • Bump default ktlint version to latest 0.47.1 -> 0.48.1 (#​1456)
  • Switch our publishing infrastructure from CircleCI to GitHub Actions (#​1462).
    • Help wanted for moving our tests too (#​1472)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #850 (35d671d) into master (466c219) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #850   +/-   ##
=========================================
  Coverage     84.48%   84.48%           
  Complexity       58       58           
=========================================
  Files            15       15           
  Lines           245      245           
  Branches         14       14           
=========================================
  Hits            207      207           
  Misses           29       29           
  Partials          9        9           

@renovate renovate bot merged commit 4e9239b into master Feb 6, 2023
@renovate renovate bot deleted the renovate/spotless-maven-plugin.version branch February 6, 2023 19:58
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.

0 participants