Skip to content

Commit

Permalink
fix(deps): Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 (#203)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.0 to 1.9.10.
<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.10 Beta</h2>
<h2>General</h2>
<ul>
<li>Fix re-emerged code analysis concurrency issues which led to flaky builds (<a href="https://redirect.github.com/Kotlin/dokka/issues/1599">#1599</a>, <a href="https://redirect.github.com/Kotlin/dokka/issues/3143">#3143</a>)</li>
<li>Preserve the order of collection items when deserializing Dokka's configuration (<a href="https://redirect.github.com/Kotlin/dokka/issues/3006">#3006</a>). Thanks to <a href="https://github.com/eunwoop"><code>@​eunwoop</code></a>!</li>
</ul>
<h2>HTML format</h2>
<ul>
<li>Fix an indefinite loop in the script that resizes symbol signature blocks (<a href="https://redirect.github.com/Kotlin/dokka/issues/3116">#3116</a>)</li>
</ul>
<h2>Gradle</h2>
<ul>
<li>Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 (<a href="https://redirect.github.com/Kotlin/dokka/issues/3153">#3153</a>, <a href="https://redirect.github.com/Kotlin/dokka/issues/3147">#3147</a>)</li>
<li>Mark tasks as not compatible with the Gradle configuration cache (<a href="https://redirect.github.com/Kotlin/dokka/issues/3070">#3070</a>). Thanks to <a href="https://github.com/BoD"><code>@​BoD</code></a>!</li>
</ul>
<h2>Java</h2>
<ul>
<li>Fix Java contravariant types being represented as covariant (<a href="https://redirect.github.com/Kotlin/dokka/issues/3091">#3091</a>). Thanks to <a href="https://github.com/juliamcclellan"><code>@​juliamcclellan</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Kotlin/dokka/commit/78f9c9278af2e7938505521d3088755ca69afd6f"><code>78f9c92</code></a> Update Dokka's references to 1.9.10 (<a href="https://redirect.github.com/Kotlin/dokka/issues/3210">#3210</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/2a2a624c583d290868e7769a35b838bc175ca1e8"><code>2a2a624</code></a> Update Dokka version to 1.9.10</li>
<li><a href="https://github.com/Kotlin/dokka/commit/9809ae702cb9f9fad3c500df14a839e4a090180a"><code>9809ae7</code></a> Use compileDependencyFiles for getting compilation dependencies (<a href="https://redirect.github.com/Kotlin/dokka/issues/3147">#3147</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/62d1143ed3f2f76c4f52eaaa1e079fc8b8c7f264"><code>62d1143</code></a> Register Kotlin stdlib classpath in every unit test (<a href="https://redirect.github.com/Kotlin/dokka/issues/3183">#3183</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/38e09dd0a2b0f0f111c33e30665faa933142959f"><code>38e09dd</code></a> Fix compilation errors due to explicit api mode (<a href="https://redirect.github.com/Kotlin/dokka/issues/3162">#3162</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/20907236ed1bc1e36447f1ed6ebd37d641cd64ed"><code>2090723</code></a> Fix reemerged compiler concurrency issues (<a href="https://redirect.github.com/Kotlin/dokka/issues/3143">#3143</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/b26c79cf8722cfd758b49e0740de20573fadf374"><code>b26c79c</code></a> fix(KTL-1177): Resize Observer has indefinite loop (<a href="https://redirect.github.com/Kotlin/dokka/issues/3116">#3116</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/e9e8fbf59efc5eefdaef2a432dbdef299a89fde1"><code>e9e8fbf</code></a> [K2] Fix functional type and improve logging for unresolved link (<a href="https://redirect.github.com/Kotlin/dokka/issues/3157">#3157</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/8065a0d974420898fe6142fa792d6dab50f8b1d5"><code>8065a0d</code></a> Update Kotlin to 1.9.10 (<a href="https://redirect.github.com/Kotlin/dokka/issues/3158">#3158</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/61619d5b794616678934d4de89fb08857c293225"><code>61619d5</code></a> Allow manual deployment of the developer guides (<a href="https://redirect.github.com/Kotlin/dokka/issues/3155">#3155</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.9.0...v1.9.10">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.0&new-version=1.9.10)](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
dependabot[bot] authored Oct 23, 2023
1 parent 1ccf66b commit 168d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript{
plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.10"
id('java-library')
id("org.jetbrains.dokka") version "1.9.0"
id("org.jetbrains.dokka") version "1.9.10"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
id('jacoco')
id('idea')
Expand Down

0 comments on commit 168d9db

Please sign in to comment.