From fe96c9b6d287fd03b8d971f3555a82956ba5fe75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 09:18:16 -0700 Subject: [PATCH] Bump dokka-gradle-plugin from 1.4.32 to 1.5.0 (#2587) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.32 to 1.5.0.
Release notes

Sourced from dokka-gradle-plugin's releases.

1.5.0 Alpha

Kotlin compiler upgraded to 1.5.0

Fixes:

Make module name optional in CLI (https://github.com/facebook/flipper/issues/1850) Fix line separator issues (https://github.com/facebook/flipper/issues/1887) Fix preserving spaces in Javadoc comments (https://github.com/facebook/flipper/issues/1923) GFM renderer: sanitize line ends (https://github.com/facebook/flipper/issues/1936) Fix rendering html in briefs (https://github.com/facebook/flipper/issues/1931) Fix code blocks on Extension Points page (https://github.com/facebook/flipper/issues/1948) Remove extra dash (https://github.com/facebook/flipper/issues/1968) Don't use older dir from previous runs in versioning (https://github.com/facebook/flipper/issues/1963) Change jekyll links to be .html (https://github.com/facebook/flipper/issues/1990) Fix Gradle plugin application (https://github.com/facebook/flipper/issues/2000)

Added features:

Add a supertype for leaf dokka tasks that defines dokkaSourceSets (https://github.com/facebook/flipper/issues/1891) Add ability to specify older versions as a list of files (https://github.com/facebook/flipper/issues/1890) Cachable Gradle task (https://github.com/facebook/flipper/issues/1905) Multilanguage docs inheritance (https://github.com/facebook/flipper/issues/1951) Logging levels in CLI (https://github.com/facebook/flipper/issues/1976) Flatten multi-module structure (https://github.com/facebook/flipper/issues/1980)

Special thanks to external contributors: @​rnett, @​msink, @​zsmb13, @​rachelcarmena and @​hfhbd

Commits

[![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.4.32&new-version=1.5.0)](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) ---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2587 Reviewed By: mweststrate Differential Revision: D29791152 Pulled By: priteshrnandgaonkar fbshipit-source-id: 4f1d145a737248a9abc5ea0392bf6681d0b6e981 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b462032ac..daa8d1e6e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" - classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.32" + classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.0" } }