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[bot] (via GitHub)" <gi...@apache.org> on 2023/09/03 17:46:40 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2478: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.39.0 in /lang/java

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

   Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.2 to 2.39.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">com.diffplug.spotless:spotless-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2>[2.39.0] - 2023-05-24</h2>
   <h3>Added</h3>
   <ul>
   <li><code>Jvm.Support</code> now accepts <code>-SNAPSHOT</code> versions, treated as the non<code>-SNAPSHOT</code>. (<a href="https://redirect.github.com/diffplug/spotless/issues/1583">#1583</a>)</li>
   <li>Support Rome as a formatter for JavaScript and TypeScript code. Adds a new <code>rome</code> step to <code>javascript</code> and <code>typescript</code> formatter configurations. (<a href="https://redirect.github.com/diffplug/spotless/pull/1663">#1663</a>)</li>
   <li>Add semantics-aware Java import ordering (i.e. sort by package, then class, then member). (<a href="https://redirect.github.com/diffplug/spotless/issues/522">#522</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed a regression which changed the import sorting order in <code>googleJavaFormat</code> introduced in <code>2.38.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1680">#1680</a>)</li>
   <li>Equo-based formatters now work on platforms unsupported by Eclipse such as PowerPC (fixes <a href="https://redirect.github.com/diffplug/durian-swt/issues/20">durian-swt#20</a>)</li>
   <li>When P2 download fails, indicate the responsible formatter. (<a href="https://redirect.github.com/diffplug/spotless/issues/1698">#1698</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Equo-based formatters now download metadata to <code>~/.m2/repository/dev/equo/p2-data</code> rather than <code>~/.equo</code>, and for CI machines without a home directory the p2 data goes to <code>$GRADLE_USER_HOME/caches/p2-data</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1714">#1714</a>)</li>
   <li>Bump default <code>googleJavaFormat</code> version to latest <code>1.16.0</code> -&gt; <code>1.17.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1710">#1710</a>)</li>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.43</code> -&gt; <code>0.44</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1691">#1691</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.48.2</code> -&gt; <code>0.49.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/issues/1696">#1696</a>)
   <ul>
   <li>Dropped support for <code>ktlint 0.46.x</code> following our policy of supporting two breaking changes at a time.</li>
   </ul>
   </li>
   <li>Bump default <code>sortpom</code> version to latest <code>3.0.0</code> -&gt; <code>3.2.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1675">#1675</a>)</li>
   </ul>
   <h2>[2.38.0] - 2023-04-06</h2>
   <h3>Added</h3>
   <ul>
   <li>Support configuration of mirrors for P2 repositories in <code>EquoBasedStepBuilder</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/1629">#1629</a>).</li>
   <li>The <code>style</code> option in Palantir Java Format (<a href="https://redirect.github.com/diffplug/spotless/pull/1654">#1654</a>).</li>
   <li>Added formatter for Gherkin feature files (<a href="https://redirect.github.com/diffplug/spotless/issues/1649">#1649</a>).</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Converted <code>googleJavaFormat</code> to a compile-only dependency and drop support for versions &lt; <code>1.8</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1630">#1630</a>)</li>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.6</code> -&gt; <code>2.13</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1589">#1589</a> and <a href="https://redirect.github.com/diffplug/spotless/pull/1661">#1661</a>)</li>
   <li>Bump default <code>diktat</code> version <code>1.2.4.2</code> -&gt; <code>1.2.5</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1631">#1631</a>)</li>
   <li>Bump default <code>flexmark</code> version <code>0.62.2</code> -&gt; <code>0.64.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1302">#1302</a>)</li>
   <li>Bump default <code>googleJavaFormat</code> version <code>1.15.0</code> -&gt; <code>1.16.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1630">#1630</a>)</li>
   <li>Bump default <code>scalafmt</code> version <code>3.7.1</code> -&gt; <code>3.7.3</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1584">#1584</a>)</li>
   <li>Bump default Eclipse formatters for the 2023-03 release. (<a href="https://redirect.github.com/diffplug/spotless/pull/1662">#1662</a>)
   <ul>
   <li>JDT and GrEclipse <code>4.26</code> -&gt; <code>4.27</code>
   <ul>
   <li>Improve GrEclipse error reporting. (<a href="https://redirect.github.com/diffplug/spotless/pull/1660">#1660</a>)</li>
   </ul>
   </li>
   <li>CDT <code>11.0</code> -&gt; <code>11.1</code></li>
   </ul>
   </li>
   </ul>
   <h2>[2.37.0] - 2023-03-13</h2>
   <h3>Added</h3>
   <ul>
   <li>You can now put the filename into a license header template with <code>$FILE</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1605">#1605</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1147">#1147</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>We are now opting in to Gradle's new stable configuration cache. (<a href="https://redirect.github.com/diffplug/spotless/pull/1591">#1591</a>)</li>
   <li>Adopt <a href="https://github.com/equodev/equo-ide/tree/main/solstice">Equo Solstice OSGi and p2 shim</a> to update all Eclipse-based plugins. (<a href="https://redirect.github.com/diffplug/spotless/pull/1524">#1524</a>)
   <ul>
   <li>Eclipse JDT now supports <code>4.9</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li>
   <li>Eclipse Groovy now supports <code>4.18</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li>
   <li>Eclipse CDT now supports <code>10.6</code> through <code>11.0</code>.</li>
   <li>Eclipse WTP is still WIP at <a href="https://redirect.github.com/diffplug/spotless/pull/1622">#1622</a>.</li>
   </ul>
   </li>
   </ul>
   <h2>[2.36.0] - 2023-02-27</h2>
   <h3>Added</h3>
   <ul>
   <li><code>gradlew equoIde</code> opens a repeatable clean Spotless dev environment. (<a href="https://redirect.github.com/diffplug/spotless/pull/1523">#1523</a>)</li>
   <li><code>cleanthat</code> added <code>includeDraft</code> option, to include draft mutators from composite mutators. (<a href="https://redirect.github.com/diffplug/spotless/pull/1574">#1574</a>)</li>
   <li><code>npm</code>-based formatters now support caching of <code>node_modules</code> directory (<a href="https://redirect.github.com/diffplug/spotless/pull/1590">#1590</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/0d19de79c77da9b9cb316101d194a44ab527e4f7"><code>0d19de7</code></a> Published lib/2.39.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/6e058a21119c8df9fd0472224c89fc2135ce8674"><code>6e058a2</code></a> Bump solstice and durian-swt to latest (<a href="https://redirect.github.com/diffplug/spotless/issues/1714">#1714</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/d4c55ac470139c255a8daa213717e5737e06a920"><code>d4c55ac</code></a> Bump changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/2574fb63bcc910887bda53a6a9225da6787d3ee7"><code>2574fb6</code></a> Merge branch 'main' into feat/bump-solstice</li>
   <li><a href="https://github.com/diffplug/spotless/commit/357274adb597baa3dea0c77b552d88673d41d876"><code>357274a</code></a> Bump default ktfmt 0.43 -&gt; 0.44 (<a href="https://redirect.github.com/diffplug/spotless/issues/1691">#1691</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/a9fde3e4ec8b7a7162e88564f2cc926f809c318a"><code>a9fde3e</code></a> Fix the broken parts of the test.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/973f285218b7a35eb0d124f046265a3ad2cc8988"><code>973f285</code></a> Why is KtfmtStepTest disabled?</li>
   <li><a href="https://github.com/diffplug/spotless/commit/d88928a9386562cb7864dc7f65d4900e96a825fd"><code>d88928a</code></a> Update changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/38a6d6f2f2b02a74733e489a2a853684930f0c1e"><code>38a6d6f</code></a> Merge branch 'main' into renovate/com.facebook-ktfmt-0.x</li>
   <li><a href="https://github.com/diffplug/spotless/commit/152c9375c4e84bbed34eb7b7a2d3c24997be1084"><code>152c937</code></a> Bump default gjf <code>1.16.0</code> -&gt; <code>1.17.0</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/1710">#1710</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.39.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.diffplug.spotless:spotless-maven-plugin | [>= 2.37.a, < 2.38] |
   | com.diffplug.spotless:spotless-maven-plugin | [>= 2.38.a, < 2.39] |
   </details>
   
   
   [![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.39.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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] dependabot[bot] commented on pull request #2478: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.39.0 in /lang/java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2478:
URL: https://github.com/apache/avro/pull/2478#issuecomment-1742145981

   Superseded by #2535.


-- 
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] closed pull request #2478: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.39.0 in /lang/java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2478: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.39.0 in /lang/java
URL: https://github.com/apache/avro/pull/2478


-- 
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