You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by dependabot on 2023/01/29 17:02:38 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java

dependabot[bot] opened a new pull request, #2068:
URL: https://github.com/apache/avro/pull/2068

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.2 to 2.31.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">spotless-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2>[2.31.0] - 2022-11-24</h2>
   <h3>Added</h3>
   <ul>
   <li><code>importOrder</code> now support groups of imports without blank lines (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1401">#1401</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Don't treat <code>@Value</code> as a type annotation <a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1367">#1367</a></li>
   <li>Support <code>ktlint_disabled_rules</code> in <code>ktlint</code> 0.47.x <a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1378">#1378</a></li>
   <li>Share git repositories across projects when using ratchet (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1426">#1426</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.40</code> -&gt; <code>0.41</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1340">#1340</a>)</li>
   <li>Bump default <code>scalafmt</code> version to latest <code>3.5.9</code> -&gt; <code>3.6.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1373">#1373</a>)</li>
   <li>Bump default <code>diktat</code> version to latest <code>1.2.3</code> -&gt; <code>1.2.4.2</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1393">#1393</a>)</li>
   <li>Bump default <code>palantir-java-format</code> version to latest <code>2.10</code> -&gt; <code>2.28</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1393">#1393</a>)</li>
   </ul>
   <h2>[2.30.0] - 2022-09-14</h2>
   <h3>Added</h3>
   <ul>
   <li><code>formatAnnotations()</code> 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 as <code>googleJavaFormat()</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1275">#1275</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.39</code> -&gt; <code>0.40</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1312">#1312</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.46.1</code> -&gt; <code>0.47.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1303">#1303</a>)
   <ul>
   <li>Also restored support for older versions of ktlint back to <code>0.31.0</code></li>
   </ul>
   </li>
   </ul>
   <h2>[2.29.0] - 2022-08-23</h2>
   <h3>Added</h3>
   <ul>
   <li><code>scalafmt</code> integration now has a configuration option <code>majorScalaVersion</code> that allows you to configure the Scala version that gets resolved from the maven artifact (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1283">#1283</a>)
   <ul>
   <li>Converted <code>scalafmt</code> integration to use a compile-only source set (fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/524">#524</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Add the <code>ktlint</code> rule in error messages when <code>ktlint</code> fails to apply a fix (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1279">#1279</a>)</li>
   <li>Bump default <code>scalafmt</code> to latest <code>3.0.8</code> -&gt; <code>3.5.9</code> (removed support for pre-<code>3.0.0</code>) (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1283">#1283</a>)</li>
   </ul>
   <h2>[2.28.1] - 2022-08-10</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix Clang not knowing the filename and changing the format (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1268">#1268</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1267">#1267</a>).</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>diktat</code> version to latest <code>1.2.1</code> -&gt; <code>1.2.3</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1266">#1266</a>)</li>
   </ul>
   <h2>[2.28.0] - 2022-07-28</h2>
   <h3>Added</h3>
   <ul>
   <li>Clang and Black no longer break the build when the binary is unavailable, if they will not be run during that build (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1257">#1257</a>).</li>
   <li>License header support for Kotlin files without <code>package</code> or <code>@file</code> but do at least have <code>import</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1263">#1263</a>).</li>
   </ul>
   <h2>[2.27.0] - 2022-06-30</h2>
   <h3>Added</h3>
   <ul>
   <li>Support for <code>MAC_CLASSIC</code> (<code>\r</code>) line ending (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1243">#1243</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1196">#1196</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktlint</code> version to latest <code>0.45.2</code> -&gt; <code>0.46.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1239">#1239</a>)
   <ul>
   <li>Minimum supported version also bumped to <code>0.46.0</code> (we have abandoned strong backward compatibility for <code>ktlint</code>, from here on out Spotless will only support the most-recent breaking change).</li>
   </ul>
   </li>
   <li>Bump default <code>diktat</code> version to latest <code>1.1.0</code> -&gt; <code>1.2.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1246">#1246</a>)
   <ul>
   <li>Minimum supported version also bumped to <code>1.2.1</code> (diktat is based on ktlint and has the same backward compatibility issues).</li>
   </ul>
   </li>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.37</code> -&gt; <code>0.39</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1240">#1240</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/diffplug/spotless/commit/f2f8b08dd855d79973fa29048d654b1e12cb35cb"><code>f2f8b08</code></a> Published lib/2.31.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/d7d7ecce6d10b45739e49abed74162538cec62f6"><code>d7d7ecc</code></a> Fix publishing by bumping spotless-changelog to latest.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/9ecec25cd0da3149643d08efc15cc8fd283bfa13"><code>9ecec25</code></a> Bump default <code>palantir-java-format</code> version to latest <code>2.10</code> -&gt; <code>2.28</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1329">#1329</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/fd70d743f4832303e468f549b4f8b8d17398b73d"><code>fd70d74</code></a> Fix CI</li>
   <li><a href="https://github.com/diffplug/spotless/commit/82e0aa2230ca03a0eda893dd23572d54d06529c7"><code>82e0aa2</code></a> Merge branch 'main' into renovate/com.palantir.javaformat-palantir-java-forma...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/7f73ad277b3cdbab7ece0e97174e9c40ce29ba81"><code>7f73ad2</code></a> Merge branch 'main' into renovate/com.palantir.javaformat-palantir-java-forma...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/14c304453dc5a853e8da25c1dfe940552d5f5047"><code>14c3044</code></a> fix(deps): update dependency org.cqfn.diktat:diktat-rules to v1.2.4.2 (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1393">#1393</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/b047275f1cd0a1c1e088a4dd328baf2cbcd91ac5"><code>b047275</code></a> Merge branch 'main' into renovate/ver_diktat</li>
   <li><a href="https://github.com/diffplug/spotless/commit/12c88cf0b6733d1534df6b69148f2894150e23b0"><code>12c88cf</code></a> fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.6.1 (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1373">#1373</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/075d6375bb35ad8bb66e21beefdd2ce90a6339f3"><code>075d637</code></a> Bump lib to latest.</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.31.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=2.27.2&new-version=2.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g commented on pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2068:
URL: https://github.com/apache/avro/pull/2068#issuecomment-1408647312

   Newer Spotless requires Java 11+


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] dependabot[bot] commented on pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java

Posted by dependabot.
dependabot[bot] commented on PR #2068:
URL: https://github.com/apache/avro/pull/2068#issuecomment-1408647394

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g closed pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g closed pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java
URL: https://github.com/apache/avro/pull/2068


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org