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.20 #33

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.10 -> 1.6.20 age adoption passing confidence

Release Notes

Kotlin/dokka ### [`v1.6.20`](https://togithub.com/Kotlin/dokka/releases/v1.6.20) #### Features - Introduce `documentedVisibilities` setting that allows including/excluding any visibility modifier in documentation. This is a more flexible replacement for `includeNonPublic`, which has now been deprecated (https://github.com/Kotlin/dokka/pull/2270) - Make HTML pages customizable through FreeMarker HTML templates (https://github.com/Kotlin/dokka/pull/2374) - Add global settings to JSON dokka CLI input (https://github.com/Kotlin/dokka/pull/2292), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! #### HTML format changes - Add vertical alignment (wrapping) of signatures when 3 and more parameters are present (https://github.com/Kotlin/dokka/pull/2309) - Enhance primary constructor signature, display `val`/`var` keywords and default values (https://github.com/Kotlin/dokka/pull/2313) - Add a level of indentation to childless items in navigation tree (https://github.com/Kotlin/dokka/pull/2291) - Add horizontal margin to breadcrumbs delimiter (https://github.com/Kotlin/dokka/pull/2285) - Fixed various CSS rendering issues (https://github.com/Kotlin/dokka/pull/2284, https://github.com/Kotlin/dokka/pull/2389) #### Bugfixes - Fixed `OutOfMemoryError: Metaspace`-related issues for the majority of cases (https://github.com/Kotlin/dokka/pull/2216) - Fixed classpath issues for HMPP libraries (https://github.com/Kotlin/dokka/pull/2431) - Using `@` symbol within code blocks in `.md` files doesn't lead to cropped documents anymore (https://github.com/Kotlin/dokka/pull/2418) - Fixed incorrect placement of HTML head tags, which led to missing favicon in multi-module projects (https://github.com/Kotlin/dokka/pull/2365) - Fixed resolution of ultralight methods that led to flaky signature generation (https://github.com/Kotlin/dokka/pull/2400) - Coroutines dispatchers are now shut down after each module pass to avoid resource leaks (https://github.com/Kotlin/dokka/pull/2325) - Suppressed property setters are now excluded from documentation (https://github.com/Kotlin/dokka/pull/2220) - Suppressing extensions doesn't fail builds anymore (https://github.com/Kotlin/dokka/pull/2348), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Fixed java getter / setter name generation for kotlin-java interop, now `isBoolean` instead of `getBoolean` (https://github.com/Kotlin/dokka/pull/2356), thanks to [@​CharlesG-Branch](https://togithub.com/CharlesG-Branch)! - Fixed MathJax plugin, previously completely broken (https://github.com/Kotlin/dokka/pull/2342), thanks to [@​wyskoj](https://togithub.com/wyskoj)! - Fixed Input/Output streams to minimize resource leaks (https://github.com/Kotlin/dokka/pull/2312, https://github.com/Kotlin/dokka/pull/2319) #### Plugin API Changes - Add an extension point for rendering custom [documentation tags](https://kotlinlang.org/docs/kotlin-doc.html#block-tags) (https://github.com/Kotlin/dokka/pull/2343) - Add an extension point for an external documentable provider (https://github.com/Kotlin/dokka/pull/2307), thanks to [@​Kordyjan](https://togithub.com/Kordyjan)! - Add filtering stategies extension point and fix constructors in Kotlin-as-Java (https://github.com/Kotlin/dokka/pull/2277), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Expose Kotlin-as-Java methods that could be used not only as part of transformers (https://github.com/Kotlin/dokka/pull/2351), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Refactor Ancestry Graphs (https://github.com/Kotlin/dokka/pull/2326), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Fixed resolving of DRIs for Enum Entries (https://github.com/Kotlin/dokka/pull/2305), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! #### General Improvements - Collect annotations from `package-info.java` (https://github.com/Kotlin/dokka/pull/2331), thanks to [@​ember-rose](https://togithub.com/ember-rose)! - Add support for header tags (`

` / `

` / `

`) in Javadoc (https://github.com/Kotlin/dokka/pull/2345), thanks to [@​asfalcone](https://togithub.com/asfalcone)! - Add an option to merge implicit expect-actual declarations, enables merging of pages for related declarations which are not connected via `expect`-`actual` keywords (https://github.com/Kotlin/dokka/pull/2316) - Add a note about using Dokka in a precompiled script plugin (https://github.com/Kotlin/dokka/pull/2303), thanks to [@​chkpnt](https://togithub.com/chkpnt)! - Fixed wrong Groovy DSL example (https://github.com/Kotlin/dokka/pull/2302), thanks to [@​chkpnt](https://togithub.com/chkpnt)! - Various code cleanups (https://github.com/Kotlin/dokka/pull/2165, https://github.com/Kotlin/dokka/pull/2360, https://github.com/Kotlin/dokka/pull/2364, https://github.com/Kotlin/dokka/pull/2385), thanks to [@​Goooler](https://togithub.com/Goooler)! #### Known issues - Kotlin Multiplatform projects that use `.klib` libraries may experience problems. There will be a separate `1.6.21` release that will address this issue shortly.


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 #33 (07db33a) into main (23dbf6f) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #33   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      112      112           
=========================================
  Files            14       14           
  Lines           492      492           
  Branches         88       88           
=========================================
  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 23dbf6f...07db33a. Read the comment docs.