Skip to content

Commit

Permalink
Bump com.squareup:kotlinpoet from 1.14.2 to 1.15.1 (#160)
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet)
from 1.14.2 to 1.15.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/square/kotlinpoet/releases">com.squareup:kotlinpoet's
releases</a>.</em></p>
<blockquote>
<h2>1.15.1</h2>
<ul>
<li>Fix: Fix a regression introduced by <a
href="https://redirect.github.com/square/kotlinpoet/issues/1637">#1637</a>,
where a superfluous newline is added to a type's KDoc if it has a
primary constructor with no docs (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1727">#1727</a>).</li>
</ul>
<h2>1.15.0</h2>
<p>Thanks to <a
href="https://github.com/drawers"><code>@​drawers</code></a>, <a
href="https://github.com/fejesjoco"><code>@​fejesjoco</code></a>, <a
href="https://github.com/takahirom"><code>@​takahirom</code></a>, <a
href="https://github.com/martinbonnin"><code>@​martinbonnin</code></a>,
<a href="https://github.com/mcarleio"><code>@​mcarleio</code></a> for
contributing to this release.</p>
<p>In this release the <code>:kotlinpoet</code> module has been
converted to a Kotlin Multiplatform module (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1654">#1654</a>),
though for now it only supports the JVM target.</p>
<ul>
<li>New: Kotlin 1.9.20.</li>
<li>New: KSP 1.9.20-1.0.14.</li>
<li>New: Extract <code>TypeSpecHolder</code> interface for constructs
that can hold a <code>TypeSpec</code> and their builders (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1723">#1723</a>).</li>
<li>New: Expose relative path from <code>FileSpec</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1720">#1720</a>).</li>
<li>New: Return the generated path from <code>FileSpec.writeTo()</code>.
(<a
href="https://redirect.github.com/square/kotlinpoet/issues/1514">#1514</a>).</li>
<li>New: Remove default compatibility from unstable types (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1662">#1662</a>).</li>
<li>New: Deprecate <code>TypeSpec.expectClassBuilder()</code> and
<code>TypeSpec.valueClassBuilder()</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1589">#1589</a>).</li>
<li>New: Add option to convert <code>KSAnnotation</code> to
<code>AnnotationSpec</code> while omitting default values (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1538">#1538</a>).</li>
<li>New: Add <code>FileSpec.builder</code> convenience for
<code>MemberName</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1585">#1585</a>).</li>
<li>Fix: Set <code>DecimalFormatSymbols.minusSign</code> for consistency
across locales (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1658">#1658</a>).</li>
<li>Fix: Fix link to incremental KSP in KDoc (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1638">#1638</a>).</li>
<li>Fix: Emit primary constructor KDoc (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1637">#1637</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/kotlinpoet/blob/main/docs/changelog.md">com.squareup:kotlinpoet's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.15.1</h2>
<p><em>2023-11-19</em></p>
<ul>
<li>Fix: Fix a regression introduced by <a
href="https://redirect.github.com/square/kotlinpoet/issues/1637">#1637</a>,
where a superfluous newline is added to a type's KDoc
if it has a primary constructor with no docs (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1727">#1727</a>).</li>
</ul>
<h2>Version 1.15.0</h2>
<p><em>2023-11-18</em></p>
<p>Thanks to [<a
href="https://github.com/drawers"><code>@​drawers</code></a>][drawers],
[<a
href="https://github.com/fejesjoco"><code>@​fejesjoco</code></a>][fejesjoco],
[<a
href="https://github.com/takahirom"><code>@​takahirom</code></a>][takahirom],
[<a
href="https://github.com/martinbonnin"><code>@​martinbonnin</code></a>][martinbonnin],
[<a
href="https://github.com/mcarleio"><code>@​mcarleio</code></a>][mcarleio]
for contributing to this release.</p>
<p>In this release the <code>:kotlinpoet</code> module has been
converted to a Kotlin Multiplatform module
(<a
href="https://redirect.github.com/square/kotlinpoet/issues/1654">#1654</a>),
though for now it only supports the JVM target.</p>
<ul>
<li>New: Kotlin 1.9.20.</li>
<li>New: KSP 1.9.20-1.0.14.</li>
<li>New: Extract <code>TypeSpecHolder</code> interface for constructs
that can hold a TypeSpec and their builders (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1723">#1723</a>).</li>
<li>New: Expose relative path from <code>FileSpec</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1720">#1720</a>).</li>
<li>New: Return the generated path from <code>FileSpec.writeTo()</code>.
(<a
href="https://redirect.github.com/square/kotlinpoet/issues/1514">#1514</a>).</li>
<li>New: Remove default compatibility from unstable types (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1662">#1662</a>).</li>
<li>New: Deprecate <code>TypeSpec.expectClassBuilder()</code> and
<code>TypeSpec.valueClassBuilder()</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1589">#1589</a>).</li>
<li>New: Add option to convert <code>KSAnnotation</code> to
<code>AnnotationSpec</code> while omitting default values (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1538">#1538</a>).</li>
<li>New: Add <code>FileSpec.builder</code> convenience for
<code>MemberName</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1585">#1585</a>).</li>
<li>Fix: Set <code>DecimalFormatSymbols.minusSign</code> for consistency
across locales (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1658">#1658</a>).</li>
<li>Fix: Fix link to incremental KSP in KDoc (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1638">#1638</a>).</li>
<li>Fix: Emit primary constructor KDoc (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1637">#1637</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/kotlinpoet/commit/3ef169f7a3827b5622e831376a65eeb4bc3b3176"><code>3ef169f</code></a>
Prepare for release 1.15.1</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/3458c5dfcbfab8fcca39edbda9e8c4c754657d30"><code>3458c5d</code></a>
Remove superfluous newline (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1727">#1727</a>)</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/6e302a98c9ef4d167054d549714103d312e45b46"><code>6e302a9</code></a>
Update dependency Pygments to v2.17.0</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/d31d45cb53796d20a500cf7f45604d46e11c3e2a"><code>d31d45c</code></a>
Prepare next development version</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/a997e651c36189185215cebc0fae046d3784412e"><code>a997e65</code></a>
Prepare for release 1.15.0</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/9afcbc4f4328b1f066a77b54ec430a388394bcb9"><code>9afcbc4</code></a>
Update dependency mkdocs-material to v9.4.9</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/7a57880871faa967a6626cf48a9b14ba21a9fc8f"><code>7a57880</code></a>
Extract interface for constructs that can hold a TypeSpec and their
builders ...</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/bb620e361b4180adb3ad7a531abc33d1a35a5483"><code>bb620e3</code></a>
Update dependency pymdown-extensions to v10.4</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/553a95764031a0db257c42672b9f203ce6fe3c52"><code>553a957</code></a>
Expose relative path from FileSpec (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1720">#1720</a>)</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/1286d7beb873253a4d103484dbb7e83316422a71"><code>1286d7b</code></a>
Return the generated path from FileSpec.writeTo(). (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1514">#1514</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/kotlinpoet/compare/1.14.2...1.15.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup:kotlinpoet&package-manager=gradle&previous-version=1.14.2&new-version=1.15.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent e07c346 commit b80c463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.7.3"
dokka = "1.9.10"
junit = "4.13.2"
kotlin = "1.9.20"
kotlinpoet = "1.14.2"
kotlinpoet = "1.15.1"
mavenplugin = "0.25.3"
moshi = "1.15.0"
okhttp = "4.12.0"
Expand Down

0 comments on commit b80c463

Please sign in to comment.