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/12/03 17:49:00 UTC

[PR] Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.41.0 in /lang/java [avro]

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

   Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.2 to 2.41.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.41.0] - 2023-08-29</h2>
   <h3>Added</h3>
   <ul>
   <li>Add a <code>jsonPatch</code> step to <code>json</code> formatter configurations. This allows patching of JSON documents using <a href="https://jsonpatch.com">JSON Patches</a>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1753">#1753</a>)</li>
   <li>Support GJF own import order. (<a href="https://redirect.github.com/diffplug/spotless/pull/1780">#1780</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Use latest versions of popular style guides for <code>eslint</code> tests to fix failing <code>useEslintXoStandardRules</code> test. (<a href="https://redirect.github.com/diffplug/spotless/pull/1761">#1761</a>, <a href="https://redirect.github.com/diffplug/spotless/issues/1756">#1756</a>)</li>
   <li>Add support for <code>prettier</code> version <code>3.0.0</code> and newer. (<a href="https://redirect.github.com/diffplug/spotless/pull/1760">#1760</a>, <a href="https://redirect.github.com/diffplug/spotless/issues/1751">#1751</a>)</li>
   <li>Fix npm install calls when npm cache is not up-to-date. (<a href="https://redirect.github.com/diffplug/spotless/pull/1760">#1760</a>, <a href="https://redirect.github.com/diffplug/spotless/issues/1750">#1750</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>eslint</code> version to latest <code>8.31.0</code> -&gt; <code>8.45.0</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1761">#1761</a>)</li>
   <li>Bump default <code>prettier</code> version to latest (v2) <code>2.8.1</code> -&gt; <code>2.8.8</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1760">#1760</a>)</li>
   <li>Bump default <code>greclipse</code> version to latest <code>4.27</code> -&gt; <code>4.28</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1775">#1775</a>)</li>
   </ul>
   <h2>[2.40.0] - 2023-07-17</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for Protobuf formatting based on <a href="https://buf.build/">Buf</a>. (<a href="https://redirect.github.com/diffplug/spotless/issues/1208">#1208</a>)</li>
   <li><code>enum OnMatch { INCLUDE, EXCLUDE }</code> so that <code>FormatterStep.filterByContent</code> can not only include based on the pattern but also exclude. (<a href="https://redirect.github.com/diffplug/spotless/pull/1749">#1749</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Update documented default <code>semanticSort</code> to <code>false</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1728">#1728</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.13</code> -&gt; <code>2.17</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1734">#1734</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.49.1</code> -&gt; <code>0.50.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/issues/1741">#1741</a>)
   <ul>
   <li>Dropped support for <code>ktlint 0.47.x</code> following our policy of supporting two breaking changes at a time.</li>
   <li>Dropped support for deprecated <code>useExperimental</code> parameter in favor of the <code>ktlint_experimental</code> property.</li>
   </ul>
   </li>
   </ul>
   <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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/diffplug/spotless/commit/7e574c6159954115ced357f0e5e1f0adcf9e3e24"><code>7e574c6</code></a> Published lib/2.41.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/efe6734696ea20a6b7a6c60944eae4ef4c18c845"><code>efe6734</code></a> Bump GrEclipse to latest (<a href="https://redirect.github.com/diffplug/spotless/issues/1775">#1775</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/c23f89b5f01c2f8366ef127665351bc83bf10bd7"><code>c23f89b</code></a> Update changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/130402a11da098e6e02fc920c8836cad3322348c"><code>130402a</code></a> Merge branch 'main' into patch-2</li>
   <li><a href="https://github.com/diffplug/spotless/commit/4b1a75b60aa60659422175d9f2576867249319d9"><code>4b1a75b</code></a> Fix changelog link formats (<a href="https://redirect.github.com/diffplug/spotless/issues/1789">#1789</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/83aace9d39b7037a430945e152b72580797c2a8a"><code>83aace9</code></a> Fix changelog link formats</li>
   <li><a href="https://github.com/diffplug/spotless/commit/5976175484aa374c4742c83759ee2a5c54a670a6"><code>5976175</code></a> Check if EditorConfig file exist for Ktlint (<a href="https://redirect.github.com/diffplug/spotless/issues/1788">#1788</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1785">#1785</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/62a957e51b723b3572bbe4beef9255e910d9c036"><code>62a957e</code></a> Categorize as fix rather than new feature.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/b3c59f7d4b9e214c3f4c14d9333b816e3a90a34b"><code>b3c59f7</code></a> Fix on windows.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/959fd854c36080caa13123de2089ebcb7396adb4"><code>959fd85</code></a> Check if EditorConfig file exist for Ktlint</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.41.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.41.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


Re: [PR] Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.41.0 in /lang/java [avro]

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

   Superseded by #2615.


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


Re: [PR] Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.41.0 in /lang/java [avro]

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


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