Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 (#220)
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.10 to 1.9.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">org.jetbrains.dokka's releases</a>.</em></p> <blockquote> <h2>1.9.20</h2> <h2>General bugfixes</h2> <ul> <li>Fixed sealed interfaces not having the <code>sealed</code> keyword in signatures (<a href="https://redirect.github.com/Kotlin/dokka/issues/2994">Kotlin/dokka#2994</a>)</li> <li>Fixed incorrect links in multi-module projects with non-unique package names (<a href="https://redirect.github.com/Kotlin/dokka/issues/2272">Kotlin/dokka#2272</a>). Huge thanks to <a href="https://github.com/EddieRingle"><code>@EddieRingle</code></a>!</li> <li>Fixed member extensions not being shown on index pages in certain scenarios (<a href="https://redirect.github.com/Kotlin/dokka/issues/3187">Kotlin/dokka#3187</a>)</li> <li>Fixed Java's inner classes not having the <code>inner</code> keyword in Kotlin signatures (<a href="https://redirect.github.com/Kotlin/dokka/issues/2793">Kotlin/dokka#2793</a>)</li> <li>Fixed Java's <code>@param</code> tag not working with type parameters (<a href="https://redirect.github.com/Kotlin/dokka/issues/3199">Kotlin/dokka#3199</a>)</li> <li>Fixed Dokka failing in KMP projects when the JVM source set is suppressed (<a href="https://redirect.github.com/Kotlin/dokka/issues/3209">Kotlin/dokka#3209</a>)</li> </ul> <h2>HTML format</h2> <ul> <li>Provide an ability to add a custom homepage link to the header, more details in <a href="https://redirect.github.com/Kotlin/dokka/issues/2948#issuecomment-1976723089">Kotlin/dokka#2948</a></li> <li>Fixed tab selection resetting after navigating to a different page (<a href="https://redirect.github.com/Kotlin/dokka/issues/2899">Kotlin/dokka#2899</a>)</li> <li>Fixed inline code not always being aligned with the surrounding text (<a href="https://redirect.github.com/Kotlin/dokka/issues/3228">Kotlin/dokka#3228</a>)</li> <li>Fixed the "No options found" text in search being barely visible (<a href="https://redirect.github.com/Kotlin/dokka/issues/3281">Kotlin/dokka#3281</a>)</li> <li>Fixed empty HTML tags being rendered for no reason (<a href="https://redirect.github.com/Kotlin/dokka/pull/3343">Kotlin/dokka#3343</a>, <a href="https://redirect.github.com/Kotlin/dokka/issues/3095">Kotlin/dokka#3095</a>)</li> </ul> <h2>Runners</h2> <h3>Gradle Plugin</h3> <ul> <li>Mark tasks as not compatible with Gradle configuration cache, second try (<a href="https://redirect.github.com/Kotlin/dokka/pull/3438">Kotlin/dokka#3438</a>). Thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> for noticing and fixing the problem!</li> </ul> <h3>Maven Plugin</h3> <ul> <li>Fixed <code>dokka:help</code> being absent (<a href="https://redirect.github.com/Kotlin/dokka/issues/3035">Kotlin/dokka#3035</a>). Thanks to <a href="https://github.com/aSemy"><code>@aSemy</code></a>!</li> <li>Fixed the source links configuration not working (<a href="https://redirect.github.com/Kotlin/dokka/pull/3046">Kotlin/dokka#3046</a>). Thanks to <a href="https://github.com/freya022"><code>@freya022</code></a> for fixing this one!</li> </ul> <h3>CLI runner</h3> <ul> <li>Allow using relative paths in the <code>sourceRoots</code> configuration option (<a href="https://redirect.github.com/Kotlin/dokka/issues/2571">Kotlin/dokka#2571</a>)</li> </ul> <h2>Plugin API</h2> <ul> <li>Provide an extension point to customize the rendering of code blocks in HTML format (<a href="https://redirect.github.com/Kotlin/dokka/issues/3244">Kotlin/dokka#3244</a>)</li> </ul> <h2>Other:</h2> <ul> <li>Make sure <code>wasm-js</code> and <code>wasm-wasi</code> targets introduced in Kotlin 1.9.20 are supported (<a href="https://redirect.github.com/Kotlin/dokka/issues/3310">Kotlin/dokka#3310</a>)</li> <li>Avoid concurrent invocations of Kotlin compiler's API due to the compiler API itself not always being thread safe (<a href="https://redirect.github.com/Kotlin/dokka/issues/3151">Kotlin/dokka#3151</a>). No noticeable performance loss is expected.</li> <li>Bump dependencies to the latest versions (<a href="https://redirect.github.com/Kotlin/dokka/pull/3231">Kotlin/dokka#3231</a>, <a href="https://redirect.github.com/Kotlin/dokka/pull/3206">Kotlin/dokka#3206</a>, <a href="https://redirect.github.com/Kotlin/dokka/pull/3204">Kotlin/dokka#3204</a>)</li> <li>Fix a documentation link (<a href="https://redirect.github.com/Kotlin/dokka/pull/3213">Kotlin/dokka#3213</a>). Thanks to <a href="https://github.com/SubhrajyotiSen"><code>@SubhrajyotiSen</code></a> for noticing and fixing it!</li> <li>Various build and project structure improvements (<a href="https://redirect.github.com/Kotlin/dokka/pull/3174">Kotlin/dokka#3174</a>, <a href="https://redirect.github.com/Kotlin/dokka/issues/3132">Kotlin/dokka#3132</a>). Enormous thanks to <a href="https://github.com/aSemy"><code>@aSemy</code></a> for the help!</li> </ul> <p>See <a href="https://github.com/Kotlin/dokka/milestone/30?closed=1">Dokka 1.9.20</a> milestone for the list of all changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kotlin/dokka/commit/cea2574021b720728bb79d9388480aa7c54f0dc1"><code>cea2574</code></a> Update Kotlin/Dokka version references to 1.9.20 (<a href="https://redirect.github.com/Kotlin/dokka/issues/3510">#3510</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/ff47f23fad2e43b32463c06a9550c317b641547f"><code>ff47f23</code></a> Allow publishing to a pre-defined staging repository</li> <li><a href="https://github.com/Kotlin/dokka/commit/9d11031e9de24488b51113e0f427312fe7b2f987"><code>9d11031</code></a> [Javadoc] Ignore Kotlin samples (<a href="https://redirect.github.com/Kotlin/dokka/issues/3473">#3473</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/b8ef2dd3e847c71aeb6db979baf32e71b497fb0f"><code>b8ef2dd</code></a> Fix fastutil shadowing (<a href="https://redirect.github.com/Kotlin/dokka/issues/3476">#3476</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/fdff1ed70f55bbc9a0bd5e3a23261da90752b9b7"><code>fdff1ed</code></a> Fix logic to declare incompatibility with configuration cache (<a href="https://redirect.github.com/Kotlin/dokka/issues/3438">#3438</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/c17451e360a1153a683fe714292523aef262a8a4"><code>c17451e</code></a> Replace usages of deprecated in JDK 20 <code>java.net.URL</code> constructor in Gradle r...</li> <li><a href="https://github.com/Kotlin/dokka/commit/46762da9b14e8a76e2393290ded915acd495b8cf"><code>46762da</code></a> Disable signing if artifacts are published to Maven Local</li> <li><a href="https://github.com/Kotlin/dokka/commit/b532688ae40c805ff9f70a826ea2f6869efcd064"><code>b532688</code></a> refactor: improved navigation controls style (<a href="https://redirect.github.com/Kotlin/dokka/issues/3410">#3410</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/53240060f35257542d5fbc826325d1d583c15106"><code>5324006</code></a> fix: proper strikethrough in navigation for Fifefox <a href="https://redirect.github.com/Kotlin/dokka/issues/3156">#3156</a> (<a href="https://redirect.github.com/Kotlin/dokka/issues/3436">#3436</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/809bfb7bb39cc1570857916180b352e303d82578"><code>809bfb7</code></a> Fix cross module resolution local links (<a href="https://redirect.github.com/Kotlin/dokka/issues/3425">#3425</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.9.10...v1.9.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka&package-manager=gradle&previous-version=1.9.10&new-version=1.9.20)](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>
- Loading branch information