This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10 - #5
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10#5renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
July 12, 2022 18:32
3436537 to
8bfb51a
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
September 7, 2022 21:26
8bfb51a to
7228260
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
October 10, 2022 23:52
7228260 to
5f0b602
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
3 times, most recently
from
October 25, 2022 04:15
7ad24fa to
96794f1
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
2 times, most recently
from
November 2, 2022 03:23
784ca55 to
d2a2fac
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
November 11, 2022 03:38
d2a2fac to
8f0c401
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
November 26, 2022 03:59
8f0c401 to
f0afd4b
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
2 times, most recently
from
December 8, 2022 03:34
a9837a7 to
0f48fe6
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
3 times, most recently
from
December 16, 2022 02:19
4336969 to
708484a
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
2 times, most recently
from
December 22, 2022 04:26
a1cd1d6 to
9d6a138
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
4 times, most recently
from
January 2, 2023 03:24
dde1e48 to
0785b1c
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
3 times, most recently
from
January 8, 2023 02:41
5364893 to
53efd27
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
January 13, 2023 04:28
53efd27 to
dddf4bb
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
January 24, 2023 04:00
dddf4bb to
defa0f1
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
3 times, most recently
from
February 7, 2023 03:42
ca03c37 to
e9cd536
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
4 times, most recently
from
February 15, 2023 03:58
43ac96e to
ea57ab8
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
4 times, most recently
from
February 23, 2023 04:22
0520bbe to
ffa6e8f
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
3 times, most recently
from
March 4, 2023 03:59
877d557 to
f805fd1
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
March 6, 2023 03:45
f805fd1 to
91bbbcc
Compare
renovate
Bot
force-pushed
the
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x
branch
from
April 10, 2023 05:05
91bbbcc to
330a314
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.21->1.8.10Release Notes
Kotlin/dokka
v1.8.10: 1.8.10 BetaDokka's documentation has been entirely rewritten and can now be found on kotlinlang.org:
Note: Version 1.8.0 was skipped due to a Metaspace memory leak in Kotlin's reflection (KT-56093). Dokka 1.8.10 should be fully compatible with Kotlin 1.8.0.
Improvements
Inheritors,Parameters,See alsoandSamplestabs into the main declaration description (#2688).MembersandMembers & Extensionstabs to class-like declaration pages (#2764).Bugfixes
varproperties being displayed (#2717).DokkaLogger(#2827).Gradle Plugin
NoSuchMethodErrorwhen running under Gradle 8 (#2796).outputDirectoryinput property (#556).moduleVersioninput property (#2799). Thanks to @JavierSegoviaCordoba!MultiModuletasks (#2806). Thanks to @TWiStErRob!Javadoc
javadoc.jarproduced by Dokka is imported into IntelliJ IDEA / Android Studio (#2734). Thanks to @bomberaya!Plugin API
Infrastructure
Other
jackson-databindto avoid CVE-2022-42003 (#2733). Thanks to @ryanlewis!Jsoupto avoid CVE-2022-36033 (#2772).v1.7.20: 1.7.20 BetaThis release focuses primarily on improving user experience and HTML format in particular.
Improvements
General
suppressInheritedMembersconfiguration property) (#2625)@Deprecateddeclarations such as deprecation message, level and proposed replacement (#2622)Enum's syntheticvalues()andvalueOf()functions (#2650)Javaconstants (#2609)HTML format
Cmd + K/Ctrl + Khotkey for opening search dialog, thanks to @atyrin! (#2633)Javadoc format
varHTML tag, thanks to @atyrin (#2617)Kotlin-as-Java plugin
Gradle runner
kotlin-stdlibdependency, which should fix errors likeModule was compiled with an incompatible version of Kotlin, thanks to @martinbonnin! (#2570)Bugfixes
Markdownelements, where_try_ *this*would be rendered astrythis(#2640)StackOverflowErrorrelated to type-aliased native references (#2664)IllegalStateExceptionthat was caused by using JS's dynamic types (#2645)privatedeclarations were rendered aspublic(#2639)@seetag (#2627)JavaEnum types being rendered asAny(#2647)Javaannotation params (#2593)sourceRootsconfiguration param not handling single.javafiles, thanks to @2017398956! (#2604)dokka-customFormat-exampleproject to use up-to-date logo styles (#2608)Developer experience
Gradle Enterprisebuild scans, thanks to @Goooler! (#2641)GitHub Actionsartifacts to store generated documentation snapshots, thanks to @StefMa! (#2630)Other
v1.7.10: 1.7.10 BetaBugfix release that addresses several blockers and regressions.
General
Kotlin1.7.10Gradle plugin
Kotlinstdlib in plugin dependencies, this should fix errors likeModule was compiled with an incompatible version of Kotlinwhen usingDokka. Thanks to @martinbonnin (#2543)Java sources
Javacode (#2544)Javasources (#2509, #2551, #2350)IntelliJplatformWARN: Attempt to load keymessages that appeared when analyzingJavasources (#2559)v1.7.0: 1.7.0 BetaImprovements
General
Kotlin1.7.0,IntelliJPlatform 213Javafields with accessors, now properly interpreted asval/varproperties (https://github.com/Kotlin/dokka/pull/2481, https://github.com/Kotlin/dokka/pull/2532, https://github.com/Kotlin/dokka/pull/2540)@Deprecatedmembers withHIDDENlevel (https://github.com/Kotlin/dokka/pull/2486)HTML format
Javadoc format
Javadocpages generation deterministic (https://github.com/Kotlin/dokka/pull/2479)jQueryto avoid multiple CVEs, thanks to @ToppleTheNun (https://github.com/Kotlin/dokka/issues/1938)GFM format
Kotlin-as-Java plugin
Javaaccess modifiers into function signatures, thanks to @tripolkaandrey (https://github.com/Kotlin/dokka/pull/2510)Gradle runner
dokka-analysisdependencycompileOnly, this should help avoid compatibility problems if different versions ofKotlinare bundled inGradleandDokka(https://github.com/Kotlin/dokka/pull/2521)Gradletasks, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2500)Gradlerunner, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2502)Gradlerunner, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2501)Fixes
General bugfixes
Security
log4j1.2 that came as a transitive dependency (https://github.com/Kotlin/dokka/issues/2488)Plugin API
base.ftltemplate: nowheader.ftl,footer.ftlandpage_metadata.ftlcan be overridden individually (https://github.com/Kotlin/dokka/pull/2432)Other
Thanks to all the contributors!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.