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.7.20 #49

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

Kotlin/dokka ### [`v1.7.20`](https://togithub.com/Kotlin/dokka/releases/tag/v1.7.20) This release focuses primarily on improving user experience and HTML format in particular. ##### Improvements ##### General - Display inherited extensions (can be disabled by setting `suppressInheritedMembers` configuration property) ([#​2625](https://togithub.com/Kotlin/dokka/issues/2625)) - Display details for `@Deprecated` declarations such as deprecation message, level and proposed replacement ([#​2622](https://togithub.com/Kotlin/dokka/issues/2622)) - Display and document `Enum`'s synthetic `values()` and `valueOf()` functions ([#​2650](https://togithub.com/Kotlin/dokka/issues/2650)) - Do not render constructors for annotation classes ([#​2642](https://togithub.com/Kotlin/dokka/issues/2642)) - Display values of `Java` constants ([#​2609](https://togithub.com/Kotlin/dokka/issues/2609)) - Trim spaces inside indented code blocks ([#​2661](https://togithub.com/Kotlin/dokka/issues/2661), [#​2232](https://togithub.com/Kotlin/dokka/issues/2232), [#​2233](https://togithub.com/Kotlin/dokka/issues/2233)) - Replace package name on the cover of package pages with "Package-level declarations" ([#​2586](https://togithub.com/Kotlin/dokka/issues/2586)) ##### HTML format - Add IntelliJ icons to the navigation side menu ([#​2578](https://togithub.com/Kotlin/dokka/issues/2578)) - Add auto-scrolling to selected navigation item ([#​2575](https://togithub.com/Kotlin/dokka/issues/2575)) - Use OS color scheme to initialize light/dark mode, thanks to [@​pt2121](https://togithub.com/pt2121)! ([#​2611](https://togithub.com/Kotlin/dokka/issues/2611)) - Update styling of all section tabs (including platform tabs) to match [kotlinlang.org](https://kotlinlang.org/docs/home.html) ([#​2589](https://togithub.com/Kotlin/dokka/issues/2589)) - Format long signatures dynamically based on client width ([#​2659](https://togithub.com/Kotlin/dokka/issues/2659)) - Add a horizontal divider between function overloads that are displayed on the same page ([#​2585](https://togithub.com/Kotlin/dokka/issues/2585)) - Add `Cmd + K` / `Ctrl + K` hotkey for opening search dialog, thanks to [@​atyrin](https://togithub.com/atyrin)! ([#​2633](https://togithub.com/Kotlin/dokka/issues/2633)) - Make current breadcrumb element not clickable and of default font color ([#​2588](https://togithub.com/Kotlin/dokka/issues/2588)) - Update code highlighting colors ([#​2670](https://togithub.com/Kotlin/dokka/issues/2670)) - Do not render platform tabs for common-only content ([#​2613](https://togithub.com/Kotlin/dokka/issues/2613)) - Apply the same style to all KDoc tag headers, making it more consistent ([#​2587](https://togithub.com/Kotlin/dokka/issues/2587)) - Move source links into signature, especially helpful on pages with many overloads ([#​2476](https://togithub.com/Kotlin/dokka/issues/2476)) - Add inner/nested declarations to the navigation side menu ([#​2597](https://togithub.com/Kotlin/dokka/issues/2597)) - Disable copy button for signatures ([#​2577](https://togithub.com/Kotlin/dokka/issues/2577)) ##### Javadoc format - Support `var` HTML tag, thanks to [@​atyrin](https://togithub.com/atyrin) ([#​2617](https://togithub.com/Kotlin/dokka/issues/2617)) ##### Kotlin-as-Java plugin - Render annotation blocks for transformed classes, previously ignored ([#​2549](https://togithub.com/Kotlin/dokka/issues/2549)) ##### Gradle runner - Remove `kotlin-stdlib` dependency, which should fix errors like `Module was compiled with an incompatible version of Kotlin`, thanks to [@​martinbonnin](https://togithub.com/martinbonnin)! ([#​2570](https://togithub.com/Kotlin/dokka/issues/2570)) ##### Bugfixes - Fixed missing spaces between adjacent `Markdown` elements, where `_try_ *this*` would be rendered as `trythis` ([#​2640](https://togithub.com/Kotlin/dokka/issues/2640)) - Fixed dependency resolution errors when building documentation for multiplatform projects with enabled compatibility metadata variant ([#​2634](https://togithub.com/Kotlin/dokka/issues/2634)) - Fixed a rare `StackOverflowError` related to type-aliased native references ([#​2664](https://togithub.com/Kotlin/dokka/issues/2664)) - Fixed `IllegalStateException` that was caused by using JS's dynamic types ([#​2645](https://togithub.com/Kotlin/dokka/issues/2645)) - Fixed a bug where certain `private` declarations were rendered as `public` ([#​2639](https://togithub.com/Kotlin/dokka/issues/2639)) - Fixed incorrect handling of static declarations used within `@see` tag ([#​2627](https://togithub.com/Kotlin/dokka/issues/2627)) - Fixed `Java` Enum types being rendered as `Any` ([#​2647](https://togithub.com/Kotlin/dokka/issues/2647)) - Fixed incorrect signature generation that was caused by generic types caching ([#​2619](https://togithub.com/Kotlin/dokka/issues/2619)) - Fixed incorrect parsing of static imports in `Java` annotation params ([#​2593](https://togithub.com/Kotlin/dokka/issues/2593)) - Fixed `sourceRoots` configuration param not handling single `.java` files, thanks to [@​2017398956](https://togithub.com/2017398956)! ([#​2604](https://togithub.com/Kotlin/dokka/issues/2604)) - Fixed unresponsive HTML anchor button ([#​2644](https://togithub.com/Kotlin/dokka/issues/2644)) - Fixed `dokka-customFormat-example` project to use up-to-date logo styles ([#​2608](https://togithub.com/Kotlin/dokka/issues/2608)) ##### Developer experience - Enable `Gradle Enterprise` build scans, thanks to [@​Goooler](https://togithub.com/Goooler)! ([#​2641](https://togithub.com/Kotlin/dokka/issues/2641)) - Use `GitHub Actions` artifacts to store generated documentation snapshots, thanks to [@​StefMa](https://togithub.com/StefMa)! ([#​2630](https://togithub.com/Kotlin/dokka/issues/2630)) ##### Other - Warn users that GFM, Javadoc and Jekyll formats are in early alpha stages by printing a build log message during execution ([#​2550](https://togithub.com/Kotlin/dokka/issues/2550)) - Revise developer guides documentation that should help plugin authors and new contributors ([#​2523](https://togithub.com/Kotlin/dokka/issues/2523)) - Bump Gradle to 7.5.1, thanks to [@​Goooler](https://togithub.com/Goooler)! ([#​2618](https://togithub.com/Kotlin/dokka/issues/2618)) - Fix spelling errors, thanks to [@​FelixDombek](https://togithub.com/FelixDombek)! ([#​2594](https://togithub.com/Kotlin/dokka/issues/2594))

Configuration

📅 Schedule: Branch creation - "before 4am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #49 (980597b) into main (bd326ae) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #49   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      109      109           
=========================================
  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.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.