You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/14 04:57:16 UTC

[GitHub] [maven-parent] dependabot[bot] opened a new pull request, #114: Bump spotless-maven-plugin from 2.28.0 to 2.35.0

dependabot[bot] opened a new pull request, #114:
URL: https://github.com/apache/maven-parent/pull/114

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.28.0 to 2.35.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.35.0] - 2023-02-10</h2>
   <h3>Added</h3>
   <ul>
   <li>CleanThat Java Refactorer. (<a href="https://redirect.github.com/diffplug/spotless/pull/1560">#1560</a>)</li>
   <li>Introduce <code>LazyArgLogger</code> to allow for lazy evaluation of log messages in slf4j logging. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Allow multiple instances of the same npm-based formatter to be used by separating their <code>node_modules</code> directories. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li>
   <li><code>ktfmt</code> default style uses correct continuation indent. (<a href="https://redirect.github.com/diffplug/spotless/pull/1562">#1562</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.42</code> -&gt; <code>0.43</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1561">#1561</a>)</li>
   <li>Bump default <code>jackson</code> version to latest <code>2.14.1</code> -&gt; <code>2.14.2</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1536">#1536</a>)</li>
   </ul>
   <h2>[2.34.1] - 2023-02-05</h2>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Bump bytecode from Java 8 to 11 (<a href="https://redirect.github.com/diffplug/spotless/pull/1530">#1530</a> part 2 of <a href="https://redirect.github.com/diffplug/spotless/issues/1337">#1337</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> <code>sortByKeys</code> for JSON formatting now takes into account objects inside arrays (<a href="https://redirect.github.com/diffplug/spotless/pull/1546">#1546</a>)</li>
   <li><code>freshmark</code> fixed on java 15+ (<a href="https://redirect.github.com/diffplug/spotless/pull/1304">#1304</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/803">#803</a>)</li>
   </ul>
   <h2>[2.34.0] - 2023-01-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>Formatter</code> now has a field <code>public static final File NO_FILE_SENTINEL</code> which can be used to pass string content to a Formatter or FormatterStep when there is no actual File to format. (<a href="https://redirect.github.com/diffplug/spotless/pull/1525">#1525</a>)</li>
   </ul>
   <h2>[2.33.0] - 2023-01-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>ProcessRunner</code> has added some convenience methods so it can be used for maven testing. (<a href="https://redirect.github.com/diffplug/spotless/pull/1496">#1496</a>)</li>
   <li><code>ProcessRunner</code> allows to limit captured output to a certain number of bytes. (<a href="https://redirect.github.com/diffplug/spotless/pull/1511">#1511</a>)</li>
   <li><code>ProcessRunner</code> is now capable of handling long-running tasks where waiting for exit is delegated to the caller. (<a href="https://redirect.github.com/diffplug/spotless/pull/1511">#1511</a>)</li>
   <li>Allow to specify node executable for node-based formatters using <code>nodeExecutable</code> parameter (<a href="https://redirect.github.com/diffplug/spotless/pull/1500">#1500</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The default list of type annotations used by <code>formatAnnotations</code> has had 8 more annotations from the Checker Framework added <a href="https://redirect.github.com/diffplug/spotless/pull/1494">#1494</a></li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Bump minimum JRE from 8 to 11, next release likely to bump bytecode to Java 11 (<a href="https://redirect.github.com/diffplug/spotless/pull/1514">#1514</a> part 1 of <a href="https://redirect.github.com/diffplug/spotless/issues/1337">#1337</a>)</li>
   <li>Rename <code>YamlJacksonStep</code> into <code>JacksonYamlStep</code> while normalizing Jackson usage (<a href="https://redirect.github.com/diffplug/spotless/pull/1492">#1492</a>)</li>
   <li>Convert <code>gson</code> integration to use a compile-only source set (<a href="https://redirect.github.com/diffplug/spotless/pull/1510">#1510</a>).</li>
   <li>** POTENTIALLY BREAKING** Removed support for KtLint 0.3x and 0.45.2 (<a href="https://redirect.github.com/diffplug/spotless/pull/1475">#1475</a>)
   <ul>
   <li><code>KtLint</code> does not maintain a stable API - before this PR, we supported every breaking change in the API since 2019.</li>
   <li>From now on, we will support no more than 2 breaking changes at a time.</li>
   </ul>
   </li>
   <li>NpmFormatterStepStateBase delays <code>npm install</code> call until the formatter is first used. This enables better integration
   with <code>gradle-node-plugin</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1522">#1522</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.48.1</code> -&gt; <code>0.48.2</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1529">#1529</a>)</li>
   <li>Bump default <code>scalafmt</code> version to latest <code>3.6.1</code> -&gt; <code>3.7.1</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1529">#1529</a>)</li>
   </ul>
   <h2>[2.32.0] - 2023-01-13</h2>
   <h3>Added</h3>
   <ul>
   <li>Add option <code>editorConfigFile</code> for <code>ktLint</code> <a href="https://redirect.github.com/diffplug/spotless/issues/142">#142</a>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> <code>ktlint</code> step now modifies license headers. Make sure to put <code>licenseHeader</code> <em>after</em> <code>ktlint</code>.</li>
   </ul>
   </li>
   <li>Added <code>skipLinesMatching</code> option to <code>licenseHeader</code> to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). (<a href="https://redirect.github.com/diffplug/spotless/pull/1441">#1441</a>).</li>
   <li>Add YAML support through Jackson (<a href="https://redirect.github.com/diffplug/spotless/pull/1478">#1478</a>)</li>
   <li>Added support for npm-based <a href="https://eslint.org/">ESLint</a>-formatter for javascript and typescript (<a href="https://redirect.github.com/diffplug/spotless/pull/1453">#1453</a>)</li>
   <li>Better suggested messages when user's default is set by JVM limitation. (<a href="https://redirect.github.com/diffplug/spotless/pull/995">#995</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/c04253f80b7f8dfa9bdfafde9f7272e88c6db6ad"><code>c04253f</code></a> Published lib/2.35.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/a26e3967d000dd975b10f91e6cd72eeaa71cfbd2"><code>a26e396</code></a> Update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/1536">#1536</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/c2979127467ee7abd976d3503779d9f4a1c2637c"><code>c297912</code></a> Bump changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/4af3a5db89fff44007abc8582c59b1d649904327"><code>4af3a5d</code></a> Merge branch 'main' into renovate/com.fasterxml.jackson.core-jackson-databind...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/5a040601c64c68171a53a6c467547111820ed270"><code>5a04060</code></a> Merge branch 'main' into renovate/com.fasterxml.jackson.core-jackson-databind...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/dbfeffa47427a80af861d4f878965d58edfb7c9b"><code>dbfeffa</code></a> Update dependency com.facebook:ktfmt to v0.43 (<a href="https://redirect.github.com/diffplug/spotless/issues/1561">#1561</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/4f92a676b191aa109fb09d5f29c522e6ddf27810"><code>4f92a67</code></a> Update changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/424b3c030f4fba8aeaa6d5f4065f5569b3d61531"><code>424b3c0</code></a> Merge branch 'main' into renovate/ver_ktfmt</li>
   <li><a href="https://github.com/diffplug/spotless/commit/4ed7074e96e701e3f3c3b8287b95ee069a5d717c"><code>4ed7074</code></a> Add support to allow multiple prettier instances for different target source ...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/3333519028b937d1ee5a78d714d30d727112d84a"><code>3333519</code></a> Merge branch 'main' into 1162-facing-could-not-resolve-parser-when-using-mult...</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.28.0...lib/2.35.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.28.0&new-version=2.35.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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-parent] slachiewicz commented on pull request #114: Bump spotless-maven-plugin from 2.28.0 to 2.35.0

Posted by "slachiewicz (via GitHub)" <gi...@apache.org>.
slachiewicz commented on PR #114:
URL: https://github.com/apache/maven-parent/pull/114#issuecomment-1493267260

   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@maven.apache.org

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


[GitHub] [maven-parent] dependabot[bot] commented on pull request #114: Bump spotless-maven-plugin from 2.28.0 to 2.35.0

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

   Superseded by #118.


-- 
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@maven.apache.org

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


[GitHub] [maven-parent] dependabot[bot] closed pull request #114: Bump spotless-maven-plugin from 2.28.0 to 2.35.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #114: Bump spotless-maven-plugin from 2.28.0 to 2.35.0
URL: https://github.com/apache/maven-parent/pull/114


-- 
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@maven.apache.org

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