petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
75 stars 5 forks source link

chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.6.10 #23

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.dokka:dokka-gradle-plugin 1.6.0 -> 1.6.10 age adoption passing confidence

Release Notes

Kotlin/dokka ### [`v1.6.10`](https://togithub.com/Kotlin/dokka/releases/v1.6.10) #### Changes - Support Kotlin 1.6.10 - Add a sample project for versioning multi-module (https://github.com/Kotlin/dokka/pull/2170) #### Bugfixes - Fix various `java.util.zip.ZipException` for JS dependencies (https://github.com/Kotlin/dokka/pull/2258) - Fix handling of Description Lists (`
`) used in JavaDocs (https://github.com/Kotlin/dokka/pull/2259) - Fix for "repositories not defined" issue in versioning multimodule example (https://github.com/Kotlin/dokka/pull/2263), thanks [@​rajdeep1008](https://togithub.com/rajdeep1008)! - Fix multiple rendering issues for "See Also" block for html format (https://github.com/Kotlin/dokka/pull/2267) - Fix sample body not being embedded to documentation (https://github.com/Kotlin/dokka/pull/2216) #### Maintenance - Update npm dependencies (https://github.com/Kotlin/dokka/pull/2251) - Bump `de.undercouch.download` to 4.1.2 (https://github.com/Kotlin/dokka/pull/2268) - Bump `kotlinx.coroutines` to 1.6.0 in integration tests (https://github.com/Kotlin/dokka/pull/2276)

Configuration

📅 Schedule: "before 4am on Saturday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (c1db157) into main (5cbe050) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #23   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      113      113           
=========================================
  Files            14       14           
  Lines           492      492           
  Branches         87       87           
=========================================
  Hits            415      415           
  Misses           53       53           
  Partials         24       24           
Flag Coverage Δ
unittests 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5cbe050...c1db157. Read the comment docs.