intellij-platform-git-stats-plugin
intellij-platform-git-stats-plugin copied to clipboard
chore(deps): bump org.jetbrains.dokka from 1.9.10 to 1.9.20
Bumps org.jetbrains.dokka from 1.9.10 to 1.9.20.
Release notes
Sourced from org.jetbrains.dokka's releases.
1.9.20
General bugfixes
- Fixed sealed interfaces not having the
sealedkeyword in signatures (Kotlin/dokka#2994)- Fixed incorrect links in multi-module projects with non-unique package names (Kotlin/dokka#2272). Huge thanks to
@EddieRingle!- Fixed member extensions not being shown on index pages in certain scenarios (Kotlin/dokka#3187)
- Fixed Java's inner classes not having the
innerkeyword in Kotlin signatures (Kotlin/dokka#2793)- Fixed Java's
@paramtag not working with type parameters (Kotlin/dokka#3199)- Fixed Dokka failing in KMP projects when the JVM source set is suppressed (Kotlin/dokka#3209)
HTML format
- Provide an ability to add a custom homepage link to the header, more details in Kotlin/dokka#2948
- Fixed tab selection resetting after navigating to a different page (Kotlin/dokka#2899)
- Fixed inline code not always being aligned with the surrounding text (Kotlin/dokka#3228)
- Fixed the "No options found" text in search being barely visible (Kotlin/dokka#3281)
- Fixed empty HTML tags being rendered for no reason (Kotlin/dokka#3343, Kotlin/dokka#3095)
Runners
Gradle Plugin
- Mark tasks as not compatible with Gradle configuration cache, second try (Kotlin/dokka#3438). Thanks to
@3flexfor noticing and fixing the problem!Maven Plugin
- Fixed
dokka:helpbeing absent (Kotlin/dokka#3035). Thanks to@aSemy!- Fixed the source links configuration not working (Kotlin/dokka#3046). Thanks to
@freya022for fixing this one!CLI runner
- Allow using relative paths in the
sourceRootsconfiguration option (Kotlin/dokka#2571)Plugin API
- Provide an extension point to customize the rendering of code blocks in HTML format (Kotlin/dokka#3244)
Other:
- Make sure
wasm-jsandwasm-wasitargets introduced in Kotlin 1.9.20 are supported (Kotlin/dokka#3310)- Avoid concurrent invocations of Kotlin compiler's API due to the compiler API itself not always being thread safe (Kotlin/dokka#3151). No noticeable performance loss is expected.
- Bump dependencies to the latest versions (Kotlin/dokka#3231, Kotlin/dokka#3206, Kotlin/dokka#3204)
- Fix a documentation link (Kotlin/dokka#3213). Thanks to
@SubhrajyotiSenfor noticing and fixing it!- Various build and project structure improvements (Kotlin/dokka#3174, Kotlin/dokka#3132). Enormous thanks to
@aSemyfor the help!See Dokka 1.9.20 milestone for the list of all changes.
Commits
cea2574Update Kotlin/Dokka version references to 1.9.20 (#3510)ff47f23Allow publishing to a pre-defined staging repository9d11031[Javadoc] Ignore Kotlin samples (#3473)b8ef2ddFix fastutil shadowing (#3476)fdff1edFix logic to declare incompatibility with configuration cache (#3438)c17451eReplace usages of deprecated in JDK 20java.net.URLconstructor in Gradle r...46762daDisable signing if artifacts are published to Maven Localb532688refactor: improved navigation controls style (#3410)5324006fix: proper strikethrough in navigation for Fifefox #3156 (#3436)809bfb7Fix cross module resolution local links (#3425)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)