Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.37.0 #216
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.28.0
->2.37.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
diffplug/spotless
v2.37.0
Added
$FILE
. (#1605 fixes #1147)Changes
4.9
through4.26
. Also we now recommend dropping the last.0
, e.g.4.26
instead of4.26.0
, you'll get warnings to help you switch.4.18
through4.26
. Also we now recommend dropping the last.0
, e.g.4.26
instead of4.26.0
, you'll get warnings to help you switch.10.6
through11.0
.v2.36.0
Added
gradlew equoIde
opens a repeatable clean Spotless dev environment. (#1523)cleanthat
addedincludeDraft
option, to include draft mutators from composite mutators. (#1574)npm
-based formatters now support caching ofnode_modules
directory (#1590)Fixed
JacksonJsonFormatterFunc
handles json files with an Array as root. (#1585)Changes
cleanthat
version to latest2.1
->2.6
(#1569 and #1574)npm
-based formatters (#1590 fixes #1582)v2.35.0
Added
LazyArgLogger
to allow for lazy evaluation of log messages in slf4j logging. (#1565)Fixed
node_modules
directories. (#1565)ktfmt
default style uses correct continuation indent. (#1562)Changes
ktfmt
version to latest0.42
->0.43
(#1561)jackson
version to latest2.14.1
->2.14.2
(#1536)v2.34.0
Added
Formatter
now has a fieldpublic static final File NO_FILE_SENTINEL
which can be used to pass string content to a Formatter or FormatterStep when there is no actual File to format. (#1525)v2.33.0
Added
ProcessRunner
has added some convenience methods so it can be used for maven testing. (#1496)ProcessRunner
allows to limit captured output to a certain number of bytes. (#1511)ProcessRunner
is now capable of handling long-running tasks where waiting for exit is delegated to the caller. (#1511)nodeExecutable
parameter (#1500)Fixed
formatAnnotations
has had 8 more annotations from the Checker Framework added #1494Changes
YamlJacksonStep
intoJacksonYamlStep
while normalizing Jackson usage (#1492)gson
integration to use a compile-only source set (#1510).KtLint
does not maintain a stable API - before this PR, we supported every breaking change in the API since 2019.npm install
call until the formatter is first used. This enables better integrationwith
gradle-node-plugin
. (#1522)ktlint
version to latest0.48.1
->0.48.2
(#1529)scalafmt
version to latest3.6.1
->3.7.1
(#1529)v2.32.0
Added
editorConfigFile
forktLint
#142ktlint
step now modifies license headers. Make sure to putlicenseHeader
afterktlint
.skipLinesMatching
option tolicenseHeader
to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). (#1441).Fixed
ktlint
0.48+ new rule disabling syntax (#1456) fixes (#1444)Changes
prettier
from2.0.5
to2.8.1
(#1453)7.5.1
to7.6
(#1409)org.codehaus.groovy:groovy-xml
testlib
(#1443)ResourceHarness
no longer has any duplicated functionality which was also present inStepHarness
StepHarness
now operates onFormatter
rather than aFormatterStep
StepHarnessWithFile
now takes aResourceHarness
in its constructor to handle the file manipulation partsktlint
version to latest0.47.1
->0.48.1
(#1456)v2.31.0
Added
importOrder
now support groups of imports without blank lines (#1401)Fixed
@Value
as a type annotation #1367ktlint_disabled_rules
inktlint
0.47.x #1378Changes
ktfmt
version to latest0.40
->0.41
(#1340)scalafmt
version to latest3.5.9
->3.6.1
(#1373)diktat
version to latest1.2.3
->1.2.4.2
(#1393)palantir-java-format
version to latest2.10
->2.28
(#1393)v2.30.0
Added
formatAnnotations()
step to correct formatting of Java type annotations. It puts type annotations on the same line as the type that they qualify. Run it after a Java formatting step, such asgoogleJavaFormat()
. (#1275)Changes
ktfmt
version to latest0.39
->0.40
(#1312)ktlint
version to latest0.46.1
->0.47.1
(#1303)0.31.0
v2.29.0
Added
scalafmt
integration now has a configuration optionmajorScalaVersion
that allows you to configure the Scala version that gets resolved from the maven artifact (#1283)scalafmt
integration to use a compile-only source set (fixes #524)Changes
ktlint
rule in error messages whenktlint
fails to apply a fix (#1279)scalafmt
to latest3.0.8
->3.5.9
(removed support for pre-3.0.0
) (#1283)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.