Skip to content

Update all dependencies (major) - autoclosed #66

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action major v3 -> v4 age adoption passing confidence
gradle/gradle-build-action action major v2 -> v3 age adoption passing confidence
peaceiris/actions-gh-pages action major v3 -> v4 age adoption passing confidence
com.diffplug.spotless plugin major 6.25.0 -> 7.0.2 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.4.0 -> 2.0.0 age adoption passing confidence
io.kotest.multiplatform plugin major 5.9.0 -> 6.0.0-LOCAL age adoption passing confidence
org.jetbrains.dokka plugin major 1.9.20 -> 2.0.0 age adoption passing confidence
org.jetbrains.dokka:dokka-core dependencies major 1.9.20 -> 2.0.0 age adoption passing confidence

Release Notes

actions/setup-java (actions/setup-java)

v4

Compare Source

gradle/gradle-build-action (gradle/gradle-build-action)

v3

Compare Source

peaceiris/actions-gh-pages (peaceiris/actions-gh-pages)

v4

Compare Source

kotest/kotest-extensions-arrow (io.kotest.extensions:kotest-assertions-arrow)

v2.0.0

Upgrades Arrow to v2
Upgrades Kotlin to 2.1

  • Leading to removal of watchosX64 and iosArm32 targets
Kotlin/dokka (org.jetbrains.dokka)

v2.0.0: 2.0.0

Dokka 2.0.0 focuses on simplifying configuration and preparing for support of future Kotlin language features. Key highlights include:

  • Dokka Gradle Plugin v2: revamped Gradle plugin based on Dokkatoo.
  • Experimental K2 Analysis: support for K2 compiler frontend.
  • HTML Improvements: better accessibility and easier customization.

More details about each of the changes below. See Dokka 2.0.0 milestone for the list of all changes.

Dokka's Gradle plugin v2 based on Dokkatoo

Please check the migration guide for the update procedure and give feedback!

Dokka 2.0.0 introduces significant improvements to Dokka Gradle plugin, aligning more closely with Gradle best practices:

  • Adopts Gradle types, which leads to better performance.
  • Uses an intuitive top-level DSL configuration instead of a low-level task-based setup, which simplifies the build scripts and their readability.
  • Takes a more declarative approach to documentation aggregation, which makes multi-project documentation easier to manage.
  • Uses a type-safe plugin configuration, which improves the reliability and maintainability of your build scripts.
  • Fully supports Gradle configuration cache and build cache, which improves performance and simplifies build work.
Changes from Dokka 2.0.0-Beta
Dokka's K2 analysis

Dokka 2.0.0 introduces K2 analysis, which is currently in an experimental stage. Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode. The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences. We are actively working towards stabilizing K2 analysis and are planning to enable K2 analysis by default in future.

To opt in to Dokka's K2 analysis, add the following flag to your project's gradle.properties file:

org.jetbrains.dokka.experimental.tryK2=true
Known limitations:

We would greatly value your feedback if you encounter any of these limitations.

Potential differences between the outputs of K1 and K2:

While the output of K2 analysis aims to align with K1, there are some differences to be aware of:

  • Java synthetic properties: rendering may vary (details).
  • KDoc links: resolution and rendering differences (details).
  • Inconsistent documentable rendering order (#​3590).
  • Enum entries: anonymous and overridden methods are no longer rendered (#​3129).
  • Other differences may arise due to variations in type inference between K1 and K2.
HTML format

Dokka 2.0.0 introduces some changes to HTML output. We updated the structure of some elements and classes, particularly in the navigation and sidebar, to improve accessibility and simplify maintenance. These changes only affect you if you previously customized Dokka styles.

  • We removed redundant wrappers like navigation--inner and navigation-title.
  • We reworked blocks such as versions-dropdown to make them more accessible.
  • We renamed classes like navigation-controls--homepage to improve consistency. For example, it’s now called navigation-controls--btn_homepage.

For more information, see the pull request.

The easiest way to update your current templates is to adjust the new templates to your needs.

Bugfixes
Other changes
Feedback

We would appreciate your feedback!

Full Changelog: Kotlin/dokka@v1.9.20...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch from 9227de2 to 651935a Compare May 16, 2024 17:57
@renovate renovate bot changed the title Update peaceiris/actions-gh-pages action to v4 Update all dependencies (major) May 16, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from 651935a to 0cdbb61 Compare October 2, 2024 04:09
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ffd817d to 5ca587f Compare December 23, 2024 15:39
@renovate renovate bot force-pushed the renovate/major-all branch from 5ca587f to 7d90b71 Compare January 8, 2025 16:13
| datasource  | package                                                       | from   | to          |
| ----------- | ------------------------------------------------------------- | ------ | ----------- |
| github-tags | actions/setup-java                                            | v3     | v4          |
| github-tags | gradle/gradle-build-action                                    | v2     | v3          |
| github-tags | peaceiris/actions-gh-pages                                    | v3     | v4          |
| maven       | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin     | 6.25.0 | 7.0.2       |
| maven       | io.kotest.extensions:kotest-assertions-arrow                  | 1.4.0  | 2.0.0       |
| maven       | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.9.0  | 6.0.0-LOCAL |
| maven       | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin         | 1.9.20 | 2.0.0       |
| maven       | org.jetbrains.dokka:dokka-core                                | 1.9.20 | 2.0.0       |
@renovate renovate bot force-pushed the renovate/major-all branch from 7d90b71 to 9db614e Compare January 15, 2025 02:05
@renovate renovate bot changed the title Update all dependencies (major) Update all dependencies (major) - autoclosed Feb 19, 2025
@renovate renovate bot closed this Feb 19, 2025
@renovate renovate bot deleted the renovate/major-all branch February 19, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants