-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 4a76919
authored
chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10 (#63)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.jetbrains.dokka:dokka-gradle-plugin](https://togithub.com/Kotlin/dokka)
| `1.7.20` -> `1.8.10` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>Kotlin/dokka</summary>
### [`v1.8.10`](https://togithub.com/Kotlin/dokka/releases/tag/v1.8.10):
1.8.10 Beta
Dokka's documentation has been entirely rewritten and can now be found
on
[kotlinlang.org](https://kotlinlang.org/docs/dokka-introduction.html):
- More examples, including Groovy DSL for Gradle project configuration
- More guidelines to help beginners
- More details for complex projects
**Note**: Version 1.8.0 was skipped due to a Metaspace memory leak in
Kotlin's reflection
([KT-56093](https://youtrack.jetbrains.com/issue/KT-56093)). Dokka
1.8.10 should be fully compatible with Kotlin 1.8.0.
#### Improvements
- Revise project documentation and examples
([#​2728](https://togithub.com/Kotlin/dokka/issues/2728),
[#​2737](https://togithub.com/Kotlin/dokka/issues/2737),
[#​2736](https://togithub.com/Kotlin/dokka/issues/2736)). Thanks
to [@​sarahhaggarty](https://togithub.com/sarahhaggarty) for
helping!
- Support generating documentation for Kotlin/Wasm projects
([#​2814](https://togithub.com/Kotlin/dokka/issues/2814)). Thanks
to [@​igoriakovlev](https://togithub.com/igoriakovlev)!
- Move the contents of `Inheritors`, `Parameters`, `See also` and
`Samples` tabs into the main declaration description
([#​2688](https://togithub.com/Kotlin/dokka/issues/2688)).
- Add `Members` and `Members & Extensions` tabs to class-like
declaration pages
([#​2764](https://togithub.com/Kotlin/dokka/issues/2764)).
- Display source set / platform indicators at all times, which should
help identify the supported platform of single-platform libraries and
modules.
([#​2847](https://togithub.com/Kotlin/dokka/issues/2847)).
- Generate the default no-arg constructor for Java declarations
([#​2765](https://togithub.com/Kotlin/dokka/issues/2765)).
#### Bugfixes
- Fixed analysis environment not being properly disposed
([#​2755](https://togithub.com/Kotlin/dokka/issues/2755)).
- Fixed nondeterministic sorting of function/property overloads
([#​2784](https://togithub.com/Kotlin/dokka/issues/2784)).
- Fixed inconsistent alphabetical order of element groups in index and
navigation
([#​2861](https://togithub.com/Kotlin/dokka/issues/2861)).
- Fixed constructors being rendered as functions
([#​2689](https://togithub.com/Kotlin/dokka/issues/2689)).
- Fixed default values for `var` properties being displayed
([#​2717](https://togithub.com/Kotlin/dokka/issues/2717)).
- Fixed source links leading to the KDoc instead of the declaration
([#​2724](https://togithub.com/Kotlin/dokka/issues/2724)).
- Fixed thread-safety issues in `DokkaLogger`
([#​2827](https://togithub.com/Kotlin/dokka/issues/2827)).
- Fixed documentation not being inherited in case of diamond inheritance
([#​2686](https://togithub.com/Kotlin/dokka/issues/2686)).
##### Gradle Plugin
- Fixed `NoSuchMethodError` when running under Gradle 8
([#​2796](https://togithub.com/Kotlin/dokka/issues/2796)).
- Fixed possible metaspace leaks due to external thread locals not being
disposed
([#​2678](https://togithub.com/Kotlin/dokka/issues/2678)).
- Fixed premature initialization of `outputDirectory` input property
([#​556](https://togithub.com/Kotlin/dokka/issues/556)).
- Fixed premature initialization of `moduleVersion` input property
([#​2799](https://togithub.com/Kotlin/dokka/issues/2799)). Thanks
to
[@​JavierSegoviaCordoba](https://togithub.com/JavierSegoviaCordoba)!
- Fixed unnecessary snapshotting of source link directory input which
led to performance problems
([#​2807](https://togithub.com/Kotlin/dokka/issues/2807)).
- Fixed missing group and description for `MultiModule` tasks
([#​2806](https://togithub.com/Kotlin/dokka/issues/2806)). Thanks
to [@​TWiStErRob](https://togithub.com/TWiStErRob)!
##### Javadoc
- Fixed truncation of module and package description after the first
sentence
([#​2055](https://togithub.com/Kotlin/dokka/issues/2055)). Thanks
to [@​BlackAnubis7](https://togithub.com/BlackAnubis7)!
- Fixed rendering of empty/useless Kotlin companion objects
([#​200](https://togithub.com/Kotlin/dokka/issues/200),
[#​2086](https://togithub.com/Kotlin/dokka/issues/2086))
- Fixed leaking configuration/environment details in generated links
([#​2803](https://togithub.com/Kotlin/dokka/issues/2803)).
- Fixed incorrect links when `javadoc.jar` produced by Dokka is imported
into IntelliJ IDEA / Android Studio
([#​2734](https://togithub.com/Kotlin/dokka/issues/2734)). Thanks
to [@​bomberaya](https://togithub.com/bomberaya)!
#### Plugin API
- Mark Plugin API as experimental
([#​2716](https://togithub.com/Kotlin/dokka/issues/2716)).
#### Infrastructure
- Enable Gradle build cache, and add caching of Maven dependencies for
GitHub Actions
([#​2711](https://togithub.com/Kotlin/dokka/issues/2711),
[#​2722](https://togithub.com/Kotlin/dokka/issues/2722)). Thanks
to [@​aSemy](https://togithub.com/aSemy)!
- Add concurrency cancellation for build/test GitHub Actions
([#​2710](https://togithub.com/Kotlin/dokka/issues/2710)). Thanks
to [@​aSemy](https://togithub.com/aSemy)!
#### Other
- Update `jackson-databind` to avoid CVE-2022-42003
([#​2733](https://togithub.com/Kotlin/dokka/issues/2733)). Thanks
to [@​ryanlewis](https://togithub.com/ryanlewis)!
- Update `Jsoup` to avoid CVE-2022-36033
([#​2772](https://togithub.com/Kotlin/dokka/issues/2772)).
- Deprecate methods for adding/removing task dependencies in Dokka's
Gradle plugin
([#​2857](https://togithub.com/Kotlin/dokka/issues/2857)).
- Documentation improvements and fixes
([#​2719](https://togithub.com/Kotlin/dokka/issues/2719),
[#​2718](https://togithub.com/Kotlin/dokka/issues/2718),
[#​2744](https://togithub.com/Kotlin/dokka/issues/2744)). Thanks
to [@​SimonMarquis](https://togithub.com/SimonMarquis) and
[@​ansman](https://togithub.com/ansman)!
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/petertrr/kotlin-multiplatform-diff).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->1 parent 6ee8014 commit 4a76919Copy full SHA for 4a76919
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- buildSrc
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
0 commit comments