Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.dokka from 1.7.10 to 1.7.20 #27

Merged
merged 1 commit into from Oct 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps org.jetbrains.dokka from 1.7.10 to 1.7.20.

Release notes

Sourced from org.jetbrains.dokka's releases.

1.7.20 Beta

This release focuses primarily on improving user experience and HTML format in particular.

Improvements

General

  • Display inherited extensions (can be disabled by setting suppressInheritedMembers configuration property) (#2625)
  • Display details for @Deprecated declarations such as deprecation message, level and proposed replacement (#2622)
  • Display and document Enum's synthetic values() and valueOf() functions (#2650)
  • Do not render constructors for annotation classes (#2642)
  • Display values of Java constants (#2609)
  • Trim spaces inside indented code blocks (#2661, #2232, #2233)
  • Replace package name on the cover of package pages with "Package-level declarations" (#2586)

HTML format

  • Add IntelliJ icons to the navigation side menu (#2578)
  • Add auto-scrolling to selected navigation item (#2575)
  • Use OS color scheme to initialize light/dark mode, thanks to @​pt2121! (#2611)
  • Update styling of all section tabs (including platform tabs) to match kotlinlang.org (#2589)
  • Format long signatures dynamically based on client width (#2659)
  • Add a horizontal divider between function overloads that are displayed on the same page (#2585)
  • Add Cmd + K / Ctrl + K hotkey for opening search dialog, thanks to @​atyrin! (#2633)
  • Make current breadcrumb element not clickable and of default font color (#2588)
  • Update code highlighting colors (#2670)
  • Do not render platform tabs for common-only content (#2613)
  • Apply the same style to all KDoc tag headers, making it more consistent (#2587)
  • Move source links into signature, especially helpful on pages with many overloads (#2476)
  • Add inner/nested declarations to the navigation side menu (#2597)
  • Disable copy button for signatures (#2577)

Javadoc format

Kotlin-as-Java plugin

  • Render annotation blocks for transformed classes, previously ignored (#2549)

Gradle runner

  • Remove kotlin-stdlib dependency, which should fix errors like Module was compiled with an incompatible version of Kotlin, thanks to @​martinbonnin! (#2570)

Bugfixes

  • Fixed missing spaces between adjacent Markdown elements, where _try_ *this* would be rendered as trythis (#2640)
  • Fixed dependency resolution errors when building documentation for multiplatform projects with enabled compatibility metadata variant (#2634)
  • Fixed a rare StackOverflowError related to type-aliased native references (#2664)
  • Fixed IllegalStateException that was caused by using JS's dynamic types (#2645)
  • Fixed a bug where certain private declarations were rendered as public (#2639)
  • Fixed incorrect handling of static declarations used within @see tag (#2627)
  • Fixed Java Enum types being rendered as Any (#2647)
  • Fixed incorrect signature generation that was caused by generic types caching (#2619)
  • Fixed incorrect parsing of static imports in Java annotation params (#2593)
  • Fixed sourceRoots configuration param not handling single .java files, thanks to @​2017398956! (#2604)

... (truncated)

Commits
  • d61df34 Change log level to INFO for messages about alpha plugin versions (#2693)
  • 9bfc049 Change version to release
  • 1e67fe7 Update Kotlin to 1.7.20 (#2692)
  • b923bb6 Fix some extra indentation in code block that is inside list (#2233)
  • a7750c6 Update Kotlin to 1.7.20-RC (#2682)
  • 86f9559 Add documentation for synthetic Enum values() and valueOf() functions (#2...
  • 9207f8f Fix source links in case of dri clashing (#2676)
  • ee8e730 Extract classpath from KotlinSharedNativeCompilation as well (#2664)
  • a816e91 Trim four spaces inside indented code block (#2661)
  • a0250a5 Update integration tests: coroutines, serialization, biojava (#2672)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.7.10...v1.7.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 17, 2022
@z4kn4fein z4kn4fein merged commit 589bfdf into main Oct 21, 2022
@z4kn4fein z4kn4fein deleted the dependabot/gradle/org.jetbrains.dokka-1.7.20 branch October 21, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant