chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.43.0 #92
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.22.3
->2.43.0
Release Notes
diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)
v2.43.0
Added
Fixed
Changed
ktlint
version to latest1.0.0
->1.0.1
. (#1855)v2.42.0
Added
The configuration is still the same, but you should switch to the new
biome
tag / function and adjustthe version accordingly. (#1804).
google-java-format
'sskip-javadoc-formatting
option. (#1793)GIT_ATTRIBUTES_FAST_ALLSAME
. (#1838)Fixed
3.0.0
and newer. (#1802)external process started '/usr/bin/git --version'
. (#1806)Changed
flexmark
version to latest0.64.0
->0.64.8
. (#1801)ktlint
version to latest0.50.0
->1.0.0
. (#1808)v2.41.0
Added
jsonPatch
step tojson
formatter configurations. This allows patching of JSON documents using JSON Patches. (#1753)Fixed
eslint
tests to fix failinguseEslintXoStandardRules
test. (#1761, #1756)prettier
version3.0.0
and newer. (#1760, #1751)Changed
eslint
version to latest8.31.0
->8.45.0
(#1761)prettier
version to latest (v2)2.8.1
->2.8.8
. (#1760)greclipse
version to latest4.27
->4.28
. (#1775)v2.40.0
Added
enum OnMatch { INCLUDE, EXCLUDE }
so thatFormatterStep.filterByContent
can not only include based on the pattern but also exclude. (#1749)Fixed
semanticSort
tofalse
. (#1728)Changed
cleanthat
version to latest2.13
->2.17
. (#1734)ktlint
version to latest0.49.1
->0.50.0
. (#1741)ktlint 0.47.x
following our policy of supporting two breaking changes at a time.useExperimental
parameter in favor of thektlint_experimental
property.v2.39.0
Added
Jvm.Support
now accepts-SNAPSHOT
versions, treated as the non-SNAPSHOT
. (#1583)rome
step tojavascript
andtypescript
formatter configurations. (#1663)Fixed
googleJavaFormat
introduced in2.38.0
. (#1680)Changed
~/.m2/repository/dev/equo/p2-data
rather than~/.equo
, and for CI machines without a home directory the p2 data goes to$GRADLE_USER_HOME/caches/p2-data
. (#1714)googleJavaFormat
version to latest1.16.0
->1.17.0
. (#1710)ktfmt
version to latest0.43
->0.44
. (#1691)ktlint
version to latest0.48.2
->0.49.1
. (#1696)ktlint 0.46.x
following our policy of supporting two breaking changes at a time.sortpom
version to latest3.0.0
->3.2.1
. (#1675)v2.38.0
Added
EquoBasedStepBuilder
(#1629).style
option in Palantir Java Format (#1654).Changed
googleJavaFormat
to a compile-only dependency and drop support for versions <1.8
. (#1630)cleanthat
version to latest2.6
->2.13
. (#1589 and #1661)diktat
version1.2.4.2
->1.2.5
. (#1631)flexmark
version0.62.2
->0.64.0
. (#1302)googleJavaFormat
version1.15.0
->1.16.0
. (#1630)scalafmt
version3.7.1
->3.7.3
. (#1584)4.26
->4.27
11.0
->11.1
v2.37.0
Added
$FILE
. (#1605 fixes #1147)Changed
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)Changed
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)Changed
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 #1494Changed
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)Changed
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 #1378Changed
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)Changed
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)Changed
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)v2.28.0
Added
package
or@file
but do at least haveimport
(#1263).v2.27.0
Added
MAC_CLASSIC
(\r
) line ending (#1243 fixes #1196)Changed
ktlint
version to latest0.45.2
->0.46.1
(#1239)0.46.0
(we have abandoned strong backward compatibility forktlint
, from here on out Spotless will only support the most-recent breaking change).diktat
version to latest1.1.0
->1.2.1
(#1246)1.2.1
(diktat is based on ktlint and has the same backward compatibility issues).ktfmt
version to latest0.37
->0.39
(#1240)v2.26.0
Added
editorConfigOverride
inktlint
. (#1218 fixes #1193)Fixed
google-java-format
andRemoveUnusedImportsStep
works on JDK16+ without jvm args workaround. (#1224 fixes #834)v2.25.0
Added
Fixed
Changed
black
version to latest19.10b0
->22.3.0
. (#1170)ktfmt
version to latest0.34
->0.35
. (#1159)ktlint
version to latest0.43.2
->0.45.2
. (#1177)v2.24.1
Fixed
v2.24.0
Added
v2.23.0
Added
Changed
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 was generated by Mend Renovate. View the repository job log.