-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit 9009587
authored
Build(deps): Bump org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.1.0 (#1430)
Bumps
[org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka)
from 2.0.0 to 2.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/dokka/releases">org.jetbrains.dokka:dokka-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<p>Dokka 2.1.0 focuses on stabilizing experimental features, supporting
new Kotlin language features, and improving the user experience. Key
highlights include:</p>
<ul>
<li>Dokka Gradle Plugin v2 is <strong>enabled by default</strong>!</li>
<li>K2 Analysis is <strong>enabled by default</strong>!</li>
<li>Support for <strong>Context parameters</strong> and <strong>Nested
typealiases</strong></li>
<li>HTML format refinement: better <strong>accessibility</strong> and
consistency across all components</li>
<li>Multiple <strong>performance</strong> and compatibility
improvements</li>
</ul>
<p>More details about each of the changes below. See <a
href="https://github.com/Kotlin/dokka/milestone/32?closed=1">Dokka
2.1.0</a> milestone for the list of all changes.</p>
<h2>Dokka's Gradle plugin v2 is enabled by default!</h2>
<blockquote>
<p>Please check the <a
href="https://kotl.in/dokka-gradle-migration">migration guide</a> for
the update procedure</p>
</blockquote>
<p><a href="https://github.com/Kotlin/dokka/releases/tag/v2.0.0">Dokka
2.0.0</a> introduced a significantly improved Gradle plugin v2, and with
Dokka 2.1.0 it is now <strong><a
href="https://redirect.github.com/Kotlin/dokka/pull/4133">enabled by
default</a>!</strong>
As a result, all types and Gradle tasks related to Dokka Gradle plugin
v1 are <a
href="https://redirect.github.com/Kotlin/dokka/pull/4135">deprecated</a>
and will be removed in future releases.
Running Gradle tasks related to Dokka Gradle plugin v1 <a
href="https://redirect.github.com/Kotlin/dokka/pull/4187">will result in
an error</a> during execution.</p>
<p>Starting from this release, the minimum supported Gradle version is
7.6.3.</p>
<h3>Other fixes and improvements</h3>
<ul>
<li>Update Gradle Properties types to be non-nullable (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4136">Kotlin/dokka#4136</a>)</li>
<li>Update displayName convention for DokkaSourceSets (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4142">Kotlin/dokka#4142</a>)</li>
<li>Update olderVersionsDir to be an optional input. (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4155">Kotlin/dokka#4155</a>)</li>
<li>Add lifecycle tasks for generating formats (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4141">Kotlin/dokka#4141</a>)</li>
<li>Use project name as default <code>modulePath</code> for root project
to avoid clashing outputs during aggregation (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4158">Kotlin/dokka#4158</a>)</li>
<li>Remove Dokka debug config file from task outputs (<a
href="https://redirect.github.com/Kotlin/dokka/pull/3961">Kotlin/dokka#3961</a>)</li>
<li>Remove V2EnabledWithHelpers warning & info message (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4206">Kotlin/dokka#4206</a>)</li>
</ul>
<h2>Dokka's K2 analysis is enabled by default!</h2>
<p>Dokka 2.1.0fixes the most problematic issues with K2 analysis and
makes it <strong>enabled by default!</strong>
In addition to this, Dokka 2.1.0with K2 analysis introduces support for
<strong><a
href="https://redirect.github.com/Kotlin/dokka/pull/4080">context
parameters</a> and <a
href="https://redirect.github.com/Kotlin/dokka/pull/4261">nested
typealiases</a>!</strong></p>
<p>Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for
analysing code and uses the same shared Analysis API, which is used in
IntelliJ IDEA’s K2 mode.
The output with K2 analysis should mostly match that of K1 analysis, but
there may be minor differences.</p>
<p>If you previously opted in to Dokka's K2 analysis,
<strong>remove</strong>
<code>org.jetbrains.dokka.experimental.tryK2</code> from your project's
<code>gradle.properties</code> file.
Dokka's K1 analysis is still available, but it is deprecated and will be
removed in future releases.
We would greatly appreciate your feedback, if there is something that is
blocking you from migrating to K2 analysis!</p>
<h3>Other fixes and improvements</h3>
<ul>
<li>Fix merging of implicit expect/actual with a single declaration (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4016">Kotlin/dokka#4016</a>)</li>
<li>Support Wasm platform fully (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4123">Kotlin/dokka#4123</a>)</li>
<li>Fix <code>override</code> modifier for generic functions (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4126">Kotlin/dokka#4126</a>)</li>
<li>Add a receiver to accessor DRI (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4122">Kotlin/dokka#4122</a>)</li>
<li>Fix param tag for type parameter on implicit primary constructor (<a
href="https://redirect.github.com/Kotlin/dokka/pull/4154">Kotlin/dokka#4154</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/dokka/commit/905286d0d31f143bf0627656db1f14ea56fa42d3"><code>905286d</code></a>
Update Dokka version references to 2.1.0 (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4297">#4297</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/a3376d195a2cff7e86ba71299c2c2b6a784add05"><code>a3376d1</code></a>
Update the version for the 2.1.0 release</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/cbba0c9feda8bcfaa0f52602f61c4a97524f3493"><code>cbba0c9</code></a>
fix: spacing in html output (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4292">#4292</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/16eac5971db36b26f9213df7a54175122ae4f11e"><code>16eac59</code></a>
Support for nested typealiases (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4261">#4261</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/454c68764f8955e14a732e879b11d1f9659fc20c"><code>454c687</code></a>
Handle <code>InvocationTargetException</code> exception explicitly in
<code>DokkaBootstrap</code> (...</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/7626540b104ab786b9ef2eaa4e1f9d70b6cf2bce"><code>7626540</code></a>
Follow symbolic links when building KaModule for AA standalone session
(<a
href="https://redirect.github.com/Kotlin/dokka/issues/4264">#4264</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/e4c74740223bcfd2f4ae2924d41184a8b5ba9a0e"><code>e4c7474</code></a>
Build the Dokka Maven Plugin with the lastest compiler version (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4228">#4228</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/7a63b387da93aae48c3869a26a138e44979322a9"><code>7a63b38</code></a>
Update the version for the 2.1.0-Beta release</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/bbde1ace1af8338fb2891cc046240886cd96f645"><code>bbde1ac</code></a>
Update AA to 2.3.0-dev-4019 (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4219">#4219</a>)</li>
<li><a
href="https://github.com/Kotlin/dokka/commit/fa41f6d3049be476cc671e4d8cb71bff9c679820"><code>fa41f6d</code></a>
Set the 2.1.0-SNAPSHOT version for consistency (<a
href="https://redirect.github.com/Kotlin/dokka/issues/4225">#4225</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments