Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump org.jetbrains.dokka from 1.6.21 to 1.7.0 (#249)
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.6.21 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">org.jetbrains.dokka's releases</a>.</em></p> <blockquote> <h2>1.7.0 Beta</h2> <h2>Improvements</h2> <h3>General</h3> <ul> <li>Update to <code>Kotlin</code> 1.7.0, <code>IntelliJ</code> Platform 213</li> <li>Support <a href="https://kotlinlang.org/docs/whatsnew17.html#stable-definitely-non-nullable-types">definitely non-nullable types</a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2520">Kotlin/dokka#2520</a>)</li> <li>Don't expose enum entry constructor arguments, thanks to <a href="https://github.com/ebraminio"><code>@ebraminio</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2497">Kotlin/dokka#2497</a>)</li> <li>Preserve ordering of enum entries as in source code, previously reversed (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2469">Kotlin/dokka#2469</a>)</li> <li>Improve support for inherited <code>Java</code> fields with accessors, now properly interpreted as <code>val</code>/<code>var</code> properties (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2481">Kotlin/dokka#2481</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2532">Kotlin/dokka#2532</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2540">Kotlin/dokka#2540</a>)</li> <li>Skip <code>@deprecated</code> members with <code>HIDDEN</code> level (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2486">Kotlin/dokka#2486</a>)</li> <li>Make rendered default value dependent on source set for expect/actual declarations (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2449">Kotlin/dokka#2449</a>)</li> </ul> <h3>HTML format</h3> <ul> <li>Render quotes as blockquotes instead of code blocks, thanks to <a href="https://github.com/TheOnlyTails"><code>@TheOnlyTails</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2496">Kotlin/dokka#2496</a>)</li> </ul> <h3>Javadoc format</h3> <ul> <li>Make <code>Javadoc</code> pages generation deterministic (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2479">Kotlin/dokka#2479</a>)</li> <li>Update shipped <code>jQuery</code> to avoid multiple CVEs, thanks to <a href="https://github.com/ToppleTheNun"><code>@ToppleTheNun</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1938">Kotlin/dokka#1938</a>)</li> </ul> <h3>GFM format</h3> <ul> <li>Support rendering of code blocks and inline code used in KDocs, thanks to <a href="https://github.com/cosinekitty"><code>@cosinekitty</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2485">Kotlin/dokka#2485</a>)</li> </ul> <h3>Kotlin-as-Java plugin</h3> <ul> <li>Include <code>Java</code> access modifiers into function signatures, thanks to <a href="https://github.com/tripolkaandrey"><code>@tripolkaandrey</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2510">Kotlin/dokka#2510</a>)</li> </ul> <h3>Gradle runner</h3> <ul> <li>Make <code>dokka-analysis</code> dependency <code>compileOnly</code>, this should help avoid compatibility problems if different versions of <code>Kotlin</code> are bundled in <code>Gradle</code> and <code>Dokka</code> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2521">Kotlin/dokka#2521</a>)</li> <li>Enable stricter validation for cacheable <code>Gradle</code> tasks, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2500">Kotlin/dokka#2500</a>)</li> <li>Remove unused & redundant dependencies for <code>Gradle</code> runner, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2502">Kotlin/dokka#2502</a>)</li> <li>Remove outdated suppression in <code>Gradle</code> runner, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2501">Kotlin/dokka#2501</a>)</li> </ul> <h2>Fixes</h2> <h3>General bugfixes</h3> <ul> <li>Fixed a compiler deadlock issue which led to stalling builds in some KMP projects (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2480">Kotlin/dokka#2480</a>)</li> <li>Fixed incorrect argument names of functional type parameters (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2478">Kotlin/dokka#2478</a>)</li> <li>Fixed missing external docs for AndroidX libraries, thanks to <a href="https://github.com/EdricChan03"><code>@EdricChan03</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2456">Kotlin/dokka#2456</a>)</li> <li>Fixed tests failing on Windows, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2507">Kotlin/dokka#2507</a>)</li> </ul> <h3>Security</h3> <ul> <li>Get rid of bundled <code>log4j</code> 1.2 that came as a transitive dependency (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2488">Kotlin/dokka#2488</a>)</li> <li>Update Jackson to avoid <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-36518">CVE-2020-36518</a>, thanks to <a href="https://github.com/1mt"><code>@1mt</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2525">Kotlin/dokka#2525</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kotlin/dokka/commit/abd963b71fbbf42afb9895e38e8ef20a1c90c5d7"><code>abd963b</code></a> Update documentation and examples to Dokka 1.7.0 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2542">#2542</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/5e770efe412da73b4755fc39b1be475286e9b561"><code>5e770ef</code></a> Update Dokka version to release</li> <li><a href="https://github.com/Kotlin/dokka/commit/89fc2494b40624c03a74e01f2f4ec4941bb5314d"><code>89fc249</code></a> Fix incorrectly labeling java properties as val/var (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2540">#2540</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/a11a8dd92fcccff770d6893f27c3546fef17655d"><code>a11a8dd</code></a> Dont escape text inside gfm code blocks (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2541">#2541</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/9f67dcf75d3b86fa6e4e352d2cebc4f9e17b8048"><code>9f67dcf</code></a> Handle more corner cases for inherited accessors (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2532">#2532</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/b783439932372e823c36776c53cda5bdc8d0ccae"><code>b783439</code></a> Make long property names breakable (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2537">#2537</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/933939eca471ab3041ad05a7470cc1a65db56839"><code>933939e</code></a> Update tested AGP version to latest (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2535">#2535</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/4eb04c7c622254f8e426f5db0bbe2e352c41e12e"><code>4eb04c7</code></a> Bump Kotlin to 1.7.0 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2529">#2529</a>)</li> <li><a href="https://github.com/Kotlin/dokka/commit/a27d4eed180b9949d3028a0b5dc8b7afdc667dd8"><code>a27d4ee</code></a> Leave a warning comment about updating Jackson</li> <li><a href="https://github.com/Kotlin/dokka/commit/f997cf9e4b2ab536eff59c4b8d1c363688ab53eb"><code>f997cf9</code></a> Downgrade Jackson due to broken 1.4 support (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2528">#2528</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.6.21...v1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka&package-manager=gradle&previous-version=1.6.21&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information