Skip to content

chore(deps): update spotlessversion to v1.34.1#38

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/spotlessversion
Open

chore(deps): update spotlessversion to v1.34.1#38
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/spotlessversion

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
com.diffplug.spotless:spotless-lib minor 1.28.11.34.1
com.diffplug.spotless:spotless-lib-extra minor 1.28.11.34.1

Release Notes

diffplug/spotless (com.diffplug.spotless:spotless-lib)

v1.34.1

Changed
  • Nodejs-based formatters prettier and tsfmt now use native node instead of the J2V8 approach. (#​606)
    • This removes the dependency to the no-longer-maintained Linux/Windows/macOs variants of J2V8.
    • This enables spotless to use the latest prettier versions (instead of being stuck at prettier version <= 1.19.0)
    • Bumped default versions, prettier 1.16.4 -> 2.0.5, tslint 5.12.1 -> 6.1.2
  • Our main branch is now called main. (#​613)

v1.34.0

Added
  • LicenseHeaderStep.setLicenseHeaderYearsFromGitHistory, which does an expensive search through git history to determine the oldest and newest commits for each file, and uses that to determine license header years. (#​604)

v1.33.1

  • We are now running CI on windows. (#​596)
  • We are now dogfooding ratchetFrom and licenseHeader with a $YEAR token to ensure that Spotless copyright headers stay up-to-date without adding noise to file history. (#​595)
  • Added LineEnding.nativeIsWin(), FileSignature.pathNativeToUnix(), and FileSignature.pathUnixToNative(), along with many API-invisible fixes and cleanup. (#​592)

v1.33.0

Added
  • LicenseHeaderStep now has an updateYearWithLatest parameter which can update copyright headers to today's date. (#​593)
    • Parsing of existing years from headers is now more lenient.
    • The LicenseHeaderStep constructor is now public, which allows capturing its state lazily, which is helpful for setting defaults based on ratchetFrom.

v1.32.0

Added
  • NodeJsGlobal.setSharedLibFolder allows to set the location of nodejs shared libs. (#​586)
  • PaddedCell.isClean() returns the instance of PaddedCell.DirtyState which represents clean. (#​590)
Fixed
  • Previously, the nodejs-based steps would throw UnsatisfiedLinkError if they were ever used from more than one classloader. Now they can be used from any number of classloaders (important for Gradle build daemon). (#​586)

v1.31.0

Added
  • PaddedCell.calculateDirtyState is now defensive about misconfigured character encoding. (#​575)

v1.30.1

Fixed
  • PaddedCell.DirtyState::writeCanonicalTo(File) can now create a new file if necessary (previously required to overwrite an existing file) (#​576).

v1.30.0

Added
  • PaddedCell.calculateDirtyState(Formatter, File, byte[]) to allow IDE integrations to send dirty editor buffers.

v1.29.0

Added
  • Support for google-java-format 1.8 (including test infrastructure for Java 11). (#​562)
  • Improved PaddedCell such that it is as performant as non-padded cell - no reason not to have it always enabled. Deprecated all of PaddedCellBulk. (#​561)
  • Support for ktfmt 0.13 (#​569)
Changed
  • Updated a bunch of dependencies, most notably: (#​564)
    • jgit 5.5.0.201909110433-r -> 5.7.0.202003110725-r
    • Gradle 6.2.2 -> 6.3
    • spotbugs Gradle plugin 2.0.0 -> 4.0.8

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 these updates 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 added the auto-dep label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants