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
74 stars 5 forks source link

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

Closed renovate[bot] closed 8 months 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.8.10 -> 1.9.10 age adoption passing confidence

Release Notes

Kotlin/dokka (org.jetbrains.dokka:dokka-gradle-plugin) ### [`v1.9.10`](https://togithub.com/Kotlin/dokka/releases/tag/v1.9.10): 1.9.10 Beta #### General - Fix re-emerged code analysis concurrency issues which led to flaky builds ([#​1599](https://togithub.com/Kotlin/dokka/issues/1599), [#​3143](https://togithub.com/Kotlin/dokka/issues/3143)) - Preserve the order of collection items when deserializing Dokka's configuration ([#​3006](https://togithub.com/Kotlin/dokka/issues/3006)). Thanks to [@​eunwoop](https://togithub.com/eunwoop)! #### HTML format - Fix an indefinite loop in the script that resizes symbol signature blocks ([#​3116](https://togithub.com/Kotlin/dokka/issues/3116)) #### Gradle - Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 ([#​3153](https://togithub.com/Kotlin/dokka/issues/3153), [#​3147](https://togithub.com/Kotlin/dokka/issues/3147)) - Mark tasks as not compatible with the Gradle configuration cache ([#​3070](https://togithub.com/Kotlin/dokka/issues/3070)). Thanks to [@​BoD](https://togithub.com/BoD)! #### Java - Fix Java contravariant types being represented as covariant ([#​3091](https://togithub.com/Kotlin/dokka/issues/3091)). Thanks to [@​juliamcclellan](https://togithub.com/juliamcclellan)! ### [`v1.9.0`](https://togithub.com/Kotlin/dokka/releases/tag/v1.9.0): 1.9.0 Beta #### General improvements - Generate dedicated pages for type aliases and enhance their presentation ([https://github.com/Kotlin/dokka/issues/2862](https://togithub.com/Kotlin/dokka/issues/2862), [https://github.com/Kotlin/dokka/issues/2971](https://togithub.com/Kotlin/dokka/issues/2971)) - Add documentation for [Enum.entries](https://youtrack.jetbrains.com/issue/KT-48872) introduced in Kotlin 1.9.0 ([https://github.com/Kotlin/dokka/issues/2762](https://togithub.com/Kotlin/dokka/issues/2762)) #### HTML format This release is packed with enhancements and bugfixes that make your API reference docs mobile-friendly! You may find it a weird direction for improvement β€” we were just as surprised to find that almost 1/4 of Standard Library's API reference traffic is coming from mobile devices. Thanks to the Kotlin Website team, who contributed these improvements, Dokka now provides a solid experience to such visitors. ##### Improvements: - Significantly improve the mobile layout and overall responsiveness ([https://github.com/Kotlin/dokka/pull/2836](https://togithub.com/Kotlin/dokka/pull/2836), [https://github.com/Kotlin/dokka/pull/3021](https://togithub.com/Kotlin/dokka/pull/3021), [https://github.com/Kotlin/dokka/pull/3082](https://togithub.com/Kotlin/dokka/pull/3082), [https://github.com/Kotlin/dokka/pull/3018](https://togithub.com/Kotlin/dokka/pull/3018)) - Use JetBrains Sans as the primary text font ([https://github.com/Kotlin/dokka/pull/3017](https://togithub.com/Kotlin/dokka/pull/3017)) - Improve the experience of reading the documentation when JavaScript is disabled in the browser ([https://github.com/Kotlin/dokka/pull/3020](https://togithub.com/Kotlin/dokka/pull/3020), [https://github.com/Kotlin/dokka/pull/2836](https://togithub.com/Kotlin/dokka/pull/2836)) ##### Bugfixes - Fix a redundant dot in the path of search elements ([https://github.com/Kotlin/dokka/issues/2289](https://togithub.com/Kotlin/dokka/issues/2289)) - Fix unknown asset paths leaking into HTML body ([https://github.com/Kotlin/dokka/pull/3061](https://togithub.com/Kotlin/dokka/pull/3061)) - Fix invisible/hidden packages for modules with a space in the name ([https://github.com/Kotlin/dokka/issues/3011](https://togithub.com/Kotlin/dokka/issues/3011)) #### Java interoperability - Fix multi-param methods being classified as field setters ([https://github.com/Kotlin/dokka/issues/2992](https://togithub.com/Kotlin/dokka/issues/2992)) #### Javadoc format - Add basic support for `@author`, `@since` and `@return` tags ([https://github.com/Kotlin/dokka/issues/1770](https://togithub.com/Kotlin/dokka/issues/1770)). Thanks to [@​irina-turova](https://togithub.com/irina-turova)! #### Other - Decompose Kotlin/Java analysis ([https://github.com/Kotlin/dokka/pull/3034](https://togithub.com/Kotlin/dokka/pull/3034)) - Improve copying base-frontend files between subprojects ([https://github.com/Kotlin/dokka/pull/2970](https://togithub.com/Kotlin/dokka/pull/2970)). Thanks to [@​aSemy](https://togithub.com/aSemy)! *** #### Known problems Some Multiplatform Gradle 8 projects might experience build failures when resolving native/platform dependencies. Please, see [https://github.com/Kotlin/dokka/issues/3153](https://togithub.com/Kotlin/dokka/issues/3153) for more details and workarounds. #### Breaking changes This release introduces some breaking changes that are expected to affect only a fraction of Dokka users. ##### HTML **Note:** this section only applies to those customizing Dokka's HTML format by overriding styles or HTML templates. If you are not doing any customizations, you may skip this section. To lay a solid foundation to making the HTML format responsive, some page layouts and many styles had to be changed in a backward-incompatible manner. If you are overriding `logo-styles.css` to provide your own header logo, please update it to be in line with the [new styles](https://togithub.com/Kotlin/dokka/blob/1.9.0/plugins/base/src/main/resources/dokka/styles/logo-styles.css) - there is significantly less position hardcoding now. See [this example](https://togithub.com/Kotlin/dokka/blob/master/examples/gradle/dokka-customFormat-example/logo-styles.css) for how it can be done. If you are overriding `styles.css` with your own file, please update the baseline styles to the [latest](https://togithub.com/Kotlin/dokka/blob/1.9.0/plugins/base/src/main/resources/dokka/styles/style.css), and see if anything is broken. If you get stuck with adapting your styles to the changes, the [diff](https://gist.github.com/IgnatBeresnev/0ef6a2db6aec49e6a43c12a2a9f287d0/revisions#diff-380b7b38760dd442e897eb0164c58f6a17da966ccaca6318017a468c163979b1) might help. If you are overriding `base.ftl` or `header.ftl` templates, please update them to the [latest](https://togithub.com/Kotlin/dokka/tree/1.9.0/plugins/base/src/main/resources/dokka/templates), and adapt your changes. ##### CLI runner Due to the analysis refactoring needed for the migration to K2 ([#​3099](https://togithub.com/Kotlin/dokka/issues/3099)), the JARs required to run Dokka have slightly changed. The following JARs are **no longer supported** or published: - [dokka-analysis.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-analysis) - [kotlin-analysis-intellij.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-analysis-intellij) - [kotlin-analysis-compiler.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-analysis-compiler) Please, replace them with a single JAR: - [analysis-kotlin-descriptors-1.9.0.jar](https://repo1.maven.org/maven2/org/jetbrains/dokka/analysis-kotlin-descriptors/1.9.0/) ##### Plugin API An internal refactoring of Dokka's analysis API was much needed for the migration to K2, leading to breaking changes in some cases. If your Dokka plugin compiles without any problems β€” you may ignore this information, you are likely not affected. If something doesn't compile or doesn't work anymore, please see [#​3099](https://togithub.com/Kotlin/dokka/issues/3099) for more details. ### [`v1.8.20`](https://togithub.com/Kotlin/dokka/releases/tag/v1.8.20): 1.8.20 Beta ### Improvements - Update Kotlin Gradle Plugin to 1.8.10 and Android Gradle Plugin to 4.1.3. - Move the "Properties" block to be above functions inside the "Members" tab ([#​2908](https://togithub.com/Kotlin/dokka/issues/2908)) - Make Javadoc tag parsing case-sensitive as per Javadoc specification ([#​2907](https://togithub.com/Kotlin/dokka/issues/2907)) - Improve performance by reducing allocations and thus decreasing time spent in GC ([#​2729](https://togithub.com/Kotlin/dokka/issues/2729)) ### Bugfixes - Fix unresolved links leading to declarations from another source set [#​2878](https://togithub.com/Kotlin/dokka/issues/2878) - Fix Dokka not failing the build if there are errors ([#​2934](https://togithub.com/Kotlin/dokka/issues/2934)), regression from 1.8.10. Thanks to [@​jush](https://togithub.com/jush)! - Fix `TypeNotPresentException` thrown in projects without KGP ([#​2890](https://togithub.com/Kotlin/dokka/issues/2890)), regression from 1.8.10. ### Gradle plugin - Start using `kotlin-dsl` plugin ([#​2702](https://togithub.com/Kotlin/dokka/issues/2702), [#​2833](https://togithub.com/Kotlin/dokka/issues/2833)). Thanks to [@​aSemy](https://togithub.com/aSemy)! - Use Gradle filesystem types for task properties and apply default values lazily ([#​2707](https://togithub.com/Kotlin/dokka/issues/2707), [#​2983](https://togithub.com/Kotlin/dokka/issues/2983)). Thanks to [@​aSemy](https://togithub.com/aSemy)! ### Plugin API - Change the default logging level of console apps (`DokkaConsoleLogger`) to `PROGRESS` ([#​2871](https://togithub.com/Kotlin/dokka/issues/2871)) - Introduce `@InternalDokkaApi` annotation ([#​2904](https://togithub.com/Kotlin/dokka/issues/2904)) - Mark various utility API as Dokka-internal ([#​2937](https://togithub.com/Kotlin/dokka/issues/2937)) ### Infrastructure Big thanks to [@​aSemy](https://togithub.com/aSemy), [@​Goooler](https://togithub.com/Goooler) and [@​3flex](https://togithub.com/3flex) for their valuable contributions and for improving the internal developer experience when working on Dokka! - Use convention plugins to configure the subprojects ([#​2704](https://togithub.com/Kotlin/dokka/issues/2704) by [@​aSemy](https://togithub.com/aSemy)) - Use Gradle Version Catalog and type-safe project dependencies ([#​2884](https://togithub.com/Kotlin/dokka/issues/2884) by [@​aSemy](https://togithub.com/aSemy)) - Migrate `buildSrc` to a composite build ([#​2912](https://togithub.com/Kotlin/dokka/issues/2912) by [@​Goooler](https://togithub.com/Goooler)) - Tidy up build configurations and project files ([#​2911](https://togithub.com/Kotlin/dokka/issues/2911), [#​2930](https://togithub.com/Kotlin/dokka/issues/2930), [#​2909](https://togithub.com/Kotlin/dokka/issues/2909), [#​2946](https://togithub.com/Kotlin/dokka/issues/2946), [#​2910](https://togithub.com/Kotlin/dokka/issues/2910), [#​2705](https://togithub.com/Kotlin/dokka/issues/2705) by [@​aSemy](https://togithub.com/aSemy)) - Execute unit tests in parallel ([#​2953](https://togithub.com/Kotlin/dokka/issues/2953) by [@​Goooler](https://togithub.com/Goooler)) - Add the ability to use different Java versions for build and test tasks ([#​2918](https://togithub.com/Kotlin/dokka/issues/2918) by [@​aSemy](https://togithub.com/aSemy)) - Add reproducible archive build config ([#​2947](https://togithub.com/Kotlin/dokka/issues/2947) by [@​aSemy](https://togithub.com/aSemy)) - Configure Kotlin compiler options lazily ([#​2883](https://togithub.com/Kotlin/dokka/issues/2883) by [@​Goooler](https://togithub.com/Goooler)) - Improve GitHub Actions workflows ([#​2939](https://togithub.com/Kotlin/dokka/issues/2939), [#​2938](https://togithub.com/Kotlin/dokka/issues/2938) by [@​Goooler](https://togithub.com/Goooler)) - Stop testing on Java 15 as it has reached EOL ([#​2892](https://togithub.com/Kotlin/dokka/issues/2892) by [@​3flex](https://togithub.com/3flex)) - Remove a workaround for a fixed Gradle issue ([#​2891](https://togithub.com/Kotlin/dokka/issues/2891) by [@​3flex](https://togithub.com/3flex)) ### Documentation - Add informational badges to the main `README.md` ([#​2940](https://togithub.com/Kotlin/dokka/issues/2940)). Thanks to [@​Goooler](https://togithub.com/Goooler)! - Fix typos, inconsistencies and incorrect links in documentation ([#​2979](https://togithub.com/Kotlin/dokka/issues/2979), [#​2973](https://togithub.com/Kotlin/dokka/issues/2973), [#​2952](https://togithub.com/Kotlin/dokka/issues/2952)). Thanks to [@​LiYing2010](https://togithub.com/LiYing2010), [@​strangesource](https://togithub.com/strangesource) and [@​ansman](https://togithub.com/ansman)! - Add more information about the infrastructure to `CONTRIBUTING.md` ([#​2952](https://togithub.com/Kotlin/dokka/issues/2952)) ### Security - Bump npm dependencies to address various vulnerabilities ([#​2894](https://togithub.com/Kotlin/dokka/issues/2894), [#​2923](https://togithub.com/Kotlin/dokka/issues/2923)) ### Other - Update publication POM links to https ([#​2931](https://togithub.com/Kotlin/dokka/issues/2931)). Thanks to [@​aSemy](https://togithub.com/aSemy)! - Tidy up Gradle example projects and warning suppressions ([#​2916](https://togithub.com/Kotlin/dokka/issues/2916), [#​2975](https://togithub.com/Kotlin/dokka/issues/2975)). Thanks to [@​aSemy](https://togithub.com/aSemy)!

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 #77 (d29f10f) into main (9257029) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

:exclamation: Current head d29f10f differs from pull request most recent head 9447a93. Consider uploading reports for the commit 9447a93 to get more accurate results

@@            Coverage Diff            @@
##               main      #77   +/-   ##
=========================================
  Coverage     85.30%   85.30%           
  Complexity      109      109           
=========================================
  Files            14       14           
  Lines           524      524           
  Branches         89       89           
=========================================
  Hits            447      447           
  Misses           53       53           
  Partials         24       24           
Flag Coverage Ξ”
unittests 85.30% <ΓΈ> (ΓΈ)

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