Skip to content

Commit

Permalink
Bump dokka-gradle-plugin from 1.5.30 to 1.5.31 (facebook#2938)
Browse files Browse the repository at this point in the history
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.5.31 Alpha</h2>
<p>Changes:</p>
<ul>
<li>Support Kotlin 1.5.31</li>
<li>Support JS KLib</li>
<li>Fix link to a javadoc enum entry</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Kotlin/dokka/commit/eb43d787d5c331db566d4191ec043e76c37f32cb"><code>eb43d78</code></a> Regenerate api dump</li>
<li><a href="https://github.com/Kotlin/dokka/commit/f91c6fe0afc79c75ec755b35b60f2f5d0e55dc70"><code>f91c6fe</code></a> Bump dokka version to 1.5.31</li>
<li><a href="https://github.com/Kotlin/dokka/commit/bd53dcd2dc321bf5eb8d7595fcb72a7df557f401"><code>bd53dcd</code></a> Bump gradle to 7.2 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2144">https://github.com/facebook/flipper/issues/2144</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/16423a00b8910556f6ec760b96a9d7ee220e682f"><code>16423a0</code></a> Bump to Kotlin 1.5.31</li>
<li><a href="https://github.com/Kotlin/dokka/commit/755c0dfa52777d7fbee0b26ac5a1e6bbf61c6a45"><code>755c0df</code></a> Support JS KLib (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2159">https://github.com/facebook/flipper/issues/2159</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/7bea7d1834f014142dc1fbaeb2ba2bc8e4a8e4bc"><code>7bea7d1</code></a> Fix whitespaces inside <code>link</code> tag (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2156">https://github.com/facebook/flipper/issues/2156</a>)</li>
<li><a href="https://github.com/Kotlin/dokka/commit/c4205226ab58facbf4763527cde1e57fc700bbb5"><code>c420522</code></a> Fix link to javadoc enum entry (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2131">https://github.com/facebook/flipper/issues/2131</a>)</li>
<li>See full diff in <a href="https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.5.30&new-version=1.5.31)](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>

Pull Request resolved: facebook#2938

Reviewed By: muraziz

Differential Revision: D31502056

Pulled By: passy

fbshipit-source-id: 12c1aa6ea7f930a769cc2f0233b56c9aa7990a1f
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Oct 8, 2021
1 parent 1e841b7 commit 0f04b2f
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 @@ -14,7 +14,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31"
}
}

Expand Down

0 comments on commit 0f04b2f

Please sign in to comment.