Skip to content

chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1#36

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.diffplug.spotless-spotless-maven-plugin-2.x
Open

chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1#36
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.diffplug.spotless-spotless-maven-plugin-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Confidence
com.diffplug.spotless:spotless-maven-plugin 2.38.02.46.1 age confidence

Release Notes

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v2.45.0

Added
  • Support for gofmt (#​2001)
  • Support for formatting Java Docs for the Palantir formatter (#​2009)

v2.44.0

Added
  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#​1960)
  • Gradle - Support for formatting shell scripts via shfmt. (#​1994)
Fixed
  • Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#​1989 fixes #​1987)
  • Fix a regression in BufStep where the same arguments were being provided to every buf invocation. (#​1976)
Changed
  • Use palantir-java-format 2.39.0 on Java 21. (#​1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#​1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#​1971)
  • Bump default diktat version to latest 1.2.5 -> 2.0.0. (#​1972)

v2.43.0

Added
  • Support custom rule sets for Ktlint. (#​1896)
Fixed
Changed
  • Bump default ktlint version to latest 1.0.0 -> 1.0.1. (#​1855)
  • Add a Step to remove semicolons from Groovy files. (#​1881)

v2.42.0

Added
  • Support for biome. The Rome project was renamed to Biome.
    The configuration is still the same, but you should switch to the new biome tag / function and adjust
    the version accordingly. (#​1804).
  • Support for google-java-format's skip-javadoc-formatting option. (#​1793)
  • Support configuration of mirrors for P2 repositories in Maven DSL (#​1697).
  • New line endings mode GIT_ATTRIBUTES_FAST_ALLSAME. (#​1838)
Fixed
  • Fix support for plugins when using Prettier version 3.0.0 and newer. (#​1802)
  • Fix configuration cache issue around external process started '/usr/bin/git --version'. (#​1806)
Changed
  • Bump default flexmark version to latest 0.64.0 -> 0.64.8. (#​1801)
  • Bump default ktlint version to latest 0.50.0 -> 1.0.0. (#​1808)

v2.41.0

Added
  • Add a jsonPatch step to json formatter configurations. This allows patching of JSON documents using JSON Patches. (#​1753)
  • Support GJF own import order. (#​1780)
Fixed
  • Use latest versions of popular style guides for eslint tests to fix failing useEslintXoStandardRules test. (#​1761, #​1756)
  • Add support for prettier version 3.0.0 and newer. (#​1760, #​1751)
  • Fix npm install calls when npm cache is not up-to-date. (#​1760, #​1750)
Changed
  • Bump default eslint version to latest 8.31.0 -> 8.45.0 (#​1761)
  • Bump default prettier version to latest (v2) 2.8.1 -> 2.8.8. (#​1760)
  • Bump default greclipse version to latest 4.27 -> 4.28. (#​1775)

v2.40.0

Added
  • Added support for Protobuf formatting based on Buf. (#​1208)
  • enum OnMatch { INCLUDE, EXCLUDE } so that FormatterStep.filterByContent can not only include based on the pattern but also exclude. (#​1749)
Fixed
  • Update documented default semanticSort to false. (#​1728)
Changed
  • Bump default cleanthat version to latest 2.13 -> 2.17. (#​1734)
  • Bump default ktlint version to latest 0.49.1 -> 0.50.0. (#​1741)
    • Dropped support for ktlint 0.47.x following our policy of supporting two breaking changes at a time.
    • Dropped support for deprecated useExperimental parameter in favor of the ktlint_experimental property.

v2.39.0

Added
  • Jvm.Support now accepts -SNAPSHOT versions, treated as the non-SNAPSHOT. (#​1583)
  • Support Rome as a formatter for JavaScript and TypeScript code. Adds a new rome step to javascript and typescript formatter configurations. (#​1663)
  • Add semantics-aware Java import ordering (i.e. sort by package, then class, then member). (#​522)
Fixed
  • Fixed a regression which changed the import sorting order in googleJavaFormat introduced in 2.38.0. (#​1680)
  • Equo-based formatters now work on platforms unsupported by Eclipse such as PowerPC (fixes durian-swt#20)
  • When P2 download fails, indicate the responsible formatter. (#​1698)
Changed
  • Equo-based formatters now download metadata to ~/.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)
  • Bump default googleJavaFormat version to latest 1.16.0 -> 1.17.0. (#​1710)
  • Bump default ktfmt version to latest 0.43 -> 0.44. (#​1691)
  • Bump default ktlint version to latest 0.48.2 -> 0.49.1. (#​1696)
    • Dropped support for ktlint 0.46.x following our policy of supporting two breaking changes at a time.
  • Bump default sortpom version to latest 3.0.0 -> 3.2.1. (#​1675)

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 is behind base branch, 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 force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch 5 times, most recently from 111df5b to c0bfdb7 Compare February 27, 2024 11:04
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from c0bfdb7 to 718fd94 Compare January 7, 2025 01:29
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.43.0 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.0 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from 718fd94 to 35940d2 Compare January 7, 2025 20:11
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.0 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.1 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from 35940d2 to 09a5a43 Compare January 15, 2025 01:09
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.1 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.2 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from 09a5a43 to b700441 Compare February 21, 2025 03:08
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.2 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.3 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from b700441 to a3c5f6c Compare April 8, 2025 01:58
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.3 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.4 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from a3c5f6c to 7622776 Compare May 27, 2025 22:38
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.4 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.5 May 27, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from 7622776 to be5ed1a Compare July 8, 2025 03:39
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.5 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from be5ed1a to 8cd3ca0 Compare July 20, 2025 21:38
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.0 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/com.diffplug.spotless-spotless-maven-plugin-2.x branch from 8cd3ca0 to 902fe6a Compare July 21, 2025 22:40
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.0 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants