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

build(deps): bump spotless-maven-plugin from 1.25.1 to 1.26.0 #572

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spotless-maven-plugin from 1.25.1 to 1.26.0.

Changelog

Sourced from spotless-maven-plugin's changelog.

Version 1.26.0 - November 11th 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Fix project URLs in poms. (#478)
  • Fix ImportSorter crashing with empty files. (#474)
    • Fixes #305 StringIndexOutOfBoundsException for empty Groovy file when performing importOrder
  • Bugfix: CDT version 4.12.0 now properly uses 9.8, whereas before it used 9.7. (#482)
  • Add support for Eclipse 4.13 and all related formatters (JDT, CDT, WTP, and Groovy). (#480)
  • Bump default version of KtLint from 0.34.2 to 0.35.0. (#473)
  • Several improvements to the console display of formatting errors. (#465)
    • Visualize \r and \n as ␍ and ␊ when possible (#465)
    • Make end-of-lines visible when file contains whitespace and end-of-line issues at the same time (#465)
    • Print actual diff line instead of "1 more lines that didn't fit" (#467)
  • Automatically configure import order for IntelliJ IDEA with .editorconfig (#486)

Version 1.25.0 - October 6th 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Add support for ktlint 0.34+, and bump default version from 0.32.0 to 0.34.2. (#469)

Version 1.24.3 - September 23rd 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Update jgit from 5.3.2.201906051522-r to 5.5.0.201909110433-r. (#445)
  • Eclipse-based formatters used to leave temporary files around (#447). This is now fixed, but only for eclipse 4.12+, no back-port to older Eclipse formatter versions is planned. (#451)
  • PaddedCellBulk had a bug where badly-formatted files with well-behaving formatters were being:
  • Minor change to TestProvisioner, which should fix the cache-breaking issues, allowing us to speed-up the CI builds a bit.
  • Bumped scalafmt default version from 1.1.0 to 2.0.1, since there are bugs in the old default (#458).

Version 1.24.1 - August 12th 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Fixes class loading issue with Java 9+ (#426).

Version 1.24.0 - July 29th 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Updated default eclipse-wtp from 4.8.0 to 4.12.0 (#423).
  • Updated default eclipse-groovy from 4.10 to 4.12.0 (#423).
  • Updated default eclipse-jdt from 4.11.0 to 4.12.0 (#423).
  • Updated default eclipse-cdt from 4.11.0 to 4.12.0 (#423).
    • KNOWN BUG - accidentally published CDT 9.7 rather than 9.8 - fixed in 1.26.0
  • Added new maven coordinates for scalafmt 2.0.0+, maintains backwards compatability (#415)

Version 1.23.1 - June 17th 2019 (javadoc lib lib-extra, artifact [lib](jcenter, lib-extra)

  • Fixes incorrect M2 cache directory path handling of Eclipse based formatters (#401)
  • Update jgit from 4.9.0.201710071750-r to 5.3.2.201906051522-r because gradle project is sometimes broken by apache httpcomponents in transitive dependency. (#407)
... (truncated)
Commits
  • 175d306 Publish x.26.0
  • e0b5308 Remove union merge strategy for .gitattributes.
  • 1f46f14 Merge pull request #485 from vlsi/whitespace
  • 7409824 Add import order configuration to editorconfig
  • 69e0c35 Avoid printing (1 more lines that didn't fit)
  • a822922 Make whitespace (' ', \t, \r, \n) always visible for "changed" lines
  • 8f66c0b Use union merge strategy for CHANGES.md to avoid merge conflicts
  • 4843c26 Fixup the changelogs.
  • 04d5c7d Merge pull request #482 from Vestmark/issue_480-ext
  • 75f32f9 Update changelogs (#480)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/master/CHANGES.md)
- [Commits](diffplug/spotless@maven/1.25.1...lib/1.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Nov 12, 2019

Codecov Report

Merging #572 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #572   +/-   ##
=======================================
  Coverage   85.14%   85.14%           
=======================================
  Files          74       74           
  Lines        1892     1892           
  Branches      172      172           
=======================================
  Hits         1611     1611           
  Misses        201      201           
  Partials       80       80

@uweschaefer uweschaefer merged commit 23a7df8 into master Nov 12, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-1.26.0 branch November 12, 2019 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant